[android-porting] CANNOT LINK EXECUTABLE

2010-10-26 Thread jakiee
I ran the Eclair code on superH (sh4) architecture based machine and am trying to run Froyo code on same platform. But I have the issue to run core components such as app-process, mediaserver from init process. If I manually run those binaries in /system/bin folder, I can see this message, ./medi

[android-porting] Re: CANNOT LINK EXECUTABLE

2010-10-27 Thread jakiee
Android C lib. Could I expect to have the function in libutils.so or somewhere else? On Oct 26, 6:19 pm, David Turner wrote: > Probably a problem in the dynamic linker. You should try to enable debug > traces to get more information. > See bionic/linker/linker_debug.h and the end of bionic/l

[android-porting] Re: CANNOT LINK EXECUTABLE

2010-10-27 Thread jakiee
Android C lib. Could I expect to have the function in libutils.so or somewhere else? On Oct 26, 6:19 pm, David Turner wrote: > Probably a problem in the dynamic linker. You should try to enable debug > traces to get more information. > See bionic/linker/linker_debug.h and the end of bionic/l

[android-porting] Re: CANNOT LINK EXECUTABLE

2010-10-27 Thread jakiee
It seems the resolution was found, there is the case for handling weak symbols for other platform. That code works for SuperH as well after applying that code. Thanks, On Oct 27, 11:52 am, jakiee wrote: > Thanks for information!! > > It seems I founds an issue with your information.