ubuntu 安装qt5.9.3 for arm-linux am335x qt开发2
文章1:http://blog.csdn.net/yqa1027473639/article/details/78752959安装环境:host:ubuntu 1404交叉编译器: arm-linux-gnueabihf-gcc target borad :am335xQT版本:qt5.9.3 2二、交叉编译QT5.9.3在文章1中,安装
文章1:http://blog.csdn.net/yqa1027473639/article/details/78752959
安装环境:
host:ubuntu 1404
交叉编译器: arm-linux-gnueabihf-gcc
target borad :am335x
QT版本:qt5.9.3
2二、交叉编译QT5.9.3
在文章1中,安装完后产生如下目录
Tools为集成开发环境qt creator
gcc_64位ubuntu下编译环境,Src为qt5.9.3源码
下面对源码进行编译:
$:cd~/Qt5.9.3/5.9.3/Src
$: makdir install ///home/yqa1404/Qt5.9.3/5.9.3/Src/install 为qt交叉编译的安装目录,需自己制定
$: sudo chmod 777 install
$: ./configure --help
$:
./configure -prefix /home/yqa1404/Qt5.9.3/5.9.3/Src/install -confirm-license -opensource -release -make libs -xplatform linux-arm -optimized-qmake -linuxfb -pch -qt-libjpeg -qt-libpng -qt-zlib -tslib -no-opengl -no-sse2 -no-openssl -no-cups -no-glib -no-dbus -no-xcb -no-separate-debug-info -make examples -nomake tools -nomake tests -no-iconv
$: make -j4 //大约等待2-3个小时
$: make install
完成后 将/home/yqa1404/Qt5.9.3/5.9.3/Src/install目录下的文件夹复制到arm板文件系统中
更多推荐
所有评论(0)