Active Topics

 


Reply
Thread Tools
Posts: 22 | Thanked: 3 times | Joined on Jun 2010
#1
I would like to write code in C, on my computer. Compile it, and test in the emulator. Before transferring it to the phone. I know the programming part. I'm just curious how I can set this up. I would like to use an IDE, but would this IDE need to be installed inside of scratchbox? Like eclipse. Scratchbox is from what I've understood acting like a transparent cross-compiling layer where you don't have to think about compiling it for another cpu architecture. So if an IDE would benefit from scratchbox I assume it would have be installed inside it. I was recommended QT SDK, but I didn't get how that would cross-compile the code. Eclipse is what I would like to use. Just share you're experience on this, thanks.
 
FreeThinker's Avatar
Posts: 65 | Thanked: 36 times | Joined on Apr 2010 @ Las Vegas
#2
The IDE itself would exist outside of Scratchbox, because SB is really just a system for cross-compiling and testing, not for actual coding. A lot of IDE's, like Eclipse or ESBox, have support for compiling things in the Scratchbox environment, but they themselves exist outside of SB itself.

To actually get it to work, I presume you have to get some sort of plugin to tell whatever IDE you're using to use Scratchbox instead of the toolchain that is natively resident on your system. But, I don't use anything like Eclipse, ESBox, or QtCreator, so I wouldn't know exactly how to set those up.
 

The Following User Says Thank You to FreeThinker For This Useful Post:
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#3
The Nokia QT SDK is many things bundled into one: An IDE (qtcreator), cross-compiling and packaging toolkit (madde), QT sources, headers and libraries for your dev machine as well as for Maemo (and Symbian, but only on Windows).
It also has a QT simulator.

Best of all it is free and works in Windows and Linux.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 22 | Thanked: 3 times | Joined on Jun 2010
#4
Fancy. That makes sense. Is the UI primarily based on GTK or QT? I'll test both ESbox and the QT sdk.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#5
Originally Posted by lfkfe View Post
Fancy. That makes sense. Is the UI primarily based on GTK or QT? I'll test both ESbox and the QT sdk.
QTCreator is compiled using QT.

However if you're asking if the look and feel is GTK or QT, then that question is invalid: QT by default uses the underlying system's window manager. So if you're using gnome, it will look gnomish, on KDE, KDE-ish, on Window like a native windows app.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#6
Madde is not included with QTcreator (at least last time I looked). You have to download the madde file and install it and setup QT to work with it. Not hard.

If you run OSX, use XCode and just drag the folder into a Linux VM.
On linux - There are so many IDE's for C/C++. Use QT. Works well.
 
FreeThinker's Avatar
Posts: 65 | Thanked: 36 times | Joined on Apr 2010 @ Las Vegas
#7
Originally Posted by lfkfe View Post
Fancy. That makes sense. Is the UI primarily based on GTK or QT? I'll test both ESbox and the QT sdk.
The Fremantle UI is based on GTK. The MeeGo/Harmattan UI will be QT based. For now you can choose to write your program in either GTK or QT--use whatever you prefer. It seems most people are writing newer apps in QT to anticipate MeeGo, but if you would rather use C you're going to have to stick to GTK.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#8
Originally Posted by kingoddball View Post
Madde is not included with QTcreator
Its included in the Nokia QT SDK release candidate:
http://www.forum.nokia.com/info/sw.n...ia_Qt_SDK.html
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 52 | Thanked: 8 times | Joined on Apr 2010
#9
The Nokia QT SDK includes all of the hildon libraries too.
 
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#10
Originally Posted by lfkfe View Post
I would like to write code in C, on my computer. Compile it, and test in the emulator. Before transferring it to the phone. I know the programming part. I'm just curious how I can set this up. I would like to use an IDE [...]
I would also recommend the Nokia Qt SDK.
Noone forec you to use Qt though - if you want to program in C and using Gtk, Qt Creator can also handle that.
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:58.