This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x EVM-SK, ti-sdk-am335x-evm-06.00.00.00 Qt creator issue

Hi All,

Hardware:

  • AM335x EVM-SK (TMDSSK3358)

Software on host:

  • Ubuntu 12
  • ti-sdk-am335x-evm-06.00.00.00
  • Qt creator 2.7.1 from here
  • And instructions about how to compile Qt project for this Kit from here

Problem

According to instructions from TI about how to compile Qt project I stopped on step 6 (red colored is step not compatible with what I see on my display):

...6. Click the Kits tab under Build & Run

  • Change the name to give the device a unique name: AM335x EVM
  • Select Device type Generic Linux Device instead of Desktop.
  • Select Compiler arm-linux-gnueabihf-gcc instead of the host gcc.
  • For Debugger select Edit. Then select Browse.
  • Select the same path as the compiler, but choose the file: arm-linux-gnueabihf-gdb
  • For QT Version select Qt 4.8.3 Sitara
  • Click Apply to register the options...

According to instructions I should see:

But actually in my case:

What is wrong?

I've done all according to TI instructions here is brief:

  1. sourced to "environment-setup.sh" and see [linux-devkit]
  2. "sudo" qtcreator
  3. set "Build&Run"->"Qt-Version" to my "/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/qmake"
  4. Set "Compilers"->manual to "/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc"
  5. Set in "Kits" like shown on picture above

Why "Qt version" is wrong in my case? (in other words, why it is "None" on picture above)? Are qt version in "ti-sdk...-06..." correct?

I noticed than in TI instructions there is "Qt version 4.8.3 for Embedded Linux" on Qt Version tab,but in my case there is "Qt version 4.8.3 for Desktop".

Tabs of QT creator of mine: