Skip to content

Commit e444681

Browse files
authored
Added warning about bsd_signal (issue #5)
1 parent 6e388c3 commit e444681

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,12 @@ For instance, on Linux x86_64 for the AArch64 toolchain, unpack the archive as
129129
If you want to create a **standalone toolchains** (i.e. you're not
130130
using `ndk-build`), do the previous step, and then follow
131131
[this guide](https://developer.android.com/ndk/guides/standalone_toolchain.html).
132+
You will want to specify which API level you want to use. It is safe to always
133+
use the latest available, even if you are targetting older devices.
134+
135+
**Warning:** There is currently (NDK r12b) an issue with a missing implementation
136+
of `bsd_signal`(see [here](https://github.com/android-ndk/ndk/issues/160),
137+
[here](http://stackoverflow.com/questions/36746904/android-linker-undefined-reference-to-bsd-signal)
138+
and finaly [#5](https://github.com/buffer51/android-gfortran/issues/5)).
139+
If you plan on building a library that uses that function
140+
(e.g. OpenSSL, OpenBLAS with LAPACK, ...), use **API level 19**.

0 commit comments

Comments
 (0)