欢迎来到天天文库
浏览记录
ID:34275943
大小:54.00 KB
页数:5页
时间:2019-03-04
《龙芯1b搭建qt开发环境的笔记》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、1.运行触屏校准时提示selecteddeviceisnotatouchscreenIunderstand32.运行校准程序时提示Norawmodulesloaded63.编译时提示未定义8版本更新日期更新内容维护人V1.02013.12,17创建重庆-简单V1.12013.12.20修正了章节标题和内容不一致的问题重庆-简单V1.22014.04.08修正了龙芯1B触摸屏不能使用的问题南京-砖家1.运行触屏校准时提示selecteddeviceisnotatouchscreenIunderstand按照《龙芯1B开发板
2、用户手册》的步骤(注:禁止配置DeviceDerivers->SPIsupport->SPIController1可能会引起屏幕不能用),搭建了开发环境,到了再开发板上运行校准程序时,提示如下/test#$TSLIB_ROOT/bin/ts_calibratexres=480,yres=272selecteddeviceisnotatouchscreenIunderstandTook2samples...Topleft:X=3797726Y=2Took2samples...Topright:X=3797726Y=2Too
3、k2samples...Botright:X=3797726Y=2Took2samples...Botleft:X=3797726Y=2Took2samples...Center:X=3797726Y=2ts_calibrate:determinantistoosmall--0.000000Calibrationfailed.注:出现上面问题需要将交叉编译器中的gcc-××-××/mipsel-linux/mipsel-linux/include/linux/input.h中37行EV_VERSION由0x010000改
4、为0x010001重新编译内核进入shell[root@Loongson-gz:/]#cat/dev/event0点击屏幕输出乱码则说明屏幕可以用然后重新编译tslib重新进行移植2.运行校准程序时提示Norawmodulesloaded按照《龙芯1B开发板用户手册》上的步骤搭建QT开发环境,到了在开发板上运行校准程序这一步时,提示下面错误/test#$TSLIB_ROOT/bin/ts_calibrateNorawmodulesloaded.ts_config:Nosuchfileordirectory需要修改TSLI
5、B/ts.conf[root@localhostLS1Brootfs]#catTSLIB/etc/ts.conf#Uncommentifyouwishtousethelinuxinputlayereventinterfacemodule_rawinput……[root@localhostLS1Brootfs]#1.编译时提示未定义参照《龙芯1B开发板用户手册》搭建了qt开发环境,刚开始一切正常,没有报什么错误,直到编译qt的示例程序“calculator”时,提示如下错误/usr/local/Trolltech/QtEm
6、bedded-4.7.1-mips//lib/libQtGui.so:对‘ts_close’未定义的引用/usr/local/Trolltech/QtEmbedded-4.7.1-mips//lib/libQtGui.so:对‘ts_config’未定义的引用/usr/local/Trolltech/QtEmbedded-4.7.1-mips//lib/libQtGui.so:对‘ts_read’未定义的引用/usr/local/Trolltech/QtEmbedded-4.7.1-mips//lib/libQtGui.
7、so:对‘ts_read_raw’未定义的引用/usr/local/Trolltech/QtEmbedded-4.7.1-mips//lib/libQtGui.so:对‘ts_open’未定义的引用/usr/local/Trolltech/QtEmbedded-4.7.1-mips//lib/libQtGui.so:对‘ts_fd’未定义的引用collect2:ldreturned1exitstatusmake:***[calculator]错误1修改“mkspecs/qws/linux-mips-g++/qmake.c
8、onf”注意是小写的-LTS。修改后的内容如下:1#2#qmakeconfigurationforbuildingwithmipsel-linux-g++3#45include(../../common/g++.conf)6include(../../common/linux.conf)7include(../../
此文档下载收益归作者所有