Hi all, today, when i'm re-compiling develop environment for the fox board under Fedora Core 5, i've an error that have lock the process :
### Making cbl make[4]: Entering directory `/home/frank/Fox/devboard-R2_01/tools/build-R2_12_4/e100boot/cbl' ### Making net make[5]: Entering directory `/home/frank/Fox/devboard-R2_01/tools/build-R2_12_4/e100boot/cbl/net' cris-axis-elf-gcc -Os -Wall -Wmissing-prototypes -W -Wa,-N -nostdinc -I. -DUSE_LEDS=1 -MMD -c -o crt0.o ../src/crt0.S cris-axis-elf-gcc: installation problem, cannot exec `cpp0': No such file or directory make[5]: *** [crt0.o] Error 1 make[5]: Leaving directory `/home/frank/Fox/devboard-R2_01/tools/build-R2_12_4/e100boot/cbl/net' make[4]: *** [all] Error 2 make[4]: Leaving directory `/home/frank/Fox/devboard-R2_01/tools/build-R2_12_4/e100boot/cbl' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/frank/Fox/devboard-R2_01/tools/build-R2_12_4/e100boot' make[2]: *** [install_e100boot] Error 2 make[2]: Leaving directory `/home/frank/Fox/devboard-R2_01/tools/build-R2_12_4' make[1]: *** [tools] Error 2 make[1]: Leaving directory `/home/frank/Fox/devboard-R2_01' make: *** [everything] Error 2 I think that this problem is about compiler, but i don't know if it is about cris or gcc compiler. Thank a lot.
