home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
libBasicUsageEnvironment.a(DelayQueue.o): In function
`DelayQueue::DelayQueue()':
DelayQueue.cpp:(.text+0x698): undefined reference to
`__cxa_end_cleanup'
/home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
libBasicUsageEnvironment.a(DelayQueue.o):(.ARM.extab+0x0): undefined
reference to `__gxx_personality_v0'
/home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
libBasicUsageEnvironment.a(DelayQueue.o):(.rodata+0x3c): undefined
reference to `vtable for __cxxabiv1::__si_class_type_info'
/home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
libBasicUsageEnvironment.a(DelayQueue.o):(.rodata+0x5c): undefined
reference to `vtable for __cxxabiv1::__class_type_info'
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
#include <liveMedia.hh>
#include <BasicUsageEnvironment.hh>
The errors occurs whenn I call my Android.mk file.
The problem is seems to be with the second include. The first one does
not cause an error.
On 23 Feb., 00:26, David Turner <di...@android.com> wrote:
> What did you do exactly to get these errors ?
>
> On Mon, Feb 22, 2010 at 2:15 PM, ParanoidAndroid <bestpriv...@googlemail.com
>
> > wrote:
> > I get some errors like those below. I think it has something to do
> > with missing ARM EABI libraries. Any ideas?
>
> > home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
> > libBasicUsageEnvironment.a(DelayQueue.o): In function
> > `DelayQueue::DelayQueue()':
> > DelayQueue.cpp:(.text+0x698): undefined reference to
> > `__cxa_end_cleanup'
> > /home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
> > libBasicUsageEnvironment.a(DelayQueue.o):(.ARM.extab+0x0): undefined
> > reference to `__gxx_personality_v0'
> > /home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
> > libBasicUsageEnvironment.a(DelayQueue.o):(.rodata+0x3c): undefined
> > reference to `vtable for __cxxabiv1::__si_class_type_info'
> > /home/mike/dev/sdks/android-ndk-1.6_r1/apps/test/project/libs/armeabi/
> > libBasicUsageEnvironment.a(DelayQueue.o):(.rodata+0x5c): undefined
> > reference to `vtable for __cxxabiv1::__class_type_info'
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "android-ndk" group.
> > To post to this group, send email to andro...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > android-ndk...@googlegroups.com<android-ndk%2Bunsu...@googlegroups.com>
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.