lkml.org 
[lkml]   [1999]   [May]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectcompile problem with 2.2.8
Hello friends,
Trying to build 2.2.8 but the process ends with the following:

make bzImage .......

last lines .....

ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext

drivers/sound/sound.a drivers/pci/pci.a drivers/video/video.a \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
/usr/src/linux/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
drivers/net/net.a(ethertap.o): In function `ethertap_start_xmit':
ethertap.o(.text+0xce): undefined reference to `__skb_push'
make: *** [vmlinux] Error 1

I grepped thru the kernel source but found NO __skb_push BUT a skb_push
I believe this one is the right one. So the solution is either to change
__skb_push to skb_push or vice-versa...........

I changed __skb_push to skb_push (in drivers/net/ethertap.c) and the build
did end ok.


Regards
Kees


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.028 / U:1.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site