This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]