This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to compile onto bare metal with GnuARM?


I wish to compile C code that will execute directly on an ARM7TDMI chip that
has no operating system. My GnuARM compiler wants to link to syscalls (a
Linux-ism) and generate ELF and COFF and all that. 

How to generate a naked binary?

Thanks

Eric
-- 
View this message in context: http://www.nabble.com/How-to-compile-onto-bare-metal-with-GnuARM--tp21468021p21468021.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]