日期:2014-05-16  浏览次数:20685 次

关于arm-hismall-linux-交叉编译工具


在自己的PC机上,编译完全没有问题!能够成功!

但是如果有arm-hismall-linux- 交叉编译工具的话,就会报错

如下
stdsoap2.h:1712: error: syntax error before "wchar_t"
stdsoap2.h:1712: warning: no semicolon at end of struct or union
stdsoap2.h:1727: error: syntax error before '}' token
stdsoap2.h:1758: error: syntax error before "wchar_t"
stdsoap2.h:1758: warning: no semicolon at end of struct or union
stdsoap2.h:1785: error: syntax error before '}' token
stdsoap2.h:2407: error: syntax error before '*' token
stdsoap2.h:2407: error: syntax error before '*' token
stdsoap2.h:2407: warning: data definition has no type or storage class
stdsoap2.h:2414: error: syntax error before '*' token
stdsoap2.h:2415: error: syntax error before '*' token
stdsoap2.h:2415: warning: data definition has no type or storage class
stdsoap2.h:2496: error: syntax error before "wchar_t"
stdsoap2.h:2517: error: syntax error before '*' token
stdsoap2.h:2545: error: syntax error before '*' token
stdsoap2.h:2545: error: syntax error before "wchar_t"
stdsoap2.h:2545: warning: data definition has no type or storage class
stdsoap2.h:2546: error: syntax error before '*' token
stdsoap2.h:2546: error: syntax error before "wchar_t"
stdsoap2.h:2546: warning: data definition has no type or storage class
stdsoap2.h:2569: error: syntax error before "wchar_t"
stdsoap2.h:2570: error: syntax error before "wchar_t"
make[1]: *** [soapC.o] Error 1
make[1]: Leaving directory `/home/zhangyuan/svnwork/RS-DEVICE-MODULE/network-module/workspace/onvif_export/src'
make: *** [default] Error 2



求大神指点一下  谢谢

------解决方案--------------------