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