Error in my project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error in my project

571 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by shrishail on Fri Nov 09 23:31:32 MST 2012
respected,
   

i m doing biometric finger print module using arm 2148.

we are facing only one error which is not know by any one please help me out...........

pro.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.
after clicking on the above displayed error we get another window which is show down


; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************

LR_IROM1 0x00000000 0x00080000  {    ; load region size_region
  ER_IROM1 0x00000000 0x00080000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x40000000 0x00008000  {  ; RW data
   .ANY (+RW +ZI)
  }
}
0 Kudos
Reply
1 Reply

544 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by whitecoe on Sat Nov 10 07:55:35 MST 2012
So as you are using the Keil tools, have you actually tried searching/looking at their documentation? For example, there is a fair amount of information on this error and possible solutions in:

http://www.keil.com/support/man/docs/armerr/armerr_BABHAIBE.htm

And if you are still stuck, then you might do better asking on the Keil forum rather than the LPCXpresso one...

http://www.keil.com/forum/

HTH!
0 Kudos
Reply