标题:make: arm-linux-g++: Command not found???
作者:ashley
日期:2006-04-29 21:54
内容:
按照 qiliang
.....
.....
编译qt-embedded-free-2.3.7
cd $QTEDIR/tools/qvfb
tmake qvfb.pro > Makefile
make
在这一步出现错误:
/root/QT/qt-x11-free-2.3.2/bin/uic config.ui -o ./config.h
arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/root/QT/qt-x11-free-2.3.2/src/3rdparty/libpng -I/root/QT/qt-x11-free-2.3.2/include -o qvfb.o qvfb.cpp
make: arm-linux-g++: Command not found
make: *** Error 127
资源如下:
gcc-3.3.2 RedHat 9 系统自带
qt-x11-free-2.3.2
tmake-1.13
qtopia-free-1.7.0
qt-embedded-2.3.7
请问哪里错了?
#1 [fengshenx 05-06 18:11]
你没有装工具链??
装交叉编译的工具链。。