I am trying to create a cross compiler for PowerPC e500mc with target powerpc-e500mc-eabi. As mentioned on some sites, I first created the bootstrap compiler. and then tried to compile newlib. But I got some error like
/bin/sh: powerpc-e500mc-eabi-cc: command not found
I want to know if we can directly compile the GCC cross-compiler without newLib. Also, can anyone tell me the exact prerequisites for the powerpc e500mc architecture. I have GMP, MPC, MPFR, BinUtils not sure if newLib is needed or not.
source
share