[LARTC] problems with 2.4.28 + Julian's patch

Brad Barnett lists@L8R.net
Sat, 8 Jan 2005 15:13:56 -0500


With 2.4.28 and Julian Anastasov's 

http://www.ssi.bg/~ja/routes-2.4.27-9.diff

patch, I get the following when I attempt to build my kernel.  Any ideas?

Thanks!

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -fno-unit-at-a-time   -nostdinc -iwithprefix include -DKBUILD_BASENAME=fib_frontend  -c -o fib_frontend.o fib_frontend.c
fib_frontend.c: In function `fib_validate_source':
/usr/src/linux/include/net/ip_fib.h:178: sorry, unimplemented: inlining failed in call to 'fib_result_table': function body not available
fib_frontend.c:253: sorry, unimplemented: called from here
/usr/src/linux/include/net/ip_fib.h:178: sorry, unimplemented: inlining failed in call to 'fib_result_table': function body not available
fib_frontend.c:263: sorry, unimplemented: called from here
make[3]: *** [fib_frontend.o] Error 1
make[3]: Leaving directory `/usr/src/linux/net/ipv4'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/net/ipv4'
make[1]: *** [_subdir_ipv4] Error 2
make[1]: Leaving directory `/usr/src/linux/net'
make: *** [_dir_net] Error 2