Search code examples
windowsgccpowerpc

How can i compile my C++ code to PowerPC Big-Endian


I want to to compile my C++ code into PowerPC ELF file which is Big Endian, i'm on windows and i already have GCC compiler installed with Eclipse, CodeBlocks, Visual Studio, RAD C++ Builder, and Qt, each one has specific use, can that be done with GCC? or is there any other compiler for that?


Solution

  • See the compiler options here:

    https://gcc.gnu.org/onlinedocs/gcc/RS_002f6000-and-PowerPC-Options.html