
To compile the source files do

Download and unpack one of the old NDKs with gcc instead of clang (r14b or older) from here

https://github.com/android/ndk/wiki/Unsupported-Downloads

Download the archive with the source code from this URL

https://kermitproject.org/ckdaily.html


wget https://www.kermitproject.org/ftp/kermit/test/tar/x.tar.gz -O wget.tar.gz


Unpack the tar file

mkdir wget && cd wget && tar -xf ../wget.tar.gz

Create the executables:

/data/develop/android/android-ndk-r14b/ndk-build NDK_PROJECT_PATH=./ APP_BUILD_SCRIPT=./android.mk APP_ABI=all LOCAL_DISABLE_FORMAT_STRING_CHECKS=true


