|
From: Michael R. <alp...@al...> - 2002-02-13 14:53:29
|
Hi, Hope this is on topic for this list, but I'm trying to cross-compile powerpcle-mingw32 on using the latest cygwin and I'm running into the error listed below. For some reason xgcc can't seem to run cpp0.exe even though its in the same exact folder. I've even tried going to a cmd.exe prompt instead of a bash shell, but I get ths same sort of error "xgcc: installation problem, cannot exec `cpp0': No such file or directory". I'm not sure where to look to find out why it would be doing this, so I would really appreciate some advice on where I might could look for the problem at. ~~~~~~~~~~~~~~~~ /cygdrive/d/home/michaelr/mingw/build/gcc/gcc/xgcc -B/cygdrive/d/home/michae lr/m ingw/build/gcc/gcc/ -B/usr/local/powerpcle-mingw32/powerpcle-mingw32/bin/ -I /usr /local/powerpcle-mingw32/powerpcle-mingw32/include -DCROSS_COMPILE -DIN_GCC -DHA IFA -g -O2 -I./include -I. -I../../../gcc-2.95.3-20011106/gcc -I../.. /../ gcc-2.95.3-20011106/gcc/config -I../../../gcc-2.95.3-20011106/gcc/../include \ -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c xgcc: installation problem, cannot exec `\cygdrive\d\home\michaelr\mingw\build\g cc\gcc\cpp0.exe': No such file or directory make[1]: *** [SYSCALLS.c.X] Error 1 make[1]: Leaving directory `/cygdrive/d/home/michaelr/mingw/build/gcc/gcc' make: *** [all-gcc] Error 2 Michael Rich http://www.alphax86.com/ |