Discussion Board

Results 1 to 9 of 9
  1. #1
    Registered User joe5160's Avatar
    Join Date
    Jul 2008
    Posts
    33
    This afternoon, I maked a openc project for GCCE, the compiling and linking were favoring. But when I used the "makesis" command to generate the .sis file, I got an error, since there is no such a .exe file to be packed in $EPOCROOT)Epoc32/release/GCCE/UREL. So, I want to ask if there will be a .exe file to generate after a link for GCCE.
    Thanks!!

  2. #2
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Assuming that you are using Carbide.C++ template to generate OpenC project. yes generated template is for .exe

    If your application exe is not generated then your build is not successful. try investigating your build output. or paste it here.

  3. #3
    Nokia Developer Moderator Symbian_Neil's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    4,148
    Quote Originally Posted by joe5160 View Post
    This afternoon, I maked a openc project for GCCE, the compiling and linking were favoring. But when I used the "makesis" command to generate the .sis file, I got an error, since there is no such a .exe file to be packed in $EPOCROOT)Epoc32/release/GCCE/UREL. So, I want to ask if there will be a .exe file to generate after a link for GCCE.
    Thanks!!
    If you are using command line to makesis, note that you might have to give proper path in the pkg file(I am not sure if the $EPOCROOT is favourable outside Carbide environment)

    But before that you have to find the cause for the exe file not being generated, which obviously leads to feel that there are build errors. Check console carefully for more information on the same.
    - Neil R.Bhasme -

    Twitter: @Symbian_Neil

  4. #4
    Registered User joe5160's Avatar
    Join Date
    Jul 2008
    Posts
    33
    Thank you all!! I solved it right now by modifying a file——staticlibinit_gcce.h. But now another question comes around.. After I loaded the signed sis file to my rel-device, and then installed the program successfully. But when I clicked the icon, I can't enter into the program..
    What's wrong with my program?
    Thanks!!

  5. #5
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    1. Check if there is a panic code: http://wiki.forum.nokia.com/index.ph...ded_panic_code
    2. Which version SDK and which device you are using.
    3. Did you installed OpenC plug in to device ?
    4. If your application works on emulator but does not work on device post your pkg file.

  6. #6
    Registered User joe5160's Avatar
    Join Date
    Jul 2008
    Posts
    33
    Quote Originally Posted by skumar_rao View Post
    1. Check if there is a panic code: http://wiki.forum.nokia.com/index.ph...ded_panic_code
    2. Which version SDK and which device you are using.
    3. Did you installed OpenC plug in to device ?
    4. If your application works on emulator but does not work on device post your pkg file.
    1.My SDK is 3rd edition, and the device is N82.
    2.Install Openc plug into rel-device??? I have installed the openc plug into SDK.
    3.My application works on emulator, but does not work on the device..

    The pkg file is below:

    …………
    …………

    ;Unique Vendor name
    :"Vendor"

    ;Supports Series 60 v 3.0
    [0x101F7961], 0, 0, 0, {"Series60ProductID"}

    ;Files to install
    ;You should change the source paths to match that of your environment
    ;<source> <destination>
    "..\..\..\..\Epoc32\release\GCCE\UREL\APP_0xE9B465B9.exe" -"!:\sys\bin\APP_0xE9B465B9.exe"
    "..\..\..\..\Epoc32\data\z\resource\apps\APP_0xE9B465B9.rsc" -"!:\resource\apps\APP_0xE9B465B9.rsc"
    "..\..\..\..\Epoc32\data\z\private\10003a3f\apps\APP_0xE9B465B9_reg.rsc" -"!:\private\10003a3f\import\apps\APP_0xE9B465B9_reg.rsc"
    ;"..\..\..\..\Epoc32\data\z\resource\apps\APP_0xE9B465B9.mif" -"!:\resource\apps\APP_0xE9B465B9.mif"
    ;"..\..\..\..\Epoc32\winscw\c\a.swf" -"!:\file\a.swf"
    "..\help\APP_0xE9B465B9.hlp" -"!:\resource\help\APP_0xE9B465B9.hlp"





    _
    Last edited by joe5160; 2008-08-23 at 04:20.

  7. #7
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    2.Install Openc plug into rel-device??? I have installed the openc plug into SDK.
    Yap you may have to install OpenC sis files

    from ReadME.txt

    INSTALLATION/RE-INSTALLATION ON DEVICE:
    =========================
    - Install following sis on device

    1)pips_nokia_1_3_SS.sis
    2)glib.sis
    3)ssl.sis
    4)stdioserver_s60_1_3_SS.SIS (optional component for debugging)

  8. #8
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Quote Originally Posted by joe5160 View Post
    1.My SDK is 3rd edition, and the device is N82.
    2.Install Openc plug into rel-device??? I have installed the openc plug into SDK.
    3.My application works on emulator, but does not work on the device..
    ...
    Check this thread: http://discussion.forum.nokia.com/fo...d.php?t=137646

    Kiran.
    Nokia Developer Wiki Moderation team

  9. #9
    Registered User joe5160's Avatar
    Join Date
    Jul 2008
    Posts
    33
    Yes I noted that I have not installed the required sis files, I'll try this way!!
    Thank you all!

Similar Threads

  1. Theme Studio 3.1 not creating themes
    By zemm in forum Themes/Carbide.ui
    Replies: 11
    Last Post: 2008-10-18, 08:41
  2. PED and signing.
    By IX in forum Python
    Replies: 11
    Last Post: 2008-04-21, 01:15
  3. Replies: 1
    Last Post: 2005-05-26, 14:22
  4. Series 60 SDK Appwizard on windows xp
    By moonjoor in forum Symbian Tools & SDKs
    Replies: 15
    Last Post: 2003-12-24, 10:22
  5. Replies: 0
    Last Post: 2002-06-10, 12:24

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