Building Qt Applications for i.MX6 SABRE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Building Qt Applications for i.MX6 SABRE

2,893 次查看
kriszawada
Contributor III

I want to build a simple Qt hello world application for the FSL i.MX6 SABRE tablet, however I don't quite understand what needs to be setup in order to do this.

So far I've got the following steps:

1) Get a Linux machine (Done!  Got a Ubuntu 12.04.3 LTS)

2) Get Qt and configure and build it for i.MX6 (Building QT for i.MX6 )

3) Get the i.MX6 and ARM SDK (compiler arm-fsl-linux-gnueabi-g++).

How would I install the SDK (i.MX6 SABRE) so that the ARM FSL compiler is there and working?  Where do I get this from?

I want to be able to create a simple basic hello world command:

.

├── build

│   ├── hello.out

│   ├── makefile

├── include

│   ├── hello.h

├── src

│   ├── hello_func.cpp

├── test

│   └── hello.cpp

I want to be able to run this on the Freescale SABRE i.MX6 Series board running an Linux image (fsl-image-qt5-x11-imx6qdsolo.sdcard).

Poky (Yocto Project Reference Distro) 1.7

Linux Version 3.14.28-1.0.0_ga+g91cf351

标签 (3)
标记 (1)
0 项奖励
1 回复

552 次查看
LuisCasado
NXP Employee
NXP Employee

Hello,

It would be better if you follow the Yocto User guide to build the fsl-image-qt5 and then follow the link below to setup QT creator, generate and install the QT toolchain, etc.

Linux 3.14.28 BSP & Multimedia Codecs Documentation

https://community.freescale.com/message/510890#510890

Regards,

Luis

0 项奖励