forked from ageneau/ecl-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Patches for ECL to run on android iOS and Native client
License
evrim/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 is needed). See INSTALL for details. You'll need the android SDK + NDK to compile / run this project The included "HelloEcl" android application demonstrates how to start/run an in-process ECL from an android app using JNI. It loads the file "init.lisp" and displays a Toast notification. It also starts a swank server on port 4005 (on the emulator use "adb forward tcp:4005 tcp:4005" to be able to connect to it from slime). The first run will be slow because swank needs to be byte-compiled. To get more information on what ECL is doing you might want to enable stdout/stderr redirection: adb shell stop adb shell setprop log.redirect-stdio true adb shell start 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. Sylvain Ageneau <[email protected]>
About
Patches for ECL to run on android iOS and Native client
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Common Lisp 47.3%
- C 39.9%
- C++ 6.1%
- Shell 2.5%
- Makefile 2.2%
- Java 0.9%
- Other 1.1%