On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > http://bugs.openembedded.org/show_bug.cgi?id=719 > > > > > > ------- Comment #2 from [EMAIL PROTECTED] 2006-04-28 02:22 ------- > both 2.6.15 and 2.6.16 fail with > > | arm-none-linux-gnueabi-gcc -march=armv5te -mtune=xscale -D_GNU_SOURCE -O2 > -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES > -I/data/build/koen/OE/build/tmp/angstrom/staging/arm-none-linux-gnueabi/include > -c -o iplink.o iplink.c > | In file included from ipaddress.c:28: > | > /data/build/koen/OE/build/tmp/angstrom/staging/arm-none-linux-gnueabi/include/linux/netdevice.h:103: > error: expected '=', ',', ';', 'asm' or '__attribute__' before > > any idea on that?
The line in netdevices.h is: extern int __init netdev_boot_setup(char *str) --> problem with kernel headers. Does just removing that line make iproute2 build? I'm really looking forward to those: http://git.infradead.org/?p=hdrcleanup-2.6.git;a=summary http://git.infradead.org/?p=hdrinstall-2.6.git;a=summary regards Philipp _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
