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
check C compiler broken: clang is not able to compile a simple test program
原文:https://www.cnblogs.com/cristiano-duan/p/12539942.html