Android NDK, Revision 13b (October 2016)
Release NotesAndroid NDK, Revision 13b (October 2016)AnnouncementsGCC is no longer supported. It will not be removed from the NDK just yet, but is no longer receiving backports. It canno
·
Release Notes
Android NDK, Revision 13b (October 2016)
-
Announcements
-
- GCC is no longer supported. It will not be removed from the NDK just yet, but is no longer receiving backports. It cannot be removed until after libc++ has become stable enough to be the default, as some parts of gnustl are still incompatible with Clang. It will likely be removed after that point.
- Added simpleperf, a CPU profiler for Android.
r13b
-
- Additional fixes for missing
__cxa_bad_cast.
NDK
- Additional fixes for missing
-
NDK_TOOLCHAIN_VERSIONnow defaults to Clang.- libc++ has been updated to r263688.
- We've reset to a (nearly) clean upstream. This should remove a number of bugs, but we still need to clean up libandroid_support before we will recommend it as the default.
make-standalone-toolchain.shis now simply a wrapper around the Python version of the tool. There are a few behavioral differences. Seethe commit message for details.- Some libraries for unsupported ABIs have been removed (mips64r2, mips32r6, mips32r2, and x32). There might still be some stragglers.
- Issues with crtbegin_static.o that resulted in missing atexit at link time when building a static executable for ARM android-21+ have been resolved: Issue 132
- Added CMake toolchain file in build/cmake/android.toolchain.cmake.
Known Issues
-
- This is not intended to be a comprehensive list of all outstanding bugs.
- Standlone toolchains using libc++ and GCC do not work. This seems to be a bug in GCC. See the commit message for more details.
- Bionic headers and libraries for Marshmallow and N are not yet exposed despite the presence of android-24. Those platforms are still the Lollipop headers and libraries (not a regression from r11).
- RenderScript tools are not present (not a regression from r11): Issue 7.
昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐
所有评论(0)