Hi,actually i need to run big endian code but i don't know how to set endian option in cp15 registers could any suggest me how to set EE bit set
I believe that big-endian support is an optional compile time build option for the GCC compiler itself, and not many pre-built versions for ARM support it as it is so rarely used, so you may need to re-build your own compiler with big-endian support.
hi what is the meaning of "you may need to re-build your own compiler with big-endian support"?.
You will have to build a custom build of GCC, configured to include big-endian support.