ChinaUnix.net
相关文章推荐:

qt463移植 ubuntu

配置tftp 配置tftp服务的步骤: 1、安装相关软件包:tftpd(服务端),tftp(客户端),xinetd sudo apt-get install tftpd tftp xinetd 2、建立配置文件 在/etc/xinetd.d/下建立一个配置文件tftp sudo vi tftp 在文件中输入以下内容: service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot disable = no per_source = 11 cps = 1...

by cr858923 - Linux文档专区 - 2010-01-17 19:43:12 阅读(1356) 回复(0)

相关讨论


qt.com/blog" target="_blank">http://www.cuteqt.com/blog qt技术分享博客 Mon, 01 Aug 2011 13:49:30 +0000 http://wordpress.org/?v=2.9.1 en hourly 1 http://www.cuteqt.com/blog/?p=1971 http://www.cuteqt.com/blog/?p=1971#comments Tue, 23 Nov 2010 16:10:28 +0000 shiroki http://www.cuteqt.com/blog/?p=1971 <![CDATA[

距离上次发博文已经有一段不短的时间, 很不好意思, ...

by liliu4239 - 移动操作系统 - 2011-12-23 02:09:33 阅读(3718) 回复(0)

还没有完全弄好,不过先贴上来一些嘿嘿 1 今天下午qt莫名奇妙的出错了。重新安装 ./configure make make install 默认安装在/usr/local/Trolltech/qt-X11目录下。 装完以后才知道,原来不是qt出错了,是我自己忘记怎么编qt程序了,源程序要以.cpp结尾,我连.c都没加,难怪出错了。- -#好菜 2 安装qtopia for x86,出了好多错误。下面是如何修改出错的代码。 Mkdir qtopia-x86 cd qtopia-x86 tar xzvf qtopia-opensou...

by tangcong29 - Linux文档专区 - 2009-07-01 22:49:13 阅读(1316) 回复(0)

------------------------------------------------本文系本站原创,欢迎转载! 转载请注明出处:http://sjj0412.cublog.cn/ ------------------------------------------ qt是一个多平台的C++图形用户界面应用程序框架。它提供给应用程序开发者建立艺术级的图形用户界面所需的所用功能。qt是完全面向对象的很容易扩展,并且 允许真正地组件编程。 (一)首先我们来讲下我们安装qt的原因: 我们平常在编写程序用的最多的是什么?...

by sjj0412 - Linux文档专区 - 2009-05-13 17:24:20 阅读(2497) 回复(0)

1.1. qt Porting 1.1.1. qt/Embedded Installation and Environment Configuration (1) qt/Embedded Download download qt-embedded-2.3.7 and decompress as shown under. $ tar xvfz qt-embedded-2.3.7.tar.gz Now you get a directory of qt-2.3.7 (2) qt/Embedded Environment Configuration(host) The first step is configure environment on host. -- qtDIR : qtDIR : Directory where qt is installed. -- LD_LIBRARY_P...

by senglen - Linux文档专区 - 2007-12-10 13:04:32 阅读(749) 回复(0)

自己准备安装个qt/E,编几个程序,烧到ARM开发板去玩玩!!在网上搜了一篇文章先试试,成功的话再把心得和大家分享哈!! qt/Embedded的移植 qt/Embedded的底层图形引擎完全依赖于FrameBuffer,因此在移植时需考虑目标平台的Linux内核版本和FrameBuffer驱动程序的实现情况,包括分辨率和颜色深度等在内的信息。当前嵌入式CPU大多内部集成LCD控制器,并支持多种配置方式。qt/Embedded能够较好地根据系统...

by hzh1024n - Linux文档专区 - 2007-11-16 21:00:33 阅读(947) 回复(0)

提问: 我现在在qt/embedded的环境下,利用tmake(linux-x86-g++) 和qt/embedded的helloworld的并可以在qvfb 下看到结果。利用linux-arm-g++和目标板的库进行编译时,也可以看到结果。 但是利用tmake(linux-x86-g++) 和qt/embedded的库编译窗口(widget)的并可以在qvfb 下看到结果。 但是当我利用linux-arm-g++和目标板的库进行编译时,就会报错,错误如下: arm-linux-gcc -o mainwidget mainwidget.o main.o moc_mainwidget...

by tla02 - GUI编程 - 2007-06-06 11:52:07 阅读(3633) 回复(2)

qt移植实验中当编译qtopia时,make后会出现如下错误: make -C libraries/qtopia make[1]: Entering directory `/DM2410/qtE/qtopia/src/libraries/qtopia' arm-linux-g++ -c -I/DM2410/qtE/qtopia/include -I/DM2410/qtE/qt/include -pipe -DQWS -fno-exceptions -fno-rtti -O2 -Wall -W -DNO_DEBUG -fPIC -DqtOPIA_APP_INTERFACE -DqtOPIA_WIN32PROCESS_SUPPORT -I.moc/linux-arm-g++/ -I/DM2410/qtE/qtopia/include -o .obj/linu...

by xin360 - 内核源码 - 2007-05-09 19:01:55 阅读(4009) 回复(2)

本文详细论述了qtqtopia的移植过程,针对的平台为PXA255处理器,对其他平台也具有参考意义。 1.1. qt Porting 1.1.1. qt/Embedded Installation and Environment Configuration (1) qt/Embedded Download download qt-embedded-2.3.7 and decompress as shown under. $ tar xvfz qt-embedded-2.3.7.tar.gz Now you get a directory of qt-2.3.7 (2) qt/Embedded Environment Configuration(host) The first step is configure e...

by cry126 - Linux文档专区 - 2007-03-14 10:47:48 阅读(837) 回复(0)

环境:交叉编译器4.3.2,qt是4.5 原先没有素材包的时候的编译方法是,选取编写好的qt文件 .cpp .h .ui 文件放入新建文件夹内qmake,下班子可以运行。现要给按键加图标也就是所谓的素材包,如果按照上述方法无法显示按键图标,让素材包直接拷到板子上也不行,求如何解决

by 00allen00 - 嵌入式开发 - 2013-05-15 12:46:32 阅读(1070) 回复(0)

嵌入式刚学不久,今天准备移植一个qt应用程序到mini2440的开发板,但不知道具体应该怎么做,哪位能指点下吗? 十分感谢!(我装的是虚拟机Fedora9,其他的开发环境已搭建好了) 在网上查了下,要安装两个源码包(qt-x11-opensource-src-4.3.2.tar.gz,qt-embedded-linux-opensource-src-4.4.0-rc1.tar.bz2),但后面一个没有找到。

by huchun2010 - 嵌入式开发 - 2011-07-25 23:05:18 阅读(2527) 回复(4)