• 4674阅读
  • 3回复

请教: QTE 3.3.8 在Davinci 不能正常跑起来 提示: dirver not find [复制链接]

上一主题 下一主题
离线love_mcu
 

只看楼主 倒序阅读 楼主  发表于: 2009-03-02
QTE 3.3.8 在Davinci 不能正常跑起来, 我编译的QT  3.3.8,执行 ./listbox -qws 提示 dirver not find 或者 driver not connect,但是用其它人编译的库,就能正常执行,不知是什么原因,ln -s /dev/fb/0 /dev/fb0 也执行,不能解决问题,有没有人碰这样的问题,请指教,郁闷好几天了。
[ 此帖被love_mcu在2009-03-03 13:18重新编辑 ]
离线love_mcu

只看该作者 1楼 发表于: 2009-03-03
自己顶一下: ./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
离线baici
只看该作者 2楼 发表于: 2009-03-06
请问一下,你是用DAVINCI的EVM板吗?我也正在做这个 QQ253486043 交流下
离线love_mcu

只看该作者 3楼 发表于: 2009-03-10
编译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]: *** [app_debug.x470MV] Error 1
gmake: *** [app/,install] Error 2
快速回复
限100 字节
 
上一个 下一个