Clozure CL on Android

1.5k views Asked by At

CCL is now working on my Android and I have some questions.

  1. I transferred Android-headers to the device and tried to run rebuild-ccl: Error: File #P"ccl:lib;systems.lisp.newest" not found. Sources needed?

  2. I ran the following code. (do-external-symbols (s (find-package "ARM-ANDROID")) (print s))

And the output list is empty. Situation will change after a rebuilding CCL?

  1. Is it possible to using android's graphic and other (java)libraries with ccl now?

  2. In that compiles aarmc as a result?

0

There are 0 answers