我在arm9下开发qt的图形界面,平台是三星的s3c2440,之前已经将hello程序交叉编译成功。开发板上面运行的文件系统已经包含了qt-2.3.7的库,和qtopia-free-1.7.0的库,下载到板子上运行时却提示错误:
[root@(none) tmp]# ./hello -qws
./hell relocation error: /Qtopia/qt-2.3.7/lib/libqte.so.2:undefined symbol: _cxa_pure_virtual.
请问各位高手,这个是什么原因呢?