Re: [mpls-linux-general] Problem with kernel 2.4.9
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2001-10-09 12:26:59
|
Your header files in /usr/include/{linux.asm} are stale. Do this: cd /usr/include mv linux linux-old mv asm asm-old ln -s /usr/src/linux/include/linux ln -s /usr/src/linux/include/asm Things should compilecleanly for you now. Jim On Mon, Oct 08, 2001 at 09:40:40PM +0200, Javier sanchez wrote: > > > Hi all, > > i have succesfully patched my 2.4.9 kernel, with mpls > patch 0.993, but when i try make bzImage i get > an error on af_inet.c does anyone know anything about > ?? > > I attached the output of make > > TIA > > Javi > > > > _______________________________________________________________ > Nokia Game ha comenzado > Haz clic y disfruta de la nueva aventura multimedia de Nokia > antes del 3 de noviembre. > http://es.promotions.yahoo.com/info/nokiagame.html Content-Description: mpls.txt > gcc -D__KERNEL__ -I/usr/src/2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -c -o af_inet.o af_inet.c > af_inet.c: In function `inet_ioctl': > af_inet.c:941: `SIOCMPLSFIRST' undeclared (first use in this function) > af_inet.c:941: (Each undeclared identifier is reported only once > af_inet.c:941: for each function it appears in.) > af_inet.c:941: `SIOCMPLSLAST' undeclared (first use in this function) > af_inet.c:942: warning: implicit declaration of function `mpls_ioctl' > make[3]: *** [af_inet.o] Error 1 > make[3]: Leaving directory `/usr/src/2.4.9/net/ipv4' > make[2]: *** [first_rule] Error 2 > make[2]: Leaving directory `/usr/src/2.4.9/net/ipv4' > make[1]: *** [_subdir_ipv4] Error 2 > make[1]: Leaving directory `/usr/src/2.4.9/net' > make: *** [_dir_net] Error 2 > joel:/usr/src/linux# -- James R. Leu |