On Fri, Oct 15, 2004 at 05:48:31PM -0700, thomas_blattmann@xxxxxxxxxx wrote: > I'm trying to crosscompile a hello-world program but it > fails: > > /usr/local/lib/gcc-lib/mipsel-linux/2.96-mips3264-000710/../../../../mipsel-linux/bin/ld: cannot open crt1.o: > No such file or directory > collect2: ld returned 1 exit status > > There are several postings in the archives but non of > them helped me on so far. I will probably have to get > the libc for mipsel-linux - but where can I get it and > what to do with it ?? You need to install libc; the crt1.o file would end up being in /usr/local/mipsel-linux/lib/crt1.o then. Ralf