uClibc buildlog for 20061125 snapshot (svn r16663)

Atsushi Nemoto anemo at mba.ocn.ne.jp
Mon Dec 4 14:50:50 UTC 2006


On Sun, 3 Dec 2006 15:11:35 -0500, Mike Frysinger <vapier at gentoo.org> wrote:
> > These are due to improper ISA/ABI selection in
> > mips64n32.uClibc.config, etc.  I suppose CONFIG_MIPS_ISA_3=y and
> > CONFIG_MIPS_N32_ABI=y (or CONFIG_MIPS_N64_ABI=y) fixes theese
> > failures.
> 
> my profile scripts were setting MIPS_*_ABI and MIPS_ISA_* ... in other words,
> i forgot to prefix with CONFIG_ :/
> 
> hopefully next run should be ok

mipsn32, mipsn32el seems OK, thanks.

In mipsn64 log:

> mips64-gentoo-linux-uclibc-ld: /usr/lib/gcc/mips64-gentoo-linux-uclibc/4.1.1/libgcc.a(_sf_to_tf.o): ABI is incompatible with that of the selected emulation

It seems the libgcc.a contains N32 objects.  For mipsn64, I suppose
gcc should be configured with --with-abi=64 if multilib disabled.
i.e. you should build another gcc (cross-mipsn64-gentoo-linux-uclibc?)
for mipsn64.

---
Atsushi Nemoto



More information about the uClibc mailing list