Dear Avery,
Thanks your help.
I find libz.so in my BSP (/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
lib/libz.so)
So i use "ln -s /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/lib/
libz.so /usr/lib/libz.so"
and "ln -s /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/lib/libcrypt.so /
usr/lib/libcrypt.so"
Question1:
Do you have other good method let library search to my bsp path .../
arm-uclibc-3.4.6/lib/ first?
Question2:
But it has error..
[root@localhost wvstreams]# make
make -C xplc
make[1]: Entering directory `/root/wvstreams-4.4.1/xplc'
make[1]: Nothing to be done for `default'.
make[1]: Leaving directory `/root/wvstreams-4.4.1/xplc'
linking libwvutils.so...
linking libwvutils.a...
ar: creating libwvutils.a
compiling configfile/cfgentry.o...
compiling configfile/cfgsection.o...
compiling configfile/wvconf.o...
compiling crypto/wvblowfish.o...
compiling crypto/wvcountermode.o...
compiling crypto/wvcrl.o...
compiling crypto/wvcrypto.o...
compiling crypto/wvdiffiehellman.o...
compiling crypto/wvdigest.o...
compiling crypto/wvdsa.o...
compiling crypto/wvoakley.o...
compiling crypto/wvrsa.o...
compiling crypto/wvsslhacks.o...
compiling crypto/wvsslstream.o...
compiling crypto/wvtripledes.o...
compiling crypto/wvx509.o...
compiling crypto/wvx509mgr.o...
compiling crypto/wvxor.o...
compiling ipstreams/wvaddr.o...
compiling ipstreams/wvipraw.o...
compiling ipstreams/wvresolver.o...
compiling ipstreams/wvstreamsdebuggerserver.o...
compiling ipstreams/wvtcp.o...
compiling ipstreams/wvudp.o...
compiling ipstreams/wvunixdgsocket.o...
compiling ipstreams/wvunixsocket.o...
compiling ipstreams/wvurl.o...
compiling linuxstreams/wvdsp.o...
compiling linuxstreams/wvinterface.o...
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:26:1:
warning: "IFNAMSIZ" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:128:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:30:1:
warning: "IFF_UP" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:46:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:31:1:
warning: "IFF_BROADCAST" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:48:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:32:1:
warning: "IFF_DEBUG" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:50:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:33:1:
warning: "IFF_LOOPBACK" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:52:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:34:1:
warning: "IFF_POINTOPOINT" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:54:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:35:1:
warning: "IFF_NOTRAILERS" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:56:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:36:1:
warning: "IFF_RUNNING" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:58:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:37:1:
warning: "IFF_NOARP" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:60:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:38:1:
warning: "IFF_PROMISC" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:62:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:39:1:
warning: "IFF_ALLMULTI" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:66:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:41:1:
warning: "IFF_MASTER" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:69:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:42:1:
warning: "IFF_SLAVE" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:71:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:44:1:
warning: "IFF_MULTICAST" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:74:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:48:1:
warning: "IFF_PORTSEL" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:77:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:49:1:
warning: "IFF_AUTOMEDIA" redefined
In file included from ./include/wvaddr.h:35,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:79:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/netdevice.h:28,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:95:
error: redefinition of `struct ifmap'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:111:
error: previous definition of `struct ifmap'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:131:
error: redefinition of `struct ifreq'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:126:
error: previous definition of `struct ifreq'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/if.h:181:
error: redefinition of `struct ifconf'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if.h:176:
error: previous definition of `struct ifconf'
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:12,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/
netdevice.h:74:1: warning: "MAX_ADDR_LEN" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/if_ether.h:62,
from ./include/wvaddr.h:38,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/net/if_arp.h:
34:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:4,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
In function `long unsigned int do_div_llr(long long int, long int,
long int*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
23: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
23: error: expected `;' before "result"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
25: error: `result' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
25: error: expected asm body before "__asmeq"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
25: error: `__asmeq' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
25: error: expected `;' before "__asmeq"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
25: warning: unused variable '__base'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
25: warning: unused variable '__n'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
25: warning: unused variable '__asmeq'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
26: error: `result' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
23: warning: unused variable 'u64'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
26: warning: unused variable 'result'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
In function `long int div_long_long_rem_signed(long long int, long
int, long int*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
40: error: `unlikely' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/calc64.h:
40: warning: unused variable 'unlikely'
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h: At
global scope:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:12:
error: redefinition of `struct timespec'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/time.h:119:
error: previous definition of `struct timespec'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:18:
error: redefinition of `struct timeval'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/time.h:74:
error: previous definition of `struct timeval'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:23:
error: redefinition of `struct timezone'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/time.h:57:
error: previous definition of `struct timezone'
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
155:1: warning: "FD_SET" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/sys/types.h:215,
from ./include/wvaddr.h:18,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/select.h:
83:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
156:1: warning: "FD_CLR" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/sys/types.h:215,
from ./include/wvaddr.h:18,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/select.h:
84:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
157:1: warning: "FD_ISSET" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/sys/types.h:215,
from ./include/wvaddr.h:18,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/select.h:
85:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
158:1: warning: "FD_ZERO" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/sys/types.h:215,
from ./include/wvaddr.h:18,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/select.h:
86:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
164:1: warning: "ITIMER_REAL" redefined
In file included from ./include/wvxplc.h:21,
from ./include/wvtypetraits.h:10,
from ./include/wvlinklist.h:10,
from ./include/wvhashtable.h:12,
from ./include/wvinterface.h:12,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/time.h:95:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
165:1: warning: "ITIMER_VIRTUAL" redefined
In file included from ./include/wvxplc.h:21,
from ./include/wvtypetraits.h:10,
from ./include/wvlinklist.h:10,
from ./include/wvhashtable.h:12,
from ./include/wvinterface.h:12,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/time.h:98:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
166:1: warning: "ITIMER_PROF" redefined
In file included from ./include/wvxplc.h:21,
from ./include/wvtypetraits.h:10,
from ./include/wvlinklist.h:10,
from ./include/wvhashtable.h:12,
from ./include/wvinterface.h:12,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/time.h:
102:1: warning: this is the location of the previous definition
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
168: error: redefinition of `struct itimerspec'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/time.h:162:
error: previous definition of `struct itimerspec'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
173: error: redefinition of `struct itimerval'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/sys/time.h:108:
error: previous definition of `struct itimerval'
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/jiffies.h:7,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/time.h:
197:1: warning: "TIMER_ABSTIME" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/time.h:42,
from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/pthread.h:21,
from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/bits/uClibc_mutex.h:19,
from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/bits/uClibc_stdio.h:119,
from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/stdio.h:72,
from ./include/wvaddr.h:16,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/time.h:
59:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
75: error: expected initializer before "jiffies_64"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
79: error: `u64' does not name a type
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/dst.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
250:47: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `unsigned int jiffies_to_msecs(long unsigned int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
253: error: `MSEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
253: warning: unused variable 'MSEC_PER_SEC'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
261:47: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `unsigned int jiffies_to_usecs(long unsigned int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
264: error: `USEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
264: warning: unused variable 'USEC_PER_SEC'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
274:47: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `long unsigned int msecs_to_jiffies(unsigned int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
277: error: `MSEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
287:47: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `long unsigned int usecs_to_jiffies(unsigned int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
290: error: `USEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `long unsigned int timespec_to_jiffies(const timespec*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
311: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
311: error: `NSEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
315: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
315: error: expected `)' before "sec"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
317: error: expected `)' before ';' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
315: warning: unused variable 'u64'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `void jiffies_to_timespec(long unsigned int, timespec*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
328: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
328: error: expected `;' before "nsec"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
329: error: `nsec' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
329: error: `NSEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
328: warning: unused variable 'u64'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
329: warning: unused variable 'nsec'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
329: warning: unused variable 'NSEC_PER_SEC'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `long unsigned int timeval_to_jiffies(const timeval*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
350: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
350: error: `NSEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
354: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
354: error: expected `)' before "sec"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
356: error: expected `)' before ';' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
354: warning: unused variable 'u64'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `void jiffies_to_timeval(long unsigned int, timeval*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
366: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
366: error: expected `;' before "nsec"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
369: error: `nsec' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
369: error: `NSEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
370: error: `NSEC_PER_USEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
366: warning: unused variable 'u64'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
369: warning: unused variable 'nsec'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
369: warning: unused variable 'NSEC_PER_SEC'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
370: warning: unused variable 'NSEC_PER_USEC'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
379:41: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
379:42: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `clock_t jiffies_to_clock_t(long int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
382: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
382: error: expected `;' before "tmp"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: error: `NSEC_PER_SEC' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: error: `USER_HZ' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: error: `tmp' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: error: expected asm body before "__asmeq"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: error: `__asmeq' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: error: expected `;' before "__asmeq"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: warning: unused variable '__base'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: warning: unused variable 'NSEC_PER_SEC'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: warning: unused variable 'USER_HZ'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: warning: unused variable '__n'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
383: warning: unused variable '__asmeq'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
384: error: `tmp' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
382: warning: unused variable 'u64'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
384: warning: unused variable 'tmp'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
390:18: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
In function `long unsigned int clock_t_to_jiffies(long unsigned int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
395: error: `u64' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
395: error: expected `;' before "jif"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
398: error: `USER_HZ' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
398: warning: unused variable 'USER_HZ'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
402: error: `jif' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
402: error: expected `;' before numeric constant
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: error: `USER_HZ' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: error: expected asm body before "__asmeq"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: error: `__asmeq' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: error: expected `;' before "__asmeq"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: warning: unused variable '__base'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: warning: unused variable 'USER_HZ'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: warning: unused variable '__n'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
403: warning: unused variable '__asmeq'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
At global scope:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
408: error: `u64' does not name a type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
410:41: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
410:42: division by zero in #if
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
424: error: `u64' does not name a type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/jiffies.h:
426:28: division by zero in #if
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:28,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:42:
error: `atomic_t' does not name a type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:60:
error: `u32' does not name a type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:78:
error: field `rcu_head' has incomplete type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:97:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:97:
error: ISO C++ forbids declaration of `mtu' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:100:
error: `atomic_t' does not name a type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:101:
error: ISO C++ forbids declaration of `kmem_cache_t' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/dst.h:101:
error: expected `;' before '*' token
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/thread_info.h:20,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/preempt.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/linux/spinlock.h:50,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/inetpeer.h:15,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:29,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
In function `int generic_fls64(__u64)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
84: error: `fls' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
84: warning: unused variable 'fls'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
85: error: `fls' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
85: warning: unused variable 'fls'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
In function `int get_bitmask_order(unsigned int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
92: error: `fls' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
92: warning: unused variable 'fls'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
In function `int get_count_order(unsigned int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
100: error: `fls' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/bitops.h:
100: warning: unused variable 'fls'
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:29,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
In function `void inet_putpeer(inet_peer*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
43: error: `local_bh_disable' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
43: warning: unused variable 'local_bh_disable'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
44: error: `atomic_dec_and_test' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
44: warning: unused variable 'atomic_dec_and_test'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
51: error: `local_bh_enable' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
51: warning: unused variable 'local_bh_enable'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
In function `__u16 inet_getid(inet_peer*, int)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
60: error: `local_bh_disable' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
60: warning: unused variable 'local_bh_disable'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
63: error: `local_bh_enable' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/inetpeer.h:
63: warning: unused variable 'local_bh_enable'
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h: At
global scope:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:31:
error: redefinition of `struct in6_addr'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
191: error: previous definition of `struct in6_addr'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:54:
error: redefinition of `struct sockaddr_in6'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
231: error: previous definition of `struct sockaddr_in6'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:62:
error: redefinition of `struct ipv6_mreq'
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
241: error: previous definition of `struct ipv6_mreq'
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
131:1: warning: "IPPROTO_HOPOPTS" redefined
In file included from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
35:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
132:1: warning: "IPPROTO_ROUTING" redefined
In file included from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
57:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
133:1: warning: "IPPROTO_FRAGMENT" redefined
In file included from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
59:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
134:1: warning: "IPPROTO_ICMPV6" redefined
In file included from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
69:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
135:1: warning: "IPPROTO_NONE" redefined
In file included from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
71:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
136:1: warning: "IPPROTO_DSTOPTS" redefined
In file included from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/netinet/in.h:
73:1: warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
166:1: warning: "IPV6_ADD_MEMBERSHIP" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/in.h:250,
from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/in.h:127:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
167:1: warning: "IPV6_DROP_MEMBERSHIP" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/in.h:250,
from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/in.h:128:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
208:1: warning: "IPV6_PKTINFO" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/in.h:250,
from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/in.h:99:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
210:1: warning: "IPV6_HOPLIMIT" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/in.h:250,
from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/in.h:105:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
212:1: warning: "IPV6_HOPOPTS" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/in.h:250,
from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/in.h:100:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
215:1: warning: "IPV6_RTHDR" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/in.h:250,
from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/in.h:102:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/flow.h:10,
from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/linux/in6.h:
217:1: warning: "IPV6_DSTOPTS" redefined
In file included from /root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/
bin/../lib/gcc/arm-linux-uclibc/3.4.6/../../../../arm-linux-uclibc/sys-
include/netinet/in.h:250,
from ./include/wvaddr.h:41,
from ./include/wvinterface.h:11,
from linuxstreams/wvinterface.cc:8:
/root/STAR8100-LSDK/tools/arm-uclibc-3.4.6/bin/../lib/gcc/arm-linux-
uclibc/3.4.6/../../../../arm-linux-uclibc/sys-include/bits/in.h:101:1:
warning: this is the location of the previous definition
In file included from /root/STAR8100-LSDK/kernels/linux-2.6.16-star/
include/net/route.h:30,
from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:81:
error: expected `)' before '/' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:81:
error: requested alignment is not a constant
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:88:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:88:
error: `u16' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:88:
error: `u8' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:89:
error: ISO C++ forbids declaration of `sk_sid' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:89:
error: ISO C++ forbids declaration of `family' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:89:
error: ISO C++ forbids declaration of `dir' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:91:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:91:
error: `u16' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:91:
error: `u8' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:92:
error: ISO C++ forbids declaration of `sk_sid' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:92:
error: ISO C++ forbids declaration of `family' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/flow.h:92:
error: ISO C++ forbids declaration of `dir' with no type
In file included from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:
38:2: warning: #warning This file is not supposed to be used outside
of kernel.
In file included from linuxstreams/wvinterface.cc:19:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:112:
warning: `ip_rt_redirect' initialized and declared `extern'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:112:
error: variable or field `ip_rt_redirect' declared void
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:112:
error: `u32' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:112:
error: `u32' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:112:
error: `u32' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:113:
error: `u32' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:113:
error: `u8' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:113:
error: expected primary-expression before "struct"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:113:
error: initializer expression list treated as compound expression
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:119:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:119:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:119:
error: `u8' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:119:
error: ISO C++ forbids declaration of `dst' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:119:
error: ISO C++ forbids declaration of `src' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:119:
error: ISO C++ forbids declaration of `tos' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:123:
warning: `inet_addr_type' initialized and declared `extern'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:123:
error: `u32' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:126:
warning: `ip_rt_get_source' initialized and declared `extern'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:126:
error: variable or field `ip_rt_get_source' declared void
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:126:
error: `u8' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:126:
error: `src' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:126:
error: expected primary-expression before "struct"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:126:
error: initializer expression list treated as compound expression
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h: In
function `void ip_rt_put(rtable*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:135:
error: `dst_release' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:135:
warning: unused variable 'dst_release'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h: At
global scope:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:142:
error: `rt_tos2priority' declared as an `inline' variable
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:142:
error: `u8' was not declared in this scope
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:143:
error: expected `,' or `;' before '{' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:147:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:148:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:148:
error: `u32' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:148:
error: `u8' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:149:
error: `u16' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:149:
error: `u16' has not been declared
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:150:
error: ISO C++ forbids declaration of `dst' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:150:
error: ISO C++ forbids declaration of `src' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:150:
error: ISO C++ forbids declaration of `tos' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:150:
error: ISO C++ forbids declaration of `protocol' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:150:
error: ISO C++ forbids declaration of `sport' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:150:
error: ISO C++ forbids declaration of `dport' with no type
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h: In
function `int ip_route_connect(rtable**, int, int, int, int, int, int,
int, sock*)':
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:151:
error: expected primary-expression before '.' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:152:
error: expected primary-expression before '.' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:152:
error: expected primary-expression before '{' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:152:
error: expected `}' before '{' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:152:
error: expected `,' or `;' before '{' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:154:
error: expected primary-expression before ',' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:155:
error: expected primary-expression before '.' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:156:
error: expected primary-expression before '.' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:156:
error: expected primary-expression before '{' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:156:
error: expected `;' before '{' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:151:
warning: unused variable 'fl'
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:158:
warning: no return statement in function returning non-void
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h: At
global scope:
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:161:
error: expected unqualified-id before "if"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:170:
error: expected unqualified-id before "return"
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:171:
error: expected declaration before '}' token
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:142:
warning: 'rt_tos2priority' defined but not used
/root/STAR8100-LSDK/kernels/linux-2.6.16-star/include/net/route.h:
24:1: unterminated #ifndef
linuxstreams/wvinterface.cc:9:1: unterminated #if
make: *** [linuxstreams/wvinterface.o] Error 1
Question3:
And i want to download wvstreams.git, but can not succeed.The message
like below:
[root@localhost testall]# git clone git://
repo.or.cz/wvstreams.git
Initialized empty Git repository in /root/testall/wvstreams/.git/
repo.or.cz[0: 62.24.64.27]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
fetch-pack from 'git://
repo.or.cz/wvstreams.git' failed.
But i use "git clone
http://repo.or.cz/r/wvstreams.git"
I can get a directory wvstreams.
Command of "git clone git://
repo.or.cz/wvstreams.git" and
"git clone
http://repo.or.cz/r/wvstreams.git", does they get the same
thing?
Thanks again.
Henry
On 10月1日, 上午1時28分, "Avery Pennarun" <
apenw...@gmail.com> wrote:
> 2008/9/30
henry3...@gmail.com <
henry3...@gmail.com>: