Forum : ARM
Original Post
Post Information | Post |
---|---|
April 15, 2011 - 10:17am
|
But Bruno Sir i want to write the program in assembly language for LPC2148. I do not want to write the program in C language. Can you guide me.. |
Hi Deni,
In such a case either you write your application with your startup file as a base, or you keep your startup as a separate file, but you need to define a "main" entry point in your application assembly file. Failing to do so will result in a linker error, failing to resolve the "main" extern.
I hope this helps.