This page was last modified 15:05, 22 March 2007.
Build Symbian code
From Forum Nokia Wiki
Firstly, run bldmake from the project directory (usually \group) where the bld.inf file is located:
bldmake bldfiles
This creates a batch file, called abld.bat, which you use in the next step.
To build the project, you call abld build which will build the project for all default targets in both release and debug variants. To build for a particular target and variant, use abld build target-name variant, for example:
abld build winscw udeb
builds the project for the debug variant of WINSCW only.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ERROR: EPOCROOT must be an absolute path, not containing a drive letter. | wirefree101 | Carbide.c++ and CodeWarrior Tools | 16 | 2006-11-02 14:35 |
| c library for symbian??? | ashwinibhagwat | General Symbian C++ | 2 | 2002-11-27 12:12 |
| A Carbide 1.2 build problem....confused me a lot.... | gameryf_ak47 | Carbide.c++ and CodeWarrior Tools | 2 | 2007-12-11 01:41 |
| 向各位请教dll问题,我在S601.2 nokia版本中编译S60Bible程序出错!! | goready@163.com | Symbian | 20 | 2005-02-28 04:31 |
| Nokia7650上程序安装问题 | xiayang | Symbian | 4 | 2003-09-28 08:16 |

