标题:编译qt/embedded开发板的lib库的问题
作者:睡眠抱
日期:2007-07-07 22:36
内容:
我编译PC机上是是可以的,但编译开发板上就有问题了
/arm2410s/gui/Qt/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/../../../../arm-linux/bin/ld: cannot find -lqte
collect2: ld returned 1 exit status
make[4]: *** Error 1
make[4]: Leaving directory `/root/2410sQt/qt-2.3.10/examples/aclock'
make[3]: *** Error 2
make[3]: Leaving directory `/root/2410sQt/qt-2.3.10/examples'
make[2]: *** Error 2
make[2]: Leaving directory `/root/2410sQt/qt-2.3.10/examples'
make[1]: *** Error 2
make[1]: Leaving directory `/root/2410sQt/qt-2.3.10'
make: *** Error 2
这是错误信息,我把环境变量检查了好几遍了还是一样,麻烦大家看看,帮忙一下
#1 [mzl626 07-27 10:09]
可能是你lib目录下没这个库的原因,本质的原因应该是你make的时候没有生成这个库
#2 [jiadelin 07-27 18:32]
配置Makefile文件中的LIBS项