> I am not a C expert but use C for Embedded Application. > Although I am using ld, make and asm file for LPC, but never understood > what's inside these files. > Your document has helped me to understand a little bit of it. > Thanks again!! Great to hear. > BTW, are there any more links, documentation, for ld, make and asm files for > GCC compiler, and suitable for a layman like me. I read the GNU manuals, and wrote code. Most of the GNU tools have verbose modes which can help indicate what they are doing. Some of the 'features' you just have to look in other code, eg. look at linker files, look at crt0.s files, there are plenty of examples in the Linux source, and I'm sure FreeRTOS and other projects have good examples. Even the free Keil tools have examples. Have fun! Dave
Message
Re: [lpc2000] GCC, uCOS-II, nested interrupts
2006-05-12 by David Hawkins
Attachments
- No local attachments were found for this message.