I am doing integration of OMX component to Opencore. Initially i was
using Cupcake version of the Android. There it was building and PV was
loading my component and trying to use it. Since I wanted to migrate
to Donut, I copied component code to donut and try to build the code.
It is giving problem
"undefined reference to initialization function". This initialization
function is defined in my component.
I saw below link which is similar to my problem. But I am doing as he
is telling, but still it is giving same error.
I saw one more thread which discuss about visibility!
which is telling about "-fvisibility=hidden". This is set in the my
build options. Whether I have to remove this?
Regards
Gururaja
-Ravi
On Dec 28, 9:52 am, guru <guru.nav...@gmail.com> wrote:
> Hi All,
>
> I am doing integration of OMX component to Opencore. Initially i was
> using Cupcake version of the Android. There it was building and PV was
> loading my component and trying to use it. Since I wanted to migrate
> to Donut, I copied component code to donut and try to build the code.
> It is giving problem
>
> "undefined reference to initialization function". This initialization
> function is defined in my component.
>
> I saw below link which is similar to my problem. But I am doing as he
> is telling, but still it is giving same error.
>
> http://groups.google.co.in/group/android-framework/browse_thread/thre...
>
> I saw one more thread which discuss about visibility!
>
> http://groups.google.co.in/group/android-porting/browse_thread/thread...