icpc: Command not found

交叉编译Qt4.8.5的时候出现???? error: icpc: Command not found
剑锋以前解决了,但是后来我每次写一个新的QT程序都会出现这样的错误现在记录下来。

解决方法:
1. 点击 Project 设置,选择交叉编译的kits.
2. Build Steps --> Details
3. qmake build configuration --> Release
4. Additional arguments:
5. 添加   -spec qws/arm-linux-gnueabihf-g++ 

引用:http://www.cnblogs.com/zengjfgit/p/4744507.html

保存,编译,看还会不会出现这样的错误。

相关文章:

  • 2021-09-05
  • 2021-07-17
  • 2021-07-22
  • 2021-12-09
  • 2022-01-04
  • 2021-11-17
  • 2021-05-24
  • 2021-04-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-08-19
相关资源
相似解决方案