OK335xS Linux Qt make: icpc: Command not found
时间:2015-08-20 12:57:15
收藏:0
阅读:603
OK335xS Linux Qt make: icpc: Command not found
一、出错现象:
make: icpc: Command not found
make: *** [main.o] Error 127
08:55:20: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project heatMachine (kit: TI_arm)
When executing step ‘Make‘
08:55:20: Elapsed time: 00:00.
二、出错原因:

三、解决方案:
这里的修改的参数,应该要和编译嵌入式Qt源代码时(configure)的-xplatform qws/arm-linux-gnueabihf-g++参数保持一致。

原文:http://www.cnblogs.com/zengjfgit/p/4744507.html
评论(0)