View Single Post
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#64
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 toolchain is installed, apparently...
Code:
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
Code:
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
Code:
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
I probably need to do some grep-ing through to check that every entry in "~/QtSDK/Maemo/4.6.2/toolchains/arm-2007q3-51sb6-gdb71-arm-none-linux-gnueabi_linux/toolchain.files" is actually where it's supposed to be.
If anyone know's of a one-liner do assist I'd be very grateful - something with this, perhaps?
Code:
for item in `cat toolchain.files | awk '{print $2}'`; do ...
- to display the files that are listed but Not installed.
Attached Images
 

Last edited by demolition; 2012-12-20 at 13:24.