forked from ageneau/ecl-android
-
Notifications
You must be signed in to change notification settings - Fork 0
spacebat/ecl-android
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project contains the needed patches to run ECL on android. The included Makefile will download and patch ECL (git and cvs are needed). You'll need the android SDK + NDK to compile / run this project (assumed to be in /opt/android/android-sdk-linux_86 and /opt/android/android-ndk-r5) The included "hello-jni" android application demonstrates how to start/run ecl from an android app using JNI. Right now it just loads the file "init.lsp" and displays "Hello World". The cross-compiled ecl binary can also be run as a standalone executable (just "adb push" it to a directory on the emulator and use "adb shell" to execute it. You'll need to change the path for your cross-compiled ECL in jni/Android.mk (assumed to be in /opt/ecl/android) If you want to debug native code on the android emulator, check the procedure in gdb_wrapper. Sylvain Ageneau <[email protected]>
About
Patches for ECL to run on android
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published