Find the answer to your Linux question:
Results 1 to 2 of 2
hi all, i am building 'mmte' folder in my ndk20 project. it is giving the error in '-Wl,--start-group' .attahed is makefile of mmte.I am quite new to linux.Please provide any ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    1

    Unhappy -Wl,--start-group' error in make

    hi all, i am building 'mmte' folder in my ndk20 project. it is giving the error in '-Wl,--start-group' .attahed is makefile of mmte.I am quite new to linux.Please provide any clue/help. thanks

    /************************************************** **//
    arm-linux-ar: creating lib/arm11-linux-gnu-ndk20/libmmte_core.a
    lib/arm11-linux-gnu-ndk20/libmmte_core.a generated.
    ***Creating directory bin/arm11-linux-gnu-ndk20
    Linking bin/arm11-linux-gnu-ndk20/mmte.exe
    arm-linux-ld: unrecognized option '-Wl,--start-group'
    arm-linux-ld: use the --help option for usage information
    make[2]: *** [bin/arm11-linux-gnu-ndk20/mmte.exe] Error 1
    make[1]: *** [exe] Error 2
    make[1]: Leaving directory `/data/mmd_linux/video/ajayku/jpegencode/multimedia/shared/mmte'
    make: *** [mmte-do-ndk20-linux] Error 2

    //************************************************** ***//
    Attached Files Attached Files

  2. #2
    Just Joined! alex1983-0112's Avatar
    Join Date
    Apr 2008
    Location
    Russia
    Posts
    16
    Does your 'arm-linux-ld' support '--start-group'? Or maybe for '-W' option you point unrecognized 'l' parameter?

    'arm-linux-ld --help' must resolve this issue, I think...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...