友善光盘里提供的简单计算器的例子, X86版本编译过了, 也可以模拟运行了.
但编译ARM版时连接出错, 应该如何解决?
source /opt/arm-qtopia/qtopia-2.2.0-Friendly/setQpeEnv
qmake -spec qws/linux-arm-g++ -o Makefile.target *.pro
make -f Makefile.target clean
make -f Makefile.target
/opt/FriendlyARM/toolschain/4.4.3/lib/gcc/arm-none-linux-gnueabi/4.4.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lqtopia2
collect2: ld returned 1 exit status
make: *** [mycalc] Error 1