Current-Users archive

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

Re: rump i386 cross compile trouble



On 3 March 2015 at 12:10, Patrick Welche <prlw1%cam.ac.uk@localhost> wrote:
> 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:

The rumpns_ prefix is added in the build process to namespace the rump
kernel, so you want to search for root_device. I am aware of some
hopefully temporary breakage around rumphijack and utimensat, but the
rump CI is not reporting any other issues...

Justin


Home | Main Index | Thread Index | Old Index