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