[mpls-linux-general] problems compiling the vrf kernel from a current P4 checkout
Status: Beta
Brought to you by:
jleu
|
From: Alex P. <mai...@pe...> - 2003-09-14 10:45:11
|
Hi all, this is really a cool project and I cannot wait to get this running ... I checked out the vrf-kernel from P4, but it does not compile ... :-( So, I have 2 questions: 1) does the 2.4.20 vrf-kernel from P4 compile at the moment? 2) I can see from the example on the project's website that you run the kernel via UML. How can I do this? Thanks for your help, alex P.S.: The errors from 'make bzImage': net/network.o: In function `ip_rt_get_source': net/network.o(.text+0x1202a): undefined reference to `fib_lookup' net/network.o: In function `ip_route_input_slow': net/network.o(.text+0x124c9): undefined reference to `fib_lookup' net/network.o: In function `ip_route_output_slow': net/network.o(.text+0x12bf9): undefined reference to `fib_lookup' net/network.o(.text+0x12cf1): undefined reference to `fib_select_default' net/network.o: In function `inet_ioctl': net/network.o(.text+0x354e0): undefined reference to `fib_add_vrf' net/network.o(.text+0x354f9): undefined reference to `fib_del_vrf' ... (even more messages with fib_*) |