hi
i just want to know can we develop & debug Qt projects in CCS? if yes, then how? is there any guideline provided by TI?
i am using TI EVM Kit.
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.
hi
i just want to know can we develop & debug Qt projects in CCS? if yes, then how? is there any guideline provided by TI?
i am using TI EVM Kit.
Hi Izhar,
Please follow this link: http://processors.wiki.ti.com/index.php/Code_Composer_Studio_v5_Users_Guide#Importing_Qt_Projects
Please also note, that there is a dedicated Code Composer forum and you should post your CCS related questions there: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81.aspx
Best regards,
Miroslav
I would recommend looking at QT Creator for QT development. The following training link covers some basics on using QT creator: http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Hands_on_with_QT
i have configured Qt creator as given in Ti provided guideline, i want to know can i use Linux APIs from Qt creater? can i access different peripherals like GPIO/timer/RTC etc from Qt environment if it is set up with Ti SDK...
regards,
Izhar
Izhar,
Yes, once you've integrated QT Creator in with the TI Sitara SDK, you will be using the integrated gcc compiler that comes with the SDK and all the integrated libraries. The QT framework is C++ and resides in user space. So you wll have the same access as any user application.