Building Qt Applications for i.MX6 SABRE

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Building Qt Applications for i.MX6 SABRE

3,366件の閲覧回数
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 返信

1,025件の閲覧回数
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 件の賞賛
返信