This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Cross Compiler Build Fails due to an Object File !
- From: Ghassan Shobaki <gshobaki at ece dot ucdavis dot edu>
- To: gcc-help at gcc dot gnu dot org
- Cc: gcc at gnu dot org
- Date: Sat, 3 Jan 2004 08:25:54 -0800 (PST)
- Subject: Cross Compiler Build Fails due to an Object File !
Hi,
I am trying to build an hppa-linux cross compiler. I have followed the
instructions posted on the cross compiler web page. Building the binutils
went fine, but building the cross compiler failed because it could not
find an object file called crti.o
$PREFIX/hppa-linux/bin/ld: cannot open crti.o: No such file or directory
where $PREFIX is my target installation directory.
My configure command looks like this:
gcc-3.3.1/configure --prefix=$PREFIX --target=hppa-linux --enable-languages=c,c++,f77 -v
Any idea what the problem might be???
Thanks
-Ghassan