Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 00:25:23 +0200
From:      Martin Hudec <corwin@aeternal.net>
To:        'FreeBSD Questions' <freebsd-questions@freebsd.org>
Subject:   Re: 6.2 custom kernel build HELP
Message-ID:  <4622A653.5050605@aeternal.net>
In-Reply-To: <EF9259F4-C1A0-4B3A-9628-1A5F02212D44@mtadistributors.com>
References:  <EF9259F4-C1A0-4B3A-9628-1A5F02212D44@mtadistributors.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Troy Kocher wrote:
> /usr/src/sys/dev/usb/udbp.c:225: undefined reference to 
> `ng_parse_int32_type'
> udbp.o(.rodata+0x10):/usr/src/sys/dev/usb/udbp.c:227: undefined 
> reference to `ng_parse_int32_type'
> udbp.o(.rodata+0x24):/usr/src/sys/dev/usb/udbp.c:239: undefined 
> reference to `ng_parse_struct_type'
> udbp.o(.rodata+0x60):/usr/src/sys/dev/usb/udbp.c:250: undefined 
> reference to `ng_parse_int32_type'
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/SMP_TAOSCSI.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.

options NETGRAPH

is missing in your kernel config. man 4 netgraph for more information.

nice evening,
Martin Hudec



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4622A653.5050605>