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]

question on cross-compilation with specs...


Hi,

A question on cross-compilation using gcc. When I give the following
command, what does it mean. It compiles for XScale processor for sure.
What else does it take care of? If I want to run on a specific platform
based on an XScale ASSP how do I make sure the compiler uses the correct
memory map?


$ xscale-elf-gcc foo.c -specs=redboot.specs -mbig-endian


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