ZedBoard Study Notes -- Running the Qt Program

本文介绍如何在Ubuntu环境下为ZedBoard开发板进行Qt的交叉编译过程,包括开发环境搭建、交叉编译器配置及Qt源码编译安装等关键步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1. 开发环境: VirtualBox 5.1.24 + Ubuntu 16.4

2. 开发板: ZedBoard Rev.C + 7inch Touch Screen

3. 参考文档: 1) http://zedboard.org/support/design  ZedBoard_ALI3_Display_Ubuntu_Tutorial_14_4_02

                    2) http://blog.youkuaiyun.com/luotong86/article/details/52597295

步骤: 1 在ubuntu 上安装QT

                apt-get install qt-sdk

           2. 参考文档2),因为linaro 使用 arm-linux-gnueabihf编译的,所以交叉编译器得使用 arm-linux-gnueabihf

             apt-get install arm-linux-gnueabihf-gcc apt-get install arm-linux-gnueabihf-g++

           3. cd ~ and enter the command export CROSS_COMPILE=arm-linux-gnueabihf-

           4. Download https://download.qt.io/archive/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz.

           5. Copy the  qt-everywhere-opensource-src-4.8.6.tar.gz to /opt/qt_src in ubuntu

           6. tar -xvzf qt-everywhere-opensource-src-4.8.6.tar.gz

           7. cd qt-everywhere-opensource-src-4.8.6

           8. ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -little-endian -opensource -host-little-endian -confirm-license -nomake demos -nomake examples -no-openssl 

          9. make

          10. make install

           11. The library will be installed into default path: /usr/local/Trolltech

          12. copy the Trolltech folder to the same path of embedded linux folder


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值