![]() |
2010-03-21
, 14:25
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#2
|
![]() |
2010-03-21
, 14:47
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#3
|
![]() |
2010-03-21
, 15:00
|
Posts: 7 |
Thanked: 1 time |
Joined on Mar 2010
|
#4
|
![]() |
2010-03-21
, 18:38
|
Posts: 162 |
Thanked: 23 times |
Joined on Dec 2009
|
#5
|
![]() |
2010-03-21
, 18:58
|
Posts: 7 |
Thanked: 1 time |
Joined on Mar 2010
|
#6
|
![]() |
2010-03-21
, 21:43
|
Posts: 7 |
Thanked: 2 times |
Joined on Mar 2010
|
#7
|
![]() |
2010-03-21
, 21:43
|
Posts: 282 |
Thanked: 337 times |
Joined on Dec 2009
@ Austin, TX, USA
|
#8
|
The Following User Says Thank You to rmerren For This Useful Post: | ||
![]() |
2010-03-22
, 09:09
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#9
|
Ok,
Perhaps I've misunderstood MADDE's role as a dev tool (again I'm still in the process of learning about linux/maemo devlopment) but I had thought it was a cross compiler for compiling ARM code? Like scratchbox without the hassle of setting it up (from what I've read).
Also I'd wonder why would linux support be provided at all if it is to be used as a windows tool? Just a thought.
Thanks for the reply and giving me more to think about. I'm currently downloading Qt/QtCreator so will play about with that when it's installed.
![]() |
2010-03-22
, 09:11
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#10
|
Madde is very helpful on linux. I found this formula to be good:
- use qmake and make to develop and test on the linux box
- use mad qmake and mad make to compile for n900, then scp to the n900 and run it on the n900
Just do a make clean between the x86 build and the arm build. You can script the make and scp to make it faster. Also, you can ssh to the n900 and start your app over ssh...it will magically appear on the device when you start it from the ssh connection.
I completely new to maemo development (just started reading up on it last night) but it seems the best way to go is using MADDE and QtCreator.
Looking at the MADDE wiki there are guides for integrating MADDE with QtCreator on Windows and Mac OS, but not for linux.
Currently I'm running Ubuntu karmic x64 and so I'm looking for a set-up in this environment. I do have Windows 7 lying around but would rather not set up a windows VM/ dual boot for this.
So is it possible to use MADDE with QtCreator in Linux?
Apologies is this is a daft question., but I've had a look around and from what I've read most MADDE questions/answers/guides seem to deal with windows.
Thanks