This page was last modified 11:54, 29 November 2007.
How to log build status in a file while building project from command prompt
From Forum Nokia Wiki
Need of this article
Many developers prefer building their project from command prompt rather than IDE. But finding of errors occured during a build of your project is difficult to identify in that black screen (command prompt). So to make one`s life easy developer can log the build status in a file which he can use it later to check for the error if caused any .
procedure to log build status in a file
abld build gcce urel >> filename.out
Explanation
Execution of above line in the command prompt will create a file by the name filename.outin the group directory after the entire build is done.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ERROR: SendNorm.rsg cannot be opened? | sumitdengri | Porting Symbian C++ to S60 | 1 | 2007-01-04 13:01 |
| Problems about the sample ScalableScreenDrawing | Hacker_QC | Symbian User Interface | 3 | 2007-04-24 18:30 |
| how to ease developing with jbuilder? | ack591 | Mobile Java Tools & SDKs | 6 | 2005-10-06 01:34 |
| CameraApp Example won't build | -chris- | Carbide.c++ and CodeWarrior Tools | 8 | 2008-07-02 10:00 |
| Looking for CRtpAPI code example | payu.sergey | VoIP | 10 | 2007-08-13 16:33 |
