标题:编译qt-embedded-linux-opensource-src-4.5.2时出错!
作者:wato
日期:2009-07-21 16:24
内容:
make[1]: arm-linux-g++: Command not found
make[1]: *** [.obj/release-shared-emb-arm/qatomic_arm.o] Error 127
make[1]: Leaving directory `/home/chh/Project/qt/qt-embedded-linux-opensource-src-4.5.2/src/corelib'
make: *** Error 2
怎么解决?
我的CONFIG配置如下:
./configure \
-release \
-shared \
-fast \
-no-largefile \
-qt-sql-sqlite \
-no-qt3support \
-no-xmlpatterns \
-no-mmx \
-no-3dnow \
-no-sse \
-no-sse2 \
-no-svg \
-no-webkit \
-qt-zlib \
-qt-gif \
-qt-libtiff \
-qt-libpng \
-qt-libmng \
-qt-libjpeg \
-make libs \
-xplatform qws/linux-arm-g++ \
-nomake tools \
-nomake examples \
-nomake docs \
-nomake demo \
-no-nis \
-no-cups \
-no-iconv \
-no-dbus \
-no-openssl \
-embedded arm \
-little-endian \
-qt-freetype \
-depths 16,18 \
-qt-gfx-linuxfb \
-no-gfx-transformed \
-no-gfx-multiscreen \
-no-gfx-vnc \
-no-gfx-qvfb \
-qt-kbd-usb \
-no-glib
#1 [wato 07-21 18:00]
....已解决
#2 [moper8759 09-03 10:47]
how 解决???
#3 [denga188 10-07 17:47]
请问是如何解决的?谢谢!
#4 [rqzrqh 10-07 19:23]
make[1]: arm-linux-g++: Command not found
说明没有指定arm-linux-g++的路径,当然也就无法编译了