![]() |
2012-12-19
, 23:29
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#62
|
The Following User Says Thank You to qwazix For This Useful Post: | ||
![]() |
2012-12-20
, 09:23
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#63
|
- How can the toolchain be recognised with Qt Creator, so software can be built for Fremantle, not just Harmattan?
/opt/QtSDK/Maemo/4.6.2/targets/fremantle-pr13/bin/qmake
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2012-12-20
, 13:21
|
Posts: 560 |
Thanked: 422 times |
Joined on Mar 2011
|
#64
|
user@PC:~$ ls ~/QtSDK/Maemo/4.6.2/targets/fremantle-pr13/bin/ addr2line cc gcc gprof mgen objcopy qt.conf size ar c++filt gcov ld mmoc objdump ranlib strings as cpp gdb lrelease moc qmake rcc strip c++ g++ gdbtui lupdate nm qmake-qt4 readelf uic
user@PC:~$ cat ~/QtSDK/Maemo/4.6.2/targets/fremantle-pr13/information sysroot fremantle-arm-sysroot-20.2010.36-2-slim toolchain arm-2007q3-51sb6-gdb71-arm-none-linux-gnueabi_linux runtime qemu-n900-pr13 qttools qt-tools-4.7.0-m0.20.32-linux
user@PC:~$ ls ~/QtSDK/Maemo/4.6.2/sysroots/ | grep fremantle fremantle-arm-sysroot-20.2010.36-2-slim user@PC:~$ ls ~/QtSDK/Maemo/4.6.2/toolchains/arm-2007q3-51sb6-gdb71-arm-none-linux-gnueabi_linux/ arm-none-linux-gnueabi bin include lib libexec toolchain.files user@PC:~$ ls ~/QtSDK/Maemo/4.6.2/runtimes/qemu-n900-pr13 information RX-51_2009SE_20.2010.36-2.nand RX-51_2009SE_20.2010.36-2.emmc skin user@PC:~$ ls ~/QtSDK/Maemo/4.6.2/tools/qt-tools-4.7.0-m0.20.32-linux/ bin lib
for item in `cat toolchain.files | awk '{print $2}'`; do ...
![]() |
2012-12-20
, 17:38
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#65
|
Thanks for the helpful comments.
Not sure what I've done wrong. Below is a screen shot of the Tools > Options > Build & Run menu.
Everything appears to be in order, looking through the directories. However, Qt Creator cannot detect qmake in the Maemo folder, even when trying to select it manually! Is there a command line instruction to associate it?
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2012-12-20
, 17:58
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#66
|
The Following User Says Thank You to qwazix For This Useful Post: | ||
I've just installed Nokia Qt SDK 1.2 on Debian Wheezy and have one main thing preventing completion of the setup: I cannot get the Fremantle Toolchain to register with Qt Creator, despite downloading the entire SDK.
- How can the toolchain be recognised with Qt Creator, so software can be built for Fremantle, not just Harmattan?
- Do I need to install the Fremantle SDK as well?
Also, what's up with the version numbers? The Maintenance Tool claims it's creating a Fremantle toolchain for Qt 4.7.0, then the folder that's actually created is labelled 4.6.2 - doesn't the device running Qt 4.7.5?
Any ideas or assistance that might help resolve the problem described, would much appreciated.
Last edited by demolition; 2012-12-19 at 23:13.