how to use makefile for c code in symbian

Login to reply to this topic.
Thu, 2007-03-01 02:46
Joined: 2006-10-11
Forum posts: 17
I have a ansi c source code, and the corresponding makefile.
because the makefile is so complicated, I do not want to rewrite it in mmp

Is there a way to use the makefile for ansi c in symbian?
Note: in the makefile, the c code is compiled to static dll and exe

Hardworking and Quick learning, Enjoy Symbian.


Thu, 2007-03-01 09:35
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2009
Re: how to use makefile for c code in symbian
Look at the bld.inf syntax. You can integrate some makefile in symbian compilation using "gnumakefile" primitive (or "makefile" if your makefile is a microsoft makefile).

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Thu, 2007-03-01 10:30
Joined: 2006-10-11
Forum posts: 17
Re: how to use makefile for c code in symbian
I write the inf file according to the sdk, but compiling error, it says"nmake is not recognize". nmake is microsoft is makefile

Hardworking and Quick learning, Enjoy Symbian.

  • Login to reply to this topic.