ARM and Thumb code are stored in the same sections. For GNU, ARM and Thumb code must be compiled seperately. They can, however be combined within the same assembly file. If you need a project the uses both be sure to check out 'interworking'. Using the -mthumb-interwork flag on both ARM and Thumb C code causes the compiler to create code that can call and return between the two. Regards -Bill Knight R O SoftWare On Wed, 21 Jan 2004 17:13:02 -0500, James Dabbs wrote: I received Lewin's book today. What a great resource! One more question: can anyone point me to info describing the sections used by GNU compiler to store ARM vs. THUMB code?
Message
RE: [lpc2100] Makefile Project Help
2004-01-21 by Bill Knight
Attachments
- No local attachments were found for this message.