Re: Looking for help for #401665 (mipsel)
Aurelien Jarno wrote:
> Jérôme Marant a écrit :
> > (please CC me on reply)
> >
> > Hi,
> >
> > I'm looking for help because I'm unable to work on #401665.
> >
> > I don't have the necessary hardware (vaughan does not have a clean
> > chroot), nor the knowledge about such an architecture, nor the
> > support from Ryan Murray I asked for (he runs the "rem" autobuilder
> > but never replies to mails).
> >
> > I also did not work on the port myself and applied patches
> > for this port that used to work, with the previous Debian
> > version.
> >
>
> The problem is that all the tests in the configure script that compile a
> program fail:
>
> configure:13433: result: no
> configure:13337: checking for strerror
> configure:13393: mipsel-linux-gnu-gcc -o conftest -DDEBIAN -g -O2
> -D_BSD_SOURCE -L/usr/lib conftest.c -lX11 >&5 -T ../../mipsel.ld
> d -G 0
> /usr/bin/ld: cannot represent machine `mipsel'
> collect2: ld returned 1 exit status
> configure:13399: $? = 1
>
> I guess in OUTPUT_ARCH(mipsel) has to be changed to OUTPUT_ARCH(mips) in
> mipsel.ld.
Indeed, mipsel is not a valid architecture for a linker script.
Thiemo
Reply to: