Port-arm archive

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

[armeb] NetBSD 6.1.5_PATCH - sys/kern/kern_ctf.c:201: undefined reference to `inflateInit2_' ...



Hello,

While trying to build NetBSD 6.1 for (netbsd_6_1 branch) for NSLU2, I
am getting the following errors:

#      link  NSLU2_ALL/netbsd
/home/eddy/usr/src/netbsd/net/src/obj/tooldir.Linux-3.18.9-gd1034e83-heidi-x86_64/bin/armeb--netbsdelf-ld
-Map netbsd.map --cref -T ldscript -X -o netbsd ${SYSTEM_OBJ}
${EXTRA_OBJ} vers.o
kern_ctf.o: In function `mod_ctf_get':
/home/eddy/usr/src/netbsd/net/src/sys/kern/kern_ctf.c:201: undefined
reference to `inflateInit2_'
/home/eddy/usr/src/netbsd/net/src/sys/kern/kern_ctf.c:210: undefined
reference to `inflateReset'
/home/eddy/usr/src/netbsd/net/src/sys/kern/kern_ctf.c:211: undefined
reference to `inflate'
*** [netbsd] Error code 1

nbmake: stopped in
/home/eddy/usr/src/netbsd/net/src/sys/arch/evbarm/compile/obj/NSLU2_ALL


Command that fails is:
./build.sh -j 3 -u -U -m evbarm -a armeb -V HOST_SH=/bin/bash
kernel=NSLU2_ALL distribution

NSLU2_ALL contains:

include "arch/evbarm/conf/NSLU2"
#config netbsd-axe root on axe0 type nfs
config netbsd-nfs root on npe0 type nfs
#config netbsd-sd0 root on sd0a type ffs
#config netbsd-sd1 root on sd1a type ffs

options DDB_TEE_MSGBUF=1
options DDB_COMMANDONENTER="trace;trace/u;trace/t;frame;show registers"
options DDB_VERBOSE_HELP
options DDB_ONPANIC=2
makeoptions    DEBUG="-g"
options KTRACE
options KDTRACE_HOOKS

options VERBOSE_INIT_ARM


-- 
Eddy Petrișor


Home | Main Index | Thread Index | Old Index