IoTGateway/BSP/Linux/iMX6/QtCreator
From ESS-WIKI
Revision as of 08: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...")
Yocto User Guide - Eclipse Plug-in for iMX6 series
Contents
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