Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rump i386 cross compile trouble



Not having much luck.. with today's source I see:

#      link  rump_server/rump_server
/scratch3/prlw1/netbsd/tools.i386/bin/i486--netbsdelf-gcc    --sysroot=/scratch3
/prlw1/netbsd/destdir/i386     -o rump_server  rump_allserver.o  -Wl,-rpath-link
,/scratch3/prlw1/netbsd/destdir/i386/lib  -L=/lib -Wl,--whole-archive -lrumpkern
_sysproxy -lrump  -lrumpuser -Wl,--no-whole-archive -lpthread    

/scratch3/prlw1/netbsd/destdir/i386/usr/lib/librump.so: undefined reference to `
rumpns_root_device'


grep -rw rumpns_root_device /scratch3/prlw1/netbsd/src
doesn't find anything. The source is vanilla.
No DBG / optimisation anywhere. Additions to /etc/mk.conf:

RUMP_DIAGNOSTIC=yes
RUMP_DEBUG=yes
RUMP_LOCKDEBUG=yes
RUMP_KTRACE=yes

Built on NetBSD-7.99.5/amd64 with:

d=/scratch3/prlw1/netbsd
arch=i386
sh build.sh -r -m ${arch} -U -T ${d}/tools.${arch} -O /tmp/obj.${arch}/netbsd -D ${d}/destdir/${arch} -R ${d}/releasedir release 2>&1 | tee /tmp/build.log

Puzzled...

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index