Allwinner T113-S3 entry-level development board uses Qt development tools - Mir MYD-YT113X development board trial evaluation

Publisher:EE小广播Latest update time:2023-09-18 Source: EEWORLD Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

This review is provided by the excellent reviewer "wangdbff"


Mir also provides a tool chain including Qt SDK in the information provided for MYB-YT113X. Whether it is used as an IDE or to develop Qt programs, QtCreator is very easy to use, at least under Linux, it can save a lot of configuration work. Here is a detailed description of the process.


1. Install Qt software in Linux system, which can be a virtual machine or a physical machine. The installed version is generally selected according to the SDK, but it is not necessarily the same. The version used here is 5.14.2, which is the last version with binary installation package. After downloading, copy it to ubuntu18 and run the command to install it.



sudo ./qt-opensource-linux-x64-5.14.2.run

You need to enter your account and password during the installation process. If there are errors or other situations, it is likely that some dependencies are missing. Just install the corresponding library.



2. Deploy the cross-compilation tool of Qt SDK. It is provided in the document, and its name is gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi-qt5.12.5-myir.tar.bz2, a compressed package. The method is to unzip it to the opt directory.


sudo tar -xjf gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabi-qt5.12.5-myir.tar.bz2 -C /opt


3. Configure Qt's compiler kit. This is the key point. Once it is configured, you can happily use ide development. Qt is installed by default, and gcc and other software are also installed on the system. Then you can see the default Kit in the tool setting interface, which is based on X86's gcc.

image.png


Then you need to add a C and C++ compiler yourself, which is actually to provide the path


image.png


Then select the path to qmake and specify the version.

image.png


The last step is to add the kit you just configured to the kit.

image.png


4. Next, create a project to compile and see.

image.png


After the creation, a template program will be automatically generated. Since we are not writing Qt programs, we will create a C project. Then use two compilation kits to compile the demo program.

image.png


If there are no errors, it is basically confirmed that it is successful. Then, whether it is a Qt program or a C/C++ program, you can use Qt Creator.


image.png

If you are looking for a domestic processor, you might want to learn about the Allwinner T113 core board and development board.






Reference address:Allwinner T113-S3 entry-level development board uses Qt development tools - Mir MYD-YT113X development board trial evaluation

Previous article:How to quickly and easily migrate Keil MDK projects to other development tools
Next article:New arrival! 100% domestic material certification, Mir entry-level domestic core board Allwinner T113-i solution

Latest Embedded Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号