正常编译不报错,在工程设置里选择对应单片机型号后就报错。 
报错内容如下 
.\output\release\lcd_mode.sct(7): error: L6235E: More than one section matches selector - cannot all be FIRST/LAST. 
双击报错信息后出现如下内容: 
; ************************************************************* 
; *** Scatter-Loading Description File generated by uVision *** 
; ************************************************************* 
 
LR_IROM1 0x00000000 0x00010000  {    ; load region size_region 
  ER_IROM1 0x00000000 0x00010000  {  ; load address = execution address 
   *.o (RESET, +First) 
   *(InRoot$$Sections) 
   .ANY (+RO) 
  } 
  RW_IRAM1 0x20000000 0x00002000  {  ; RW data 
   .ANY (+RW +ZI) 
  } 
} 
 
大侠请指教。 |   
     
  
 |