Discussion:
APP_STL=gnustl_static missing for GCC 4.9?
Henrik Rydgård
2014-07-20 14:15:17 UTC
Permalink
The following directory exists:

$NDK\sources\cxx-stl\gnu-libstdc++\4.8

while the following doesn't:

$NDK\sources\cxx-stl\gnu-libstdc++\4.9

leading to the following error when I try to compile with
APP_STL=gnustl_static and NDK_TOOLCHAIN_VERSION = 4.9 in Application.mk:

Android NDK:
ERROR:C:/AndroidNDK/sources/cxx-stl/gnu-libstdc++/Android.mk:gnustl_static:
LOCAL_SRC_FILES points to a missing file
Android NDK: Check that
C:/AndroidNDK/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libgnustl_static.a
exists or that its path is correct

Can I hope for a fix in r10b or should I switch to another STL option?

Thanks,
Henrik
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk.
For more options, visit https://groups.google.com/d/optout.
Thomas Taschauer
2014-08-27 11:17:47 UTC
Permalink
Did you find a solution for this Henrik?
Post by Henrik Rydgård
$NDK\sources\cxx-stl\gnu-libstdc++\4.8
$NDK\sources\cxx-stl\gnu-libstdc++\4.9
leading to the following error when I try to compile with
LOCAL_SRC_FILES points to a missing file
Android NDK: Check that
C:/AndroidNDK/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libgnustl_static.a
exists or that its path is correct
Can I hope for a fix in r10b or should I switch to another STL option?
Thanks,
Henrik
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk.
For more options, visit https://groups.google.com/d/optout.
Henrik Rydgård
2014-09-03 08:05:43 UTC
Permalink
No, I did not. I've kept using 4.8 and r9d, as r10 additionally introduces
a SIGILL crash on Zenfone devices (Intel), for whatever reason. It seems
r10 is not really ready for prime time.
Post by Thomas Taschauer
Did you find a solution for this Henrik?
Post by Henrik Rydgård
$NDK\sources\cxx-stl\gnu-libstdc++\4.8
$NDK\sources\cxx-stl\gnu-libstdc++\4.9
leading to the following error when I try to compile with
LOCAL_SRC_FILES points to a missing file
Android NDK: Check that
C:/AndroidNDK/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libgnustl_static.a
exists or that its path is correct
Can I hope for a fix in r10b or should I switch to another STL option?
Thanks,
Henrik
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk.
For more options, visit https://groups.google.com/d/optout.
Loading...