Changes

Jump to: navigation, search

DIVELK-AN-002: Using Qt Creator

320 bytes added, 10:22, 2 May 2018
no edit summary
</pre>
If the installation process complete successfully, you should see inside the <code>Tools -> Options -> Kits</code> a ''kit'' named XELKDIVELK, as in the following screenshot:
[[File:QtCreator XELK 3 0 0 09.png|400px|border|center]]
If you don't want to use the automatic setup or want to customize the configuration, in this section we details all the step required.
=== Linaro Toolchain ===
Download the following [https://releases.linaro.org/components/toolchain/binaries/6.2-2016.11/arm-linux-gnueabihf/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz archive]
and extract it
 
<pre>
mkdir -p /home/dvdk/toolchain
tar -xvf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz -C /home/dvdk/tolchain
</pre>
=== Devices ===
[[File:QtCreator XELK 3 0 0 23.png|400px|border|center]]
Insert the IP address of your device, ''root'' as username and leave password empty (this is the default configuration of XELK DIVELK root file systems). Make sure that the device is connected to the network and your virtual machine networking is correctly configured (see [[VirtualBox Network Configuration|this]] article for more details).
Then click '''Next'''.
<pre>
/home/dvdk/axeltoolchain/sdk/latest/sysroots/x86_64gcc-linaro-pokysdk6.2.1-linux/usr/bin/arm2016.11-pokyx86_64_arm-linux-gnueabignueabihf/bin/arm-poky-linux-gnueabi-gcc
</pre>
<pre>
/home/dvdk/axeltoolchain/sdk/latest/sysroots/x86_64gcc-linaro-pokysdk6.2.1-linux/usr/bin/arm2016.11-pokyx86_64_arm-linux-gnueabignueabihf/bin/arm-poky-linux-gnueabi-g++
</pre>
<pre>
/home/dvdk/axeltoolchain/sdk/latest/sysroots/x86_64gcc-linaro-pokysdk6.2.1-linux/usr/bin/arm2016.11-pokyx86_64_arm-linux-gnueabignueabihf/bin/arm-poky-linux-gnueabi-gdb
</pre>
<pre>
/home/dvdk/axeldiva/sdk/xelkdivelk-34.0.10-qt5/sysroots/x86_64-pokysdkaragosdk-linux/usr/bin/qt5/qmake
</pre>
170
edits

Navigation menu