|
Ice build for ARM architecture
Has anyone has experience at cross-compiling Ice for the ARM CPU?
By default, it gets upset because this is not one of the listed CPU architecture options for endian-ness in Ice/Util/Config.h
If it helps, I can edit this file to fix it & then send it in once I have been able to build the library and test that it works.
For the GNU C compiler, you can always rely on __BYTE_ORDER being defined by include/bits/endian.h as __LITTLE_ENDIAN or __BIG_ENDIAN. This would be a more portable way of doing it (for the GCC world at least).
Regards,
Jeff Gray
|