This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Building for arm-coff; no OS, MC9328 CPU


OK. Maybe I can finally find the time to port my application to our new platform (mentioned on the list several months ago)...

Simply put, I have some code built successfully for a MC68010-based, OS-less setup using m68k-coff-gcc. Now I want to compile for a similar system based on the MC9328 (ARM-9 core.) Any help getting started with this would be appreciated. Actually, I have already built an arm-coff-gcc, but I'm unsure where to go from there. In particular, there are some differences in the newlib setup that confuse me a bit - notably:

  1. Everything is there, including serial I/O routines, while I had to
     provide my own versions of read(), write(), isatty() etc. earlier.
  2. The default linker scripts have no MEMORY section, and they do not
     provide symbols like __stack, hardware_init_hook,
     software_init_hook etc.

--
- Toralf



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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