This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi Anita, Thanks for the reply. All those directories and executable files are there. Even if I set D:\h8300-mingw32msvc\tools\bin\ in the system path, it cribs about installation problems, but when I invoke it with the full pathname, it compiles correctly and I can run that executable created on the h8300-sim. Any ideas, probably, it is a problem with the Windows environment setup. I used 2> to redirect the output from GCC. I am running under Windows NT Shell. Given below are the outputs. Thanks and Regards, Venky The command >h8300-elf-gcc -O2 -mh -mint32 test.c -v produces this: 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 test.c -quiet -dumpbase test.c -mh -mint32 -auxbase test -O2 -version -o C:\TEMP/ccTdaaaa.s h8300-elf-gcc: installation problem, cannot exec `cc1': No such file or directory But the command >D:\h8300-mingw32msvc\tools\bin\h8300-elf-gcc -O2 -mh -mint32 test.c -v produces this: Reading specs from D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\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) D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\cc1.exe -quiet -v -iprefix D:\h8300-elf-mingw32msvc\tools\bin\../lib/gcc-lib/h8300-elf\3.3\ -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=0 test.c -quiet -dumpbase test.c -mh -mint32 -auxbase test -O2 -version -o C:\TEMP/ccSdaaaa.s GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 GNU C version 3.3 20030227 (prerelease) (h8300-elf) compiled by GNU C version 3.1.1. ignoring nonexistent directory "D:/h8300-elf-mingw32msvc/tools/h8300-elf/sys-include" ignoring nonexistent directory "/home/venkat/hawk/gcc_win/host_x_target/tools/include" ignoring nonexistent directory "/home/venkat/hawk/gcc_win/host_x_target/tools/lib/gcc-lib/h8300-elf/3.3/inc lude" ignoring nonexistent directory "/home/venkat/hawk/gcc_win/host_x_target/tools/h8300-elf/sys-include" ignoring nonexistent directory "/home/venkat/hawk/gcc_win/host_x_target/tools/h8300-elf/include" #include "..." search starts here: #include <...> search starts here: D:/h8300-elf-mingw32msvc/tools/lib/gcc-lib/h8300-elf/3.3/include D:/h8300-elf-mingw32msvc/tools/h8300-elf/include End of search list. D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\..\..\..\..\ h8300-elf\bin\as.exe -o C:\TEMP/ccAhaaaa.o C:\TEMP/ccSdaaaa.s D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\..\..\..\..\ h8300-elf\bin\ld.exe -m h8300helf D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\..\..\..\..\ h8300-elf\lib\h8300h/int32\crt0.o D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\h8300h/int32 \crti.o D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\h8300h/int32 \crtbegin.o -LD:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\h8300h/int 32 -LD:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3 -LD:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib -LD:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\..\..\..\. .\h8300-elf\lib\h8300h/int32 -LD:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\..\..\..\. .\h8300-elf\lib -LD:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\..\..\.. C:\TEMP/ccAhaaaa.o -lgcc -lc -lgcc D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\h8300h/int32 \crtend.o D:\h8300-elf-mingw32msvc\tools\bin\..\lib\gcc-lib\h8300-elf\3.3\h8300h/int32 \crtn.o ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe at sources dot redhat dot com
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |