Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User jeffreyRyang's Avatar
    Join Date
    Oct 2008
    Posts
    25
    Everybody is using ABLD BUILD GCCE UREL to compile our programs on GCCE. But if you modify your code and wanna rebuild the programme on GCCE quickly, there is a easy way to do it.

    1. Go to epoc32
    2. Find a dir named BUILD then enter it
    3. For example of HelloWorldBasic on my pc, it is
    Code:
    X:\epoc32\BUILD\Workspace\helloworldbasic\group\HELLOWORLDBASIC\GCCE\
    There is a file generated by bldmake, named HELLOWORLDBASIC.GCCE, find it and use the following command:
    Code:
    make -r -s -f HELLOWORLDBASIC.GCCE
    Then you can rebuild this program quickly.

    Enjoy :)

  2. #2
    Registered User Sorcery-ltd's Avatar
    Join Date
    Dec 2006
    Posts
    2,280
    Hi,

    This is not very different from running:
    abld target gcce urel
    Basically, abld build does several stages and often the one that takes a relatively long time on a small project is making sure the makefiles are up-to-date. If you know you haven't changed your MMP file then you can often get away with just running the target step.

    Mark

  3. #3
    Nokia Developer Expert lming's Avatar
    Join Date
    Jun 2008
    Posts
    333
    Thank you for your comments.
    I agree with Sorcery-ltd.ABLD BUILD will do some check work to make sure to compiling is up-to-date.use make directly maybe will introduce some unnecessary omitting.

  4. #4
    Registered User jeffreyRyang's Avatar
    Join Date
    Oct 2008
    Posts
    25
    Thank you guys for responses.

    I think you guys misunderstood what I meant. Thinking about this case, if you just modify ONE LINE code, and then wanna get some result on your device, not emulator. I think making Makefile directly is a good way to deploy your SIS quickly. Of course, if you are updating your MMP, ABLD BUILD GCCE UREL is a correct way.

Similar Threads

  1. Library not created after upgrade to Carbide 1.3
    By nadav_smilansky in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 9
    Last Post: 2008-12-01, 13:30
  2. Project offer - 1 euro (was: 2 Programs @ the same time)
    By marsiboy123 in forum Symbian C++
    Replies: 161
    Last Post: 2008-07-20, 14:36
  3. Failed to update file .RSC
    By Jayakumar in forum Symbian Tools & SDKs
    Replies: 32
    Last Post: 2007-10-26, 10:33
  4. [Pys60, 3rd Ed.] build problems
    By MHOOO in forum Python
    Replies: 3
    Last Post: 2007-04-09, 19:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved