标题:请教: QTE 3.3.8 在Davinci 不能正常跑起来 提示: dirver not find
作者:love_mcu
日期:2009-03-02 17:59
内容:
QTE 3.3.8 在Davinci 不能正常跑起来, 我编译的QT3.3.8,执行 ./listbox -qws 提示 dirver not find 或者 driver not connect,但是用其它人编译的库,就能正常执行,不知是什么原因,ln -s /dev/fb/0 /dev/fb0 也执行,不能解决问题,有没有人碰这样的问题,请指教,郁闷好几天了。
#1 [love_mcu 03-03 10:34]
自己顶一下: ./configure 是如下所写,
编译能完全通过,但在目标板上执行出错,
提示: dirver not find
./configure -xplatform qws/arm-v5t-le-g++ \
-depths 4,8,16,24,32 \
-qt-gif \
-plugin-sql-sqlite \
-qt-sql-sqlite \
-thread \
-no-cups \
-no-stl \
-no-ipv6 \
-embedded arm
#2 [baici 03-06 12:12]
请问一下,你是用DAVINCI的EVM板吗?我也正在做这个 QQ253486043 交流下
#3 [love_mcu 03-10 18:57]
编译QT demo hello程序,出现以下错误,是什么原因。我用的是TI xdc 编译环境。
lnk470MV app_debug.x470MV ...
package/cfg/app_debug/hello.o470MV(.text+0x130): In function `Hello::Hello(char const*, QWidget*, char const*)':
/usr/local 3-arm/include/qstring.h:851: undefined reference to `vtable for Hello'
package/cfg/app_debug/hello.o470MV(.text+0x270): In function `Hello::Hello(char const*, QWidget*, char const*)':
/usr/local 3-arm/include/qstring.h:851: undefined reference to `vtable for Hello'
package/cfg/app_debug/hello.o470MV(.text+0x308): In function `Hello::mouseReleaseEvent(QMouseEvent*)':
/mnt/hgfs/work/xdc/hello/app/hello.cpp:53: undefined reference to `Hello::clicked()'
package/cfg/app_debug/main.o470MV(.text+0x3e8): In function `main':
/usr/local 3-arm/include/qstring.h:851: undefined reference to `vtable for Hello'
collect2: ld returned 1 exit status
gmake[1]: *** Error 1
gmake: *** Error 2