View Single Post
nowave7's Avatar
Posts: 245 | Thanked: 62 times | Joined on Jan 2009 @ Bad Homburg, Deutschland
#7
Originally Posted by Architengi View Post
Is there any framework studio for development, sort of Visual Studio which includes visual editor, compiler and debugger?

I found this pages for developers:

http://maemo.nokia.com/developers/

http://maemo.org/development/tools/
Well there's a complete SDK, that you can download from here:

http://maemo.org/development/sdks/maemo_5_beta_2_sdk/

First you need to install scratchbox, which is cross compilation toolkit, and then you install the Maemo SDK.
As you will soon find out, the SDK is based on standard GNU build tools, such as gcc cross compiler, gdb debugger, build tools, and so on. Basically the stuff you already found.
This is not an IDE, but I assume you can use Eclipse as a way of connecting all these bits and pieces together. I think that there is such a project somewhere...