chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] compile .scm for android


From: F. Rafael Leon
Subject: [Chicken-users] compile .scm for android
Date: Mon, 7 Mar 2016 17:57:17 -0500

I attach a Makefile for Android, building on Linux with NDK.

ndk-build must be on the path. It auto-detects almost everything else.

It builds libsharedlib.so from sharedlib.scm.

Inside of sharedlib.scm, include a.scm, b.scm, c.scm as dependencies:

(include "a.scm")
(include "b.scm")
(include "c.scm")

You will need to edit the CHICKEN_INC and CHICKEN_LIB paths to your
pre-built Android chicken.h and Android libchicken.so.

I was expecting this question to appear on the mailing list.

    -Rafael

Attachment: Makefile
Description: Binary data


reply via email to

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