Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    hi


    (before i post this thread. i already google some pages.but they cannot help me .)

    i try to compile a release version with n97_sdk1 under carbide c++.

    first it throw error the compiler cannot find some libs files under urel folder. so i copy these libs from

    S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\armv5\lib
    to
    S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\armv5\urel

    then
    it complains that :

    cannot find file : d:/s60/devices/nokia_n97_sdk_v1.0/epoc32/release/gcce/urel/aotest.exe
    file I/O fault.
    makesis.exe returned with value = 1


    i search my disk , it seems that there is no aotest.exe in my disk.


    below is my pkg file.
    ;Language - standard language definitions
    &EN

    ; standard SIS file header
    #{"AOTest"},(0xECDDCD57),1,0,0

    ;Localised Vendor name
    %{"Vendor-EN"}

    ;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>


    "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\AOTest.exe" -"!:\sys\bin\AOTest.exe"
    "$(EPOCROOT)Epoc32\data\z\resource\apps\AOTest.r01" -"!:\resource\apps\AOTest.r01"
    "$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\AOTest_reg.r01" -"!:\private\10003a3f\import\apps\AOTest_reg.r01"
    "$(EPOCROOT)epoc32\data\z\resource\apps\AOTest_aif.mif" -"!:\resource\apps\AOTest_aif.mif"
    "$(EPOCROOT)epoc32\data\z\resource\apps\AOTest.mbm" -"!:\resource\apps\AOTest.mbm"
    ; Add any installation notes if applicable
    ;"AOTest.txt" -"!:\private\0xECDDCD57\AOTest.txt"




    anyone can help me that what had happend?
    how to resolve these problems.

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    you can not go copying files and expect it to still work, so uninstall the SDK, delete all files left behind in the SDK folders, and re-install the SDK to get back to the original problem situation, and then explain it in more details in here again.

  3. #3
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    i search my disk , it seems that there is no aotest.exe in my disk.
    then your application compilation failed.

  4. #4
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    Quote Originally Posted by symbianyucca View Post
    you can not go copying files and expect it to still work, so uninstall the SDK, delete all files left behind in the SDK folders, and re-install the SDK to get back to the original problem situation, and then explain it in more details in here again.
    must i uninstall the sdk? or just need to remove the files i copyed?

  5. #5
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by quansimodo View Post
    must i uninstall the sdk? or just need to remove the files i copyed?
    no you donot have to uninstall the SDK. can you show us your compiler output.

  6. #6
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    i removed the duplicated libs.

    recompile the code.

    error:
    arm-none-symbianelf-ld: \S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\ARMV5\urel\fbscli.lib: No such file: No such file or directory

    warrning:
    enumeral mismatch in conditional expression: `TFalse' vs `TTrue'[/S60/devices/Nokia_N97_SDK_v1.0/epoc32/include/eikmenup.h] AOTest line 242 C/C++ Problem

  7. #7
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,712
    Quote Originally Posted by quansimodo View Post
    must i uninstall the sdk? or just need to remove the files i copyed?
    I would not trust the modified SDK anymore, so best option would be to get it back excatly as it was originally.

  8. #8
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    already reinstall sdk.

    following is complier's output:


    arm-none-symbianelf-ld: \S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\ARMV5\urel\fbscli.lib: No such file: No such file or directory

  9. #9
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by quansimodo View Post
    already reinstall sdk.

    following is complier's output:


    arm-none-symbianelf-ld: \S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\ARMV5\urel\fbscli.lib: No such file: No such file or directory
    nothing to do with the compiler it is the SKD portion. check \S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\ARMV5\urel\ you have that file

  10. #10
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    Quote Originally Posted by skumar_rao View Post
    nothing to do with the compiler it is the SKD portion. check \S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\ARMV5\urel\ you have that file

    required files are not in that folder.

  11. #11
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    i just checked and it is there in my SDK so should be in yours.

  12. #12
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    Quote Originally Posted by skumar_rao View Post
    i just checked and it is there in my SDK so should be in yours.
    i'm sure, they are not there.

    i only install the sdk, and carbide c++ . but i can compile debug version on my computer.

    is there any other required staff i need to install?

  13. #13
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    can you check if you have same in 5th 1.0 also

  14. #14
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    Quote Originally Posted by skumar_rao View Post
    can you check if you have same in 5th 1.0 also
    sorry what's the 5th 1.0??

  15. #15
    Registered User quansimodo's Avatar
    Join Date
    Jan 2010
    Posts
    26
    i checked s60_3rd folder.

    Symbian\9.1\S60_3rd\Epoc32\release\armv5\urel

    the files are not there.

Page 1 of 2 12 LastLast

Similar Threads

  1. Strange error when Bulding for gcce Release.
    By moja_a in forum Symbian Tools & SDKs
    Replies: 4
    Last Post: 2010-01-16, 09:36
  2. 再问关于symbian编译汇编
    By cloufei2007 in forum Symbian
    Replies: 0
    Last Post: 2008-02-03, 10:05
  3. carbidec++ helloworld project problem
    By akhin in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 0
    Last Post: 2007-03-11, 12:40
  4. carbide build problem help please
    By berkcekisbas in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 1
    Last Post: 2006-09-26, 19:41
  5. S80 Platform SDK and Visual Studio .NET Linking Error
    By jayantjain in forum Mobile Java Tools & SDKs
    Replies: 1
    Last Post: 2005-10-07, 22:14

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