On Wed, May 21, 2003 at 19:43:21 +0200, Jose Antonio Salgueiro wrote:
> Package: gcc
> Version: 3.3-1
>
> Compiling kernel 2.4.20
> net/network.o(.text+0xd887): In function `rtnetlink_rcv':
> : undefined reference to `rtnetlink_rcv_skb'
> make: *** [vmlinux] Error 1
This is fixed in 2.4.21-rc3:
I have experienced this as well. It appears to be because, on line 397
of net/core/rtnetlink.c, rtnetlink_rcv_skb() is flagged as 'extern'. An
analysis of the offending object file with 'nm' shows that symbol as
unresolved (type U). Apparently GCC 3.3 obeys the 'extern' keyword now
even if the func
Package: gcc
Version: 3.3-1
Compiling kernel 2.4.20
make clean
make dep
make bzImage
..ers/video/video.o drivers/i2c/busses/i2c-busses.o
drivers/i2c/chips/i2c-chips.o \
net/network.o \
/usr/src/linux-2.4.20/arch/i386/lib/lib.a
/usr/src/linux-2.4.20/lib/lib.a
/usr/src/linux-2.4.2
3 matches
Mail list logo