failed to cross-compile glibc-2.3.3

Daniel Jacobowitz drow@false.org
Thu Dec 30 14:29:00 GMT 2004


On Thu, Dec 30, 2004 at 05:44:53PM +0800, Franklin wrote:
> Hi all.
> 
> I'm new to list, and had a problem about cross-compiling glibc-2.3.3.
> 
> I want to compile glibc-2.3.3 using on mipsel-linux,
> and installed the binutils-2.15 and gcc-3.4.3 which targets are set to mipsel-linux.

Try CVS instead.  You can see that t7 is supposed to be defined in
sysdeps/mips/sys/regdef.h but your compiler and glibc disagree about
the _MIPS_SIM definitions.

> Then I used the following options to configure glibc-2.3.3:
> 
> ../glibc-2.3.3/configure --prefix=/usr/local/mipsel/glibc-2.3.3 --host=mipsel-linux \
> 	--build=i586-mandrake-linux-gnu --enable-add-ons=linuxthreads --enable-tls

MIPS doesn't support TLS (yet).

-- 
Daniel Jacobowitz



More information about the Libc-alpha mailing list