我在交叉编译qtopia-1.7.0的时候,在最后链接的时候出现错误目标处理器 xscale pxa250, arm-linux-gcc 3.2.1) 
arm-linux-gcc -L/xscale/qt/compile/qtopia-free-1.7.0/lib 
-Wl,-rpath,/xscale/qt/compile/qtopia-free-1.7.0/lib 
-L/xscale/qt/compile/qt-2.3.7/lib 
-Wl,-rpath,/xscale/qt/compile/qt-2.3.7/lib 
-o /xscale/qt/compile/qtopia-free-1.7.0/bin/qpe 
.obj/linux-arm-g++//server.o 
.obj/linux-arm-g++//serverinterface.o 
............. 
.obj/linux-arm-g++//moc_serverapp.o 
.obj/linux-arm-g++//moc_shutdown.o 
-ljpeg -Wl,-Bstatic -Wl,-whole-archive -Wl,-no-whole-archive -Wl,-Bdynamic -lcrypt -luuid -lqpe -lqtopia -lqte -lm 
............... 
/xscale/cross/lib/gcc-lib/arm-linux/3.2.1/libgcc_eh.a(unwind-sjlj.o)(.text+0x77c): first defined here 
collect2: ld returned 1 exit status 
make[1]: *** [/xscale/qt/compile/qtopia-free-1.7.0/bin/qpe] Error 1 
make[1]: Leaving directory `/xscale/qt/compile/qtopia-free-1.7.0/src/server' 
make: *** [server] Error 2 
在网上已经有很多人遇到了这个问题,但都没有解答的方法,我再次将它贴出,希望有高手能给予解答,不胜感激,有些邮件列表中说是开发工具链的问题.但应该怎样解决呢.
[ 此贴被XChinux在2006-02-28 20:26重新编辑 ]