IoTGateway/BSP/Linux/iMX6/QtCreator

From ESS-WIKI
Revision as of 09:18, 10 March 2016 by Winston.huang (talk | contribs) (Created page with "<big><big><big>Yocto User Guide - Eclipse Plug-in for iMX6 series</big></big></big> =Prerequisites= ==Installing cross toolchain== Please use bitbake command to build one too...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Yocto User Guide - Eclipse Plug-in for iMX6 series

Prerequisites

Installing cross toolchain

Please use bitbake command to build one toolchain installer or get a pre-built one.

Qt4 SDK

Please perform following command to make toolchain installer.

$ bitbake fsl-image-x11 -c populate-sdk

Please change working directory to where installer located and perform the following command.

$ sudo ./poky-eglibc-x86_64-fsl-image-x11-cortexa9hf-vfp-neon-toolchain-qt4-1.5.3.sh

Qt5 SDK

Please perform following command to make toolchain installer.

$ bitbake fsl-image-x11-qt5 -c populate-sdk

Please change working directory to where installer located and perform the following command.

$ sudo ./poky-eglibc-x86_64-fsl-image-x11-qt5-cortexa9hf-vfp-neon-toolchain-1.5.3.sh


Working within QtCreator 3 (Qt4/Qt5)

Installing the QtCreator

Starting the QtCreator

Configuring the Cross-Compiler Options

Creating the Project

Building the Project

Deploying the Application

Debugging the Application


Working within QtCreator 2 (Qt4 only)

Installing the QtCreator

Starting the QtCreator

Configuring the Cross-Compiler Options

Creating the Project

Building the Project

Deploying the Application

Debugging the Application

References

  1. 12.04 LTS (Precise Pangolin)
  2. Java Archive - SE 6
  3. Project Development Manual
  4. Creator Files at SourceForge.net