|
发表于 2015-7-27 23:26:17
21909 浏览 3 回复
编译arm QT程序 如下错误咋整???
book@buntu:~/qtWork/helloQT/helloQT$ sudo make
[sudo] password for book:
arm-linux-g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/qt-4.7.1/mkspecs/qws/linux-arm-g++ -I. -I/opt/qt-4.7.1/include/QtCore -I/opt/qt-4.7.1/include/QtNetwork -I/opt/qt-4.7.1/include/QtGui -I/opt/qt-4.7.1/include -I. -I. -o main.o main.cpp
make: arm-linux-g++: Command not found
make: *** [main.o] Error 127
book@ubuntu:~/qtWork/helloQT/helloQT$
|
|
|
|
|
|
|
|
发表于 2016-4-10 09:02:13
按照手册安装应该不会出现这样的问题,可能是你安装时出了问题吧 |
|
|
|
|
|
|
|
发表于 2016-5-18 10:29:23
环境变量 export PATH=$PATH:/usr/local/arm/4.3.2/bin #qte
不然找不到arm-linux-g++ |
|
|
|
|
|
|
登录或注册
扫一扫关注迅为公众号


|