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 ...
- 03-06-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 1
-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
//************************************************** ***//
- 03-07-2009 #2
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...


Reply With Quote