I followed the instructions on developer guide, and successfully installed Qt-embedded SDK for Angstrom and Qt-creator. But I have problems when building the project. It gave me errors like this:
Running build steps for project QtTracking-SDK...
Starting: /opt/qt-arm/bin/qmake QtTracking-SDK.pro -r -spec qws/linux-DM3730-g++
Could not find mkspecs for your QMAKESPEC(qws/linux-DM3730-g++
) after trying:
/opt/qt-arm/mkspecs
Error processing project file: QtTracking-SDK.pro
Exited with code 3.
Error while building project QtTracking-SDK
When executing build step 'Custom Process Step'
On page 26, 27 on this pdf guide, it seems the version of Qt-creator is different compared to what I am using(Qt 1.3.1). And where should I set the Tool Chains, I didn't find the Tool Chains item in Options.
Thanks in advance!
Yifei