;;; posix-test.scm (use posix) (print (directory? "/cache")) (repl) ;; android-csc posix-test.scm && adb push posix-test /cache ;;; EOF ;; I don't need repository-path from compiled code 1|root@android:/ # /cache/posix-test #t #;> (repository-path) "/system/lib" #;> (exit) ;; re-using posix still crashes from csi (now I need repo-path): 1|root@android:/ # CHICKEN_REPOSITORY=/system/lib/chicken/7 /cache/posix-test #t #;> (use posix) ; loading /system/lib/chicken/7/posix.import.so ... ; loading library posix ... [panic] nursery is too small - try higher setting using the `-:s' option - execution terminated