I successfully built a crosscompiler using Crosstool. I am working on a regular old pentium system with some version of Red Hat (I can tell you which version if you tell me how to do it!) and am compiling gcc-3.4.1 to work on a ppc405 (targeting itself). I was able to configure gcc correctly and begin building it via the Makefile created. It chugged along for a while and I let it run as I went home last night, this morning I see it ended with this error:
Code:
as: unrecognized option -mppc
make[1]: *** [crtbegin.o] Error 1
make: *** [all-gcc] Error 2
The last lines output by the make before the error were:
Code:
Applying io_quotes_def to asm-xtensa/addrspace.h
Applying io_quotes_def to asm-xtensa/xtensa/xt2000-uart.h
It completed a bunch of lines like this prior to exiting. I can try and provide more information if it is helpful. Any advice on how to fix this problem would be much appreciated! I am not even sure how far in the process this error is, I have a lot of folders and files created by this make, so for all I know I could be close to done. Anyway, thx in advance...
Joey