[android-porting] undefined reference to functions in my own library

2010-05-10 Thread MuNNa
Hi, While building the test application I'm getting this error. But the library has those function definitions. Error: target Executable: My_AAC_Test (out/target/product/zoom2/obj/ EXECUTABLES/My_AAC_Test_intermediates/LINKED/My_AAC_Test) out/target/product/zoom2/obj/EXECUTABLES/My_AAC_Test_inte

[android-porting] Re: undefined reference to functions in my own library

2010-05-11 Thread MuNNa
; ./out/target/product/zoom2/obj/SHARED_LIBRARIES/libomx_my_aac_component_lib_intermediates > > - cross check if LOCAL_C_INCLUDES includes proper path for (though this > linker error pops up at very later stage..) > > > > On Mon, May 10, 2010 at 10:57 AM, MuNNa wrote: > > Hi,

[android-porting] Re: undefined reference to functions in my own library

2010-05-11 Thread MuNNa
h for (though this > linker error pops up at very later stage..) > > > > On Mon, May 10, 2010 at 10:57 AM, MuNNa wrote: > > Hi, > > > While building the test application I'm getting this error. But the > > library has those function definitions. >

[android-porting] Re: undefined reference to functions in my own library

2010-05-11 Thread MuNNa
It is the LOCAL_CFLAGS used while building the library. I've cleared the LOCAL_CFLAGS variable. On May 11, 7:53 pm, Deva R wrote: > nice.. is it LOCAL_CFLAGS of your executable?? can u share the change? > > > > On Tue, May 11, 2010 at 2:55 PM, MuNNa wrote: