当前位置: 技术问答>linux和unix
关于arm-hismall-linux-交叉编译工具
来源: 互联网 发布时间:2017-04-16
本文导语: 在自己的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:172...
在自己的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
求大神指点一下 谢谢
|
确认你的交叉编译环境中是否有wchar_t这个类型(写个简单的C程序来测测),如果没有,用typedef定义一个别名
|
因为两者用的库不一样吧
|
上代码才是正道:stdsoap2.h
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。