Consider the example of assembling a simple binary file with your favorite tar.
So, downloaded means NDK 18b2 from here https://developer.android.com/ndk/downloads/
Unpacked in /home/user/ndk18b
Download tar http://ftp.gnu.org/gnu/tar/tar-latest.tar.gz
Questions introductory:
- where to extract the tar source? In the folder with ndk?
- are there already any configure files needed or not?
- Do I need to create .mk files in articles? If so, how? (files there car)
- Is there any program to generate these .mk Files?
tar is usually collected in the terminal so
./configure CC=gcc LDFLAGS=-static Naturally, all binaries should be collected statically.