Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2003 10:30:02 +0200
From:      Michael Koerner <Michael@Koerner.De>
To:        freebsd-isdn@freebsd.org
Subject:   New Kernel under 5.0
Message-ID:  <3E9FB78A.9030904@Koerner.De>
References:  <200304161852.h3GIqvU2008903@peedub.jennejohn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

whenever I try to build a Kernel with i4B support and also include the 

device          "i4bing"        2

line in my Kernel configuration, I get the following error when doing the

make buildkernel

... (lots of blah removed)

sh /usr/src/sys/conf/newvers.sh MIKE
cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  vers.c
linking kernel
i4b_ing.o: In function `i4bingattach':
i4b_ing.o(.text+0x148): undefined reference to `ng_make_node_common'
i4b_ing.o(.text+0x192): undefined reference to `ng_name_node'
i4b_ing.o(.text+0x1de): undefined reference to `dumpnode'
i4b_ing.o(.text+0x1fa): undefined reference to `ng_unref_node'
i4b_ing.o(.text+0x23a): undefined reference to `dumpnode'

... (more errors removed)

*** Error code 1

Stop in /usr/obj/usr/src/sys/MIKE.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

A friend has the same problem.

I Installed from 5.0 Release CD, cvsuped to 5.0p7.

I don't use Netgraph, so I simply kept the device off, but I thought someone might want to know that there is something broken.

Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E9FB78A.9030904>