Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Makefile for Symbian

2 replies · 1,318 views · Started 19 August 2004

Hi all,
I'm new to this forum. hoping for help. I have developed application and compiled it on windows platform and it is running on Symbian emulator. I want it to move this project onto ARM target. So I need help, how to compile and link whole source file for NOKIA target. Is it some thing like , I have to write makefiles for all my project file or are there any other option to do this?
BR
chandrashekhar

Are you using an IDE (MS Visual C++, Borland C++ Builder or CodeWarrior)?

They all have the option for selecting whether you build for the Windows emulator (WINS or WINCW) or the actual device (ARMI) & and can automatically create the required build files.

You can do things from the command line too, if you wish by using bldmake, abld, makesis.

See the SDK docs for details, or for a good guide see the book "Developing Series 60 Applications": http://forum.nokia.com/books

N/A wrote:Are you using an IDE (MS Visual C++, Borland C++ Builder or CodeWarrior)?

They all have the option for selecting whether you build for the Windows emulator (WINS or WINCW) or the actual device (ARMI) & and can automatically create the required build files.

You can do things from the command line too, if you wish by using bldmake, abld, makesis.

See the SDK docs for details, or for a good guide see the book "Developing Series 60 Applications": http://forum.nokia.com/books

Blimey,

Its all a bit technical in ere lol.. 🙄