|
From: D.Venkatasubramanian, N. <dv...@no...> - 2003-03-04 13:31:05
|
Hi All, I did a MinGW Canadian Cross for H8300-elf such that Build machine is ix86-Linux Host machine should be ix86-Windows Target is H8300-elf I copied the tools directory to the Windows machine When I run this compiler I get the message h8300-elf-gcc: installation problem, cannot exec 'cc1': No such file or directory. Well, the problem seems to be that it is trying to locate cc1 directly, whereas it should try to locate it in lib/gcc-lib/h8300-elf/ ... Can anyone point out why it is using built-in specs, instead of using specs from the specs file. Regards, Venky Output from Command h8300-elf-gcc -O2 -mh -mint32 helloworld.c -v Using built-in specs. Configured with: /home/naveens/hawk/WorkArea/gcc-3.3/gcc/configure --enable-languages=c,c++ --build=i686-pc-linux-gnu --host=i386-pc-mingw32msvc --target=h8300-elf --prefix=/home/venkat/hawk/gcc_win/host_x_target/tools/ --with-newlib --with-headers=/home/naveens/hawk/WorkArea/src/newlib/libc/include/ Thread model: single gcc version 3.3 20030227 (prerelease) cc1 -quiet -v -iprefix ../lib/gcc-lib/h8300-elf\3.3\ -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=0 helloworld.c -quiet -dumpbase helloworld.c -mh -mint32 -auxbase helloworld -O2 -version -o C:\TEMP/cc8faaaa.s h8300-elf-gcc: installation problem, cannot exec `cc1': No such file or directory |