> > 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 Hi, what libc do I have to install and where can I get it. I have libc6 installed: inspiron:~# apt-get install libc6 Reading Package Lists... Done Building Dependency Tree... Done libc6 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. inspiron:~# apt-get install libc6-dev Reading Package Lists... Done Building Dependency Tree... Done libc6-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. inspiron:~# uname -a Linux inspiron 2.4.26 #7 Thu Sep 9 17:11:08 CEST 2004 i686 GNU/Linux inspiron:/# find -name crt1.o ./usr/lib/crt1.o inspiron:~# Would be very happy if anybody could give me an hint how to get it work... thx Thomas