check C compiler broken: clang is not able to compile a simple test program

时间:2020-03-21 17:13:43   收藏:0   阅读:202

问题

Ubuntu16.04进行交叉编译时,遇到check compiler broken: xxx is not able to compile a single test program.

技术分享图片

解决办法

sudo apt install libstdc++-5-dev
sudo apt install libstdc++-5-dev-arm64-cross

原文:https://www.cnblogs.com/cristiano-duan/p/12539942.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!