Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User ukelady's Avatar
    Join Date
    May 2004
    Posts
    7
    hello

    i tried to make a .sis file
    but after typing "abld build thumb urel" in the commend line
    there was something stange happened to me
    there is a error message of "multiple target patterns"
    is there anyone know how to solve the problem?
    pleas help me, thanks


    make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
    \PROJECT\SOCKETS\GROUP\THUMB.make" LIBRARY VERBOSE=-s
    make -s -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V2
    1\PROJECT\SOCKETS\GROUP\SOCKETS\THUMB\SOCKETS.THUMB" LIBRARY
    \Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\PROJECT\SOCKET
    S\GROUP\SOCKETS\THUMB\SOCKETS.THUMB:782: *** multiple target patterns. Stop.
    make: *** [LIBRARYSOCKETS] Error 2
    make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
    \PROJECT\SOCKETS\GROUP\THUMB.make" RESOURCE CFG=UREL VERBOSE=-s
    make -s -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V2
    1\PROJECT\SOCKETS\GROUP\SOCKETS\THUMB\SOCKETS.THUMB" RESOURCEUREL
    \Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\PROJECT\SOCKET
    S\GROUP\SOCKETS\THUMB\SOCKETS.THUMB:782: *** multiple target patterns. Stop.
    make: *** [RESOURCESOCKETS] Error 2
    make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
    \PROJECT\SOCKETS\GROUP\THUMB.make" TARGET CFG=UREL VERBOSE=-s
    make -s -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V2
    1\PROJECT\SOCKETS\GROUP\SOCKETS\THUMB\SOCKETS.THUMB" UREL
    \Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\PROJECT\SOCKET
    S\GROUP\SOCKETS\THUMB\SOCKETS.THUMB:782: *** multiple target patterns. Stop.
    make: *** [TARGETSOCKETS] Error 2
    make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
    \PROJECT\SOCKETS\GROUP\THUMB.make" FINAL CFG=UREL VERBOSE=-s

  2. #2
    Have the same problem trying to compile semacode sdk under windows. Does anybody knows what this error message means???

  3. #3
    Registered User Steely1's Avatar
    Join Date
    Jul 2004
    Posts
    5
    That error is generated by Make when the syntax of one of the autogenerated makefiles is wrong. Make sure you're using only relative paths in all your #includes (even the ones autogenerated by, for example, symexports.exe!).

    HTH,
    Garrett

  4. #4
    Registered User srivvivek's Avatar
    Join Date
    Feb 2008
    Posts
    16
    Quote Originally Posted by Steely1 View Post
    That error is generated by Make when the syntax of one of the autogenerated makefiles is wrong. Make sure you're using only relative paths in all your #includes (even the ones autogenerated by, for example, symexports.exe!).

    HTH,
    Garrett
    hello
    i am getting the same prob. and as i do it i came to know that there is not such type of problem, coz sometimes when i set the 2nd edition sdk as the default sdk from the commandprompt the problem resolved but after sometime problem came as before.
    and i to get red of this prob i have to do the same again and again
    so if you know the exact solution then please let me know.

    thanks

  5. #5
    Registered User fvelements's Avatar
    Join Date
    Jul 2008
    Posts
    2
    Gnu make looks for tab space after the target line.
    For ex:
    $(TARGETDIR)/test.lib : $(TEST_SRC)
    $(group_test)

    The above line in.mak file would throw multiple target patterns error.

    correct format would be

    $(TARGETDIR)/test.lib : $(TEST_SRC)
    <adding tab space here>$(group_test).

  6. #6
    Registered User ddeeptis's Avatar
    Join Date
    Jun 2009
    Location
    Mumbai,India
    Posts
    35
    hey i know its very late post, but i had the same problem..
    i've created .mbm file and as per the suggestions in this thread i added tabs in mmp file now the "multiple target patterns" error has gone but it gives new error
    "
    Undefined symbol: 'class CMyAppDocument * CMyAppDocument::NewL(class CEikApplication &) (?NewL@CMyAppDocument@@SAPAV1@AAVCEikApplication@@@Z)'
    "

    I've checked the same function but i could find nothing different there

    someone could hlp me plz?

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