Skip to content

Commit 7612f60

Browse files
committed
Update NDK download link as NumPy can't be built using NDK r8c
It's not an issue of python-for-android. NumPy can't be built using ndr8c - gcc segfaults during processing of this command: ``` ./distribute.sh -m "sqlite3 numpy kivy" ``` Fails with this log: ``` ccache: build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c numpy/core/src/multiarray/lowlevel_strided_loops.c.src: In function '_cast_ubyte_to_ulonglong': numpy/core/src/multiarray/lowlevel_strided_loops.c.src:886: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. numpy/core/src/multiarray/lowlevel_strided_loops.c.src: In function '_cast_ubyte_to_ulonglong': numpy/core/src/multiarray/lowlevel_strided_loops.c.src:886: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. ``` Updating to a newer version of NDK (r9d) worked for me.
1 parent 5c8fa66 commit 7612f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Global overview
1515

1616
#. Download Android NDK, SDK
1717

18-
* NDK: http://dl.google.com/android/ndk/android-ndk-r8c-linux-x86.tar.bz2
18+
* NDK: http://dl.google.com/android/ndk/android-ndk-r9d-linux-x86.tar.bz2
1919
* More details at: http://developer.android.com/tools/sdk/ndk/index.html
2020
* SDK: http://dl.google.com/android/android-sdk_r21.0.1-linux.tgz
2121
* More details at:http://developer.android.com/sdk/index.html

0 commit comments

Comments
 (0)