|
2016-09-13
, 13:46
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#22
|
|
2016-11-16
, 16:11
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#23
|
The Following 2 Users Say Thank You to mr_pingu For This Useful Post: | ||
|
2016-11-16
, 17:02
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#24
|
GCC 4.7.2 does not produce thumb binaries by default, you should pass -mthumb if you want thumb resulting executables! without -mthumb it produces regular ARM ELFs
The Following 3 Users Say Thank You to Halftux For This Useful Post: | ||
|
2016-11-24
, 14:46
|
Posts: 64 |
Thanked: 84 times |
Joined on Oct 2012
|
#25
|
The Following 4 Users Say Thank You to shubell For This Useful Post: | ||
|
2016-11-27
, 22:35
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#26
|
The Following 4 Users Say Thank You to mr_pingu For This Useful Post: | ||
|
2016-12-21
, 08:54
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#27
|
|
2016-12-21
, 08:54
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#28
|
The Following User Says Thank You to mr_pingu For This Useful Post: | ||
|
2016-12-21
, 11:25
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#29
|
I can't get QEMU running in QtCreator as soon I choose maemo5 as build target I got this error:
Cannot deploy: Qemu was not running. It has now been started for you, but it will take a bit of time until it is ready.
Qemu finished with error: Exit code was 1.
is it my fault? Or is has this image some incomplete settings?
Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac &
/scratchbox/login sb-conf se FREMANTLE_X86 export DISPLAY=:2 af-sb-init.sh start (after nothing happens anymore ctrl+c) run your previously compiled app ./helloworld
The Following 2 Users Say Thank You to Halftux For This Useful Post: | ||
|
2016-12-21
, 13:30
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#30
|
I am sorry I did not much with the QtCreator for linux because I mainly used scratchbox on my Debian PIII 1GHz laptop. Hence I would guess this is the standard installation from QtCreator and this could mean that there is no emulator for maemo installed.
When I remember right on my windows QtCreator installation I needed to install additional packages for the emulator.
Sadly the nokia QtCreator packages repository is down and you can't install any additional packages.
So you could use a real N900 connected to the sdk.
Or you could compile under scratchbox for x86 and run your app with the output to Xephyr.
Or find an older QtCreator full setup which is only for maemo, it could be that the emulator is included (I will look and see if I could implement it in the VM image, but atm I am very busy).
Xephyr procedure:
Terminal 1:
Terminal 2:Code:Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac &
to exit:Code:/scratchbox/login sb-conf se FREMANTLE_X86 export DISPLAY=:2 af-sb-init.sh start (after nothing happens anymore ctrl+c) run your previously compiled app ./helloworld
af-sb-init.sh stop
exit
Tags |
crosstool, image, qtsdk, scratchbox, toolchain |
|
Open terminal console and login as su.
N900: gpxsee, fahrplan, gpscon, genwall, qrcode, hextool, libjansson4, libevent-2.0-5, cnee, psi-plus, mihphoto, shc
Maemo flasher/rescue live image.
Fremantle Harmattan SDK VM