This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: failed to cross-compile glibc-2.3.3


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]