Discussion Board

Results 1 to 12 of 12

Thread: elf2e32 error

  1. #1
    Registered User emillaud's Avatar
    Join Date
    May 2006
    Posts
    30
    Hi again
    i still have one error :
    elf2e32 : Error: E1036: Symbol _Z14NewApplicationv Missing from ELF File : \Symb
    have you got an idea please.


    C:\Symbian\9.2\S60_3rd_FP1\Examples\xcv1\group>abld build gcce urel
    make -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Exa
    mples\xcv1\group\EXPORT.make" EXPORT VERBOSE=-s
    Nothing to do
    make -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Exa
    mples\xcv1\group\GCCE.make" MAKEFILE VERBOSE=-s
    perl -S makmake.pl -D \Symbian\9.2\S60_3rd_FP1\Examples\xcv1\group\XCV1 GCCE

    MMPFILE "\Symbian\9.2\S60_3rd_FP1\Examples\xcv1\group\XCV1.MMP"
    MIGRATION_NOTE: type "APP" is deprecated - Convert to EXE
    MIGRATION_NOTE: No Capabilities set in "\Symbian\9.2\S60_3rd_FP1\Examples\xcv1\g
    roup\XCV1.MMP" for TargetType: app

    initialiseConfig: GCCE
    perl -S ecopyfile.pl "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\
    S60_3rd_FP1\Examples\xcv1\group\XCV1\GCCE\xcv1.rsg" "\Symbian\9.2\S60_3rd_FP1\EP
    OC32\INCLUDE\xcv1.RSG"
    make -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Exa
    mples\xcv1\group\GCCE.make" LIBRARY VERBOSE=-s
    make -s -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Ex
    amples\xcv1\group\XCV1\GCCE\XCV1.GCCE" LIBRARY
    make -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Exa
    mples\xcv1\group\GCCE.make" RESOURCE CFG=UREL VERBOSE=-s
    make -s -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Ex
    amples\xcv1\group\XCV1\GCCE\XCV1.GCCE" RESOURCEUREL
    make -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Exa
    mples\xcv1\group\GCCE.make" TARGET CFG=UREL VERBOSE=-s
    make -s -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Ex
    amples\xcv1\group\XCV1\GCCE\XCV1.GCCE" UREL
    elf2e32 : Error: E1036: Symbol _Z14NewApplicationv Missing from ELF File : \Symb
    ian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Examples\xcv1\group\XCV
    1\GCCE\UREL\Xcv1.app.
    1 file(s) copied.
    make -r -f "\Symbian\9.2\S60_3rd_FP1\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1\Exa
    mples\xcv1\group\GCCE.make" FINAL CFG=UREL VERBOSE=-s

    C:\Symbian\9.2\S60_3rd_FP1\Examples\xcv1\group>

  2. #2
    Regular Contributor cdavies's Avatar
    Join Date
    May 2007
    Posts
    463
    It tells you right there in the output. Symbian OS v9 onwards no longer supports the "APP" target. UI applications are now all exes.
    Get Resolvr - The Zeroconf framework for Symbian OS free today. Make your IP networking applications fun and easy to use. http://www.novelinteractions.com/resolvr/
    Proud to be the only autorickshaw owner in Cambridge - http://blog.novelinteractions.com/images/tuktuk.jpg

  3. #3
    Registered User mateen_maldar's Avatar
    Join Date
    Aug 2005
    Location
    india
    Posts
    2,063
    hi,

    check ur mmp file

    u might have defined

    TARGETYPE app
    which is depricated in 3rd

    TARGETTYPE exe should be there for all 3rd edition phone applications..

    MMPFILE "\Symbian\9.2\S60_3rd_FP1\Examples\xcv1\group\XCV1.MMP"
    MIGRATION_NOTE: type "APP" is deprecated - Convert to EXE
    MIGRATION_NOTE: No Capabilities set in "\Symbian\9.2\S60_3rd_FP1\Examples\xcv1\g
    roup\XCV1.MMP" for TargetType: app

    Regards,
    Mateen Maldar
    "Whatever the mind can conceive and believe, the mind can achieve"

  4. #4
    Registered User emillaud's Avatar
    Join Date
    May 2006
    Posts
    30
    Thanks it's good now in gcce target but i still have an error in link.exe in Visual Studio 6 project, i don't why

  5. #5
    Registered User mateen_maldar's Avatar
    Join Date
    Aug 2005
    Location
    india
    Posts
    2,063
    hi

    paste the link error plz so that we know wht ur missing..

    Regards,
    Mateen Maldar
    "Whatever the mind can conceive and believe, the mind can achieve"

  6. #6
    Registered User emillaud's Avatar
    Join Date
    May 2006
    Posts
    30
    i have this
    epoc.exe doesn't contain debugging information

  7. #7
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Quote Originally Posted by emillaud View Post
    i have this
    epoc.exe doesn't contain debugging information
    This is not a linker error, you might want to try clicking on OK.

  8. #8
    Registered User emillaud's Avatar
    Join Date
    May 2006
    Posts
    30
    ok
    but how can i debug then and add breakpoints ?

  9. #9
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    You do not need to debug epoc.exe, you can add breakpoints to your code.

  10. #10
    Registered User emillaud's Avatar
    Join Date
    May 2006
    Posts
    30
    the problem is
    in VS2003, i have no code loaded when i try to launch my application, and when i try to add breakpoints, immediately i have breakpoints will not be reach with an interrogation point , why ?

  11. #11
    Registered User emillaud's Avatar
    Join Date
    May 2006
    Posts
    30
    when i start emulator, i have Application close ncnlist KERN exec 3 why ?

  12. #12
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Quote Originally Posted by emillaud View Post
    when i start emulator, i have Application close ncnlist KERN exec 3 why ?
    You might want to test the Search facility of the forum. Key ncnlist is pretty unique, you will get relevant hits I think.

Similar Threads

  1. retrieve GSM cell id
    By ibec in forum Symbian Networking & Messaging (Closed)
    Replies: 312
    Last Post: 2012-06-10, 06:45
  2. XMl Parser Implementation for Symbian
    By ittiam in forum Symbian C++
    Replies: 26
    Last Post: 2009-09-16, 05:26
  3. 编译3rd Sample程序时的LINK错误
    By mapk in forum Symbian
    Replies: 9
    Last Post: 2008-06-17, 04:26
  4. stupid error!
    By bojkar in forum Symbian C++
    Replies: 1
    Last Post: 2006-12-14, 05:47
  5. User break point error in Grid
    By ag24master in forum Symbian User Interface
    Replies: 0
    Last Post: 2003-08-07, 08:20

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