chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Building Chicken Scheme for Android


From: Kristian Lein-Mathisen
Subject: [Chicken-users] Building Chicken Scheme for Android
Date: Mon, 1 Oct 2012 15:10:29 +0200



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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]