fxl2000 发表于 2008-6-24 15:55:19

移植qt4.3.0 到 2440板 小弟发帖 求救,

发帖 求救,移植qt4.3.0 到 2440板,兄弟想将qt4.3.0 到 2440板上
1 用x86的 gcc 编译通过 , qvfb 和 ./hello 都OK
2 安装arm-linux-gcc 3.4.1 后
   ./configure -embedded arm -xplatform qws/linux-arm-g++ -depths4,8,12,16 -no-qt3support      -------------OK
3 make             ----OK
4 sudo make install   后有错误:

make: Entering directory `/home/eric/reserch/qt/debugx86build/examples/dialogs/extension'
cp -f "extension" "/usr/local/Trolltech/QtopiaCore-4.3.0-arm/examples/dialogs/extension/extension"
arm-linux-strip "/usr/local/Trolltech/QtopiaCore-4.3.0-arm/examples/dialogs/extension/extension"
/bin/sh: arm-linux-strip: not found
make: 错误 127 (忽略)
   
有错误 /bin/sh: arm-linux-strip: not found
但是我的 执行 ls /usr/local/arm/3.4.1/bin/arm-linux-strip 后
eric@eric-laptop:~$ ls /usr/local/arm/3.4.1/bin/arm-linux-strip
/usr/local/arm/3.4.1/bin/arm-linux-strip
eric@eric-laptop:~$

我的 arm-linux-strip是有的哦
奇怪哦?

qspy 发表于 2008-7-4 13:55:07

后续也有想做这一工作,帮你顶上

gaiwang0142 发表于 2008-7-29 14:44:22

先看看你的路径对不对,echo $PATH看看能不能找到你的arm-linux-strip所在路径

fxl2000 发表于 2008-7-29 15:45:40

echo $PATH    能找到arm-linux-strip所在路径
(x86的 gcc 编译通过-----OK
arm-linux-gcc 3.4.1    make 编译通过-----OK
但是arm-linux-gcc 3.4.1   sudo make install   后有错误
)
页: [1]
查看完整版本: 移植qt4.3.0 到 2440板 小弟发帖 求救,