i've a problem with the linker, here is the complete error message:
SharedLibrary : libndkfoo.so
arm-linux-androideabi-g++.exe: /cygdrive/c/Android/android-ndk/sources/
cxx-stl/gnu-libstdc++/libs/armeabi/libsupc++.a: No such file or
directory
The interesting thing is, that libsupc++.a is in the folder!
Why can't the linker find this file?
I'm using the Android 3.0 (API 11) on Windows 7 with cygwin. I'm using
a different project setup than the recommended setup, because i'm
porting a existing project to Android.
I hope someone can give a hint why the linker cannot find the file.
Thank you in advance.
Regards Mario
Hi Everyone,
i've a problem with the linker, here is the complete error message:
SharedLibrary : libndkfoo.so
arm-linux-androideabi-g++.exe: /cygdrive/c/Android/android-ndk/sources/
cxx-stl/gnu-libstdc++/libs/armeabi/libsupc++.a: No such file or
directory
The interesting thing is, that libsupc++.a is in the folder!
Why can't the linker find this file?
I'm using the Android 3.0 (API 11) on Windows 7 with cygwin. I'm using
a different project setup than the recommended setup, because i'm
porting a existing project to Android.
I hope someone can give a hint why the linker cannot find the file.
Thank you in advance.
Regards Mario
--
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.
Hi David,
thank for your reply.
Unfortunately, the problem is not solved. Do have an another idea what
i can do?
Regards Mario
- Josh