Add Yocto SDK with QT5 to QT Creator: Difference between revisions

From Wiki-DB
Jump to navigationJump to search
(Created page with "The following instructions are based on '''DHCOM STM32MP1''' computer on module and Yocto version "zeus" __TOC__ == Prepairing your virtual machine == Get the Virtual Mac...")
 
No edit summary
Line 29: Line 29:
In Qt Creator go to Tools > Options > Devices and add your Wandboard as a generic linux device.
In Qt Creator go to Tools > Options > Devices and add your Wandboard as a generic linux device.


[[Image:Qtcreator-add-device.jpg|850px]]
[[Image:Qtcreator-add-device.jpg|550px]]


go to Tools > Options > Build & Run and:
go to Tools > Options > Build & Run and:

Revision as of 08:04, 14 May 2020

The following instructions are based on DHCOM STM32MP1 computer on module and Yocto version "zeus"


Prepairing your virtual machine

Get the Virtual Machine for Application Development.

Install the following package:

$ sudo apt-get install qtcreator qt5default

Download and install the SDK package

Get the Link

Unpack the archive and install the toolchain

$ sh ./dhlinux-glibc-x86_64-meta-toolchain-qt5-cortexa7t2hf-neon-vfpv4-toolchain-nodistro.0.sh

Choose the installation directory (default: /opt/dhlinux/nodistro.0/)

The toolchain is now installed to your system.

Configure Qt Creator

Run QT Creator

In Qt Creator go to Tools > Options > Devices and add your Wandboard as a generic linux device.

go to Tools > Options > Build & Run and:

Add a new c++ compiler. Select your compiler: /opt/dhlinux/nodistro.0/sysroots/x86_64-oesdk-linux/usr/bin/arm-dhlinux-linux-gnueabi/arm-dhlinux-linux-gnueabi-g++

Add a new debugger. Select your debugger: /opt/dhlinux/nodistro.0/sysroots/x86_64-oesdk-linux/usr/bin/arm-dhlinux-linux-gnueabi/arm-dhlinux-linux-gnueabi-gdb

Add your Qt version by selecting the qmake located in /opt/dhlinux/nodistro.0/sysroots/x86_64-oesdk-linux/usr/bin/qmake

Add a new kit selecting your new Qt5 version and compiler and setting the sysroot to /opt/dhlinux/nodistro.0/sysroots/cortexa7t2hf-neon-vfpv4-dhlinux-linux-gnueabi and leave the Qt mkspec empty. Finally select your device

If there is a warning/error shown, please click apply between each step