Hi guys,

I just thought I'd point out I've started a build-system for getting
Chicken Scheme runtime running on Android. You can take a peek here:
https://github.com/kristianlm/chicken-android.

Note that it only builds the runtime system (you generally don't have a C
compiler on your Android device).

I did not plug into Chicken's existing build system because the Android NDK
build-system is tricky, and the general recommendation is to stick with
'ndk-build' rather than patching up existing makefiles. Additionally, it
makes it easier to embedd the Chicken into existing Android projects.

K.
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to