This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
question on cross-compilation with specs...
- From: "Hiremath, Indudharswamy" <indudharswamy dot hiremath at intel dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 28 May 2004 09:22:50 +0530
- Subject: 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