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]

RE: Why does it do "Using built-in specs"


Hello Venky,
While copying the toolchain, the directory Prefix\lib\gcc-lib\h8300-elf\3.3
is not copied properly. This directory contains specs file, cc1.exe etc. 
If the specs file and cc1.exe are not present in the above mentioned directory 
gcc uses built in specs and gives the following error : 
h8300-elf-gcc: installation problem, cannot exec `cc1': No such file or
directory, 
respectively

Regards,
Anita Kulkarni
-----------------------------------------------------------------------------
Free download of GNUSH and GNUH8 tool chains for Hitachi's SH and H8 Series.
The following site also offers free support to European customers.
Read more at http://www.gnush.com and http://www.gnuh8.com
Latest versions of GNUSH and GNUH8 are released on January 31, 2003.
-----------------------------------------------------------------------------

-----Original Message-----
From: D.Venkatasubramanian, Noida [mailto:dvenkat at noida dot hcltech dot com]
Sent: Tuesday, March 04, 2003 6:54 PM
To: gnuh8 at gnuh8 dot org dot uk; crossgcc at sources dot redhat dot com;
mingw-users at lists dot sourceforge dot net
Subject: Why does it do "Using built-in specs"


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

-- 
GNUH8 Mailing List | If you encounter difficulties using this service
                   | email: listmaster at gnuh8 dot org dot uk
                   | http://www.gnuh8.org.uk/

------
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]