回复: qt5.2.0 交叉编译 跑到arm板上,中/英字符都显示不出来
#21 回 沙加 的帖子 [ace3196758 03-17 15:41]
沙加:QTsLibMouseHandler "tslib" "/dev/input/event1"
Couldnt load module pthres
Error configuring
....... (2014-03-17 15:03)
我在qq群里回复你了,我的板子只有按键,没移植触摸屏
#22 回 沙加 的帖子 [zhx6044 08-03 23:37]
沙加:QTsLibMouseHandler "tslib" "/dev/input/event1"
Couldnt load module pthres
Error configuring
....... (2014-03-17 15:03)
你好,我移植qt5.3.1也出现这个问题,请问你解决了没
#23 回 自强不吸 的帖子 [clannadzy 07-17 15:07]
自强不吸:好的,两天了,5.2显示中文终于解决了,nice,把pc机里面/usr/shared/fonts/truetype/arphic(这种字体叫文鼎字体)里面的东西拷到班子里就ok了 (2014-02-20 12:32)
谢谢啦,本来还用pdf2的字体呢,移植了Qt5后,用不了了,看了你的方法,解决啦
#24 回 ace3196758 的帖子 [baldwin 04-27 16:25]
ace3196758: 问题 3:./system/rootlib/helloworld -qws ,程序运行起来,仍报错
QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
& .. (2014-02-19 14:13)
你好,对libiconv进行make时出现这个问题,请问怎么解决呢
make[2]: *** 错误 1
make[2]:正在离开目录 `/opt/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/libiconv-1.14/srclib'
make[1]: *** 错误 2
make[1]:正在离开目录 `/opt/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/libiconv-1.14/srclib'
make: *** 错误 2
#25 回 baldwin 的帖子 [yankaiyutong 07-06 17:47]
baldwin:你好,对libiconv进行make时出现这个问题,请问怎么解决呢
make[2]: *** 错误 1
make[2]:正在离开目录 `/opt/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/libiconv-1.14/srclib'
make[1]: *** 错误 2
....... (2016-04-27 16:25)
我也遇到你这个错误了。解决了吗?我的程序直接就运行不起来。