On Thu, Mar 02, 2006 at 12:27:46AM +0000, Steven Newbury wrote:
> I've given this a go.  I've successully built a stage1 cross compiler and
> installed the glibc headers.  However, on re-building gcc it fails to link
> libgcc:
> 
> ... ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp
> ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so
> /usr/arm-iwmmxt-linux-gnueabi/bin/ld: crti.o: No such file: No such file or
> directory
> collect2: ld returned 1 exit status
> make[3]: *** [libgcc_s.so] Error 1
> 
> Any hints?

Please either take this to the crossgcc list or look at how crosstool
works.  This is a FAQ for building Linux cross-compilers.

-- 
Daniel Jacobowitz
CodeSourcery

Reply via email to