Hi all: The Cortex-A8 core has the ability to set the endianness of memory transactions however the code is fixed to little-endian. When I select the endianness using -mbig-endian the compiler produced data and code in big-endian format. Is there a way to produce code in little-endian and data in big-endian? Thanks very much!