Subject: Build failure with MKSOFTFLOAT=yes
To: None <current-users@netbsd.org>
From: Masao Uebayashi <uebayasi@pultek.co.jp>
List: current-users
Date: 01/06/2004 01:35:26
Hello,

I got the following error (stderr only)

> /src/TNF/arch/evbppc/dest/usr/lib/libc.a(softfloat.o)(.text+0x31e8): In function `__fixunsdfsi':
> : multiple definition of `__fixunsdfsi'
> /src/TNF/arch/evbppc/dest/usr/lib/libgcc.a(_fixunsdfsi.o)(.text+0x0): first defined here
> /src/TNF/arch/evbppc/tools/lib/gcc-lib/powerpc--netbsd/3.3.2/../../../../powerpc--netbsd/bin/ld: Warning: size of symbol `__fixunsdfsi' changed from 120 in /src
> /TNF/arch/evbppc/dest/usr/lib/libgcc.a(_fixunsdfsi.o) to 284 in /src/TNF/arch/evbppc/dest/usr/lib/libgcc.a(_fixunsdfsi.o)
> collect2: ld returned 1 exit status
> 
> ERROR: Failed to make release
> *** BUILD ABORTED ***

at linking rescue/rescue, when I did "./build.sh -m evbppc ... -V
MKSOFTFLOAT=yes release".  The soruce is very new.  Any clue?

Masao