各位朋友及天嵌的工程师们,帮帮我吧。在编译busybox时遇到了下面的错误。我用的是天嵌提供的4.3.3编译器,在busybox-1.13.0目录下按开发板提供的教程配置好后,执行make,出现错误如下:
CC networking/libiproute/iptunnel.o
In file included from /opt/EmbedSky/4.3.3/bin/../arm-none-linux-gnueabi/libc/usr
/include/linux/if_tunnel.h:5,
from networking/libiproute/iptunnel.c:24:
/opt/EmbedSky/4.3.3/bin/../arm-none-linux-gnueabi/libc/usr/include/linux/ip.h:85
: error: redefinition of 'struct iphdr'
make[1]: *** [networking/libiproute/iptunnel.o] Error 1
make: *** [networking/libiproute] Error 2
希望大家热心帮忙,帮我这个新手解决一下问题,先谢谢大家了!!