This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

need meaning full details for start up code of lpc2148

i am new to arm controller.... i am using keil micro vision 3........... while building my code it shows...
***************************************************** startup.o(.text+0x12c):/cygdrive/f/CHECK/check_uart/Startup.s:256: undefined reference to '_start'
____________________________________________________
startup.o(.text+0x140):/cygdrive/f/CHECK/check_uart/Startup.s:256: undefined reference to '_data'
*****************************************************
WHAT IT MEANS..........
i am using lpc2148......
i want to learn it properly........
if it is possible give me the maximum details.....links.......

Parents
  • startup.o(.text+0x12c):/cygdrive/f/CHECK/check_uart/Startup.s:256: undefined reference to '_start'
    
    startup.o(.text+0x140):/cygdrive/f/CHECK/check_uart/Startup.s:256: undefined reference to '_data'
    

    I guess that, you are using GNU startup code of lpc2148 on KEIL environment; this is incorrect. KEIL has its own startup code of lpc2148.

Reply
  • startup.o(.text+0x12c):/cygdrive/f/CHECK/check_uart/Startup.s:256: undefined reference to '_start'
    
    startup.o(.text+0x140):/cygdrive/f/CHECK/check_uart/Startup.s:256: undefined reference to '_data'
    

    I guess that, you are using GNU startup code of lpc2148 on KEIL environment; this is incorrect. KEIL has its own startup code of lpc2148.

Children