3519Hisidv500的QT配置

一、下载相应ubuntu(密码123456789)

1、下载

通过网盘分享的文件:QT Hisilicon Ubuntu 18.7z

链接: https://pan.baidu.com/s/1AIYPC5IRXzy14UETVDl41A?pwd=2kgs 提取码: 2kgs

--来自百度网盘超级会员v4的分享

2、在VM上运行

二、QT的选择与下载(qt-everywhere-src-5.12.9.tar.xz)

1、下载

通过网盘分享的文件:qt移植到arm板子需要的资料

链接: https://pan.baidu.com/s/16mBOCxrXD8sADikICmeXNQ?pwd=d5dp 提取码: d5dp

--来自百度网盘超级会员v4的分享

2、把本次用的资料放进ubuntu内

3、解压文件

三、创建海思的qmake.conf

复制代码
cp /qt-everywhere-src-5.12.9/qtbase/mkspecs/linux-arm-gnueabi-g++/ /qt-everywhere-src-5.12.9/qtbase/mkspecs/arm-hisix500-linux-g++ -rf
vi /qt-everywhere-src-5.12.9/qtbase/mkspecs/arm-hisix200-linux-g++/qmake.con

qmake.conf内容修改如下:

复制代码
linux-arm-gnueabi-g++改成arm-hisix500-linux-g++

三、开始编译

复制代码
./configure \
-prefix ../qt5.12.9_hi3519dv500 \    //make install后保存在的文件夹
-opensource \
-confirm-license \
-release \
-strip \
-no-eglfs \
-linuxfb \
-qt-zlib \
-no-gif \
-qt-libpng \
-qt-libjpeg \
-qt-freetype \
-no-rpath \
-no-pch \
-no-avx \
-no-openssl \
-no-cups \
-no-dbus \
-no-pkg-config \
-no-glib \
-no-iconv \
-xplatform arm-hisix500-linux-g++ \      //使用的工具
-no-opengl \
-nomake examples \
-nomake tools \
-no-sqlite \
-skip qtgamepad \
-skip qtandroidextras \
-skip qtmacextras \
-skip qtx11extras \
-skip qtsensors \
-skip qtserialbus \
-skip qtserialport \
-skip qtwebengine \
-skip qtwebchannel \
-skip qtwebsockets \
-skip qtlocation \
-skip qtquickcontrols \
-skip qtpurchasing \
-skip qtconnectivity \
-skip qtscxml \
-skip qtxmlpatterns \
-skip qtnetworkauth \
-skip qtspeech \
-skip qtscript \
-skip qtremoteobjects \
-skip qtcharts \
-skip qtdatavis3d \
-skip qtwebview

make

make install

四、配置QTCreator

1、下载QTCeator安装包

2、配置环境

①C++

工具链:/opt/linux/x86-arm/aarch64-v01c01-linux-gnu-gcc/bin/aarch64-linux-gnu-gcc

make在/usr/bin/make /usr/share/man/man1/make.1.gz

②C++

工具链:/opt/linux/x86-arm/aarch64-v01c01-linux-gnu-gcc/bin/aarch64-linux-gnu-g++

make在/usr/bin/make

相关推荐
阿里嘎多学长2 小时前
2026-01-12 GitHub 热点项目精选
开发语言·程序员·github·代码托管
KeLin&2 小时前
讯为iTOP4412-Qt5.7环境搭建
开发语言·arm开发·qt·arm
星火开发设计2 小时前
C++ multimap 全面解析与实战指南
java·开发语言·数据结构·c++·学习·知识
superman超哥2 小时前
Rust 异步并发基石:异步锁(Mutex、RwLock)的设计与深度实践
开发语言·后端·rust·编程语言·rust异步并发·rust异步锁·rust mutex
码农水水2 小时前
阿里Java面试被问:RocketMQ的消息轨迹追踪实现
java·开发语言·windows·算法·面试·rocketmq·java-rocketmq
APIshop2 小时前
实战解析电商api:1688item_search-按关键字搜索商品数据
开发语言·python
向上的车轮2 小时前
Zed 项目GPUI :用 Rust + GPU 渲染的现代化 UI 框架
开发语言·ui·rust