在交叉编译一个.cpp库时,出现如下错误:
undefined reference to `__gxx_personality_sj0'
undefined reference to `operator new[](unsigned int)'
解决办法:
修改库中的Makefile文件,在$(LD) 后面的选项中增加 -lsupc++
在交叉编译一个.cpp库时,出现如下错误:
undefined reference to `__gxx_personality_sj0'
undefined reference to `operator new[](unsigned int)'
解决办法:
修改库中的Makefile文件,在$(LD) 后面的选项中增加 -lsupc++
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。