The interpreted version for Linux seems to work also on Android.
I compiled it with this command line :
# arm-linux-gnueabi-gcc -w -g -static -o cvm-android -DINTERP cvm.c dbg.c target.c
and I copied cvm-android and forth.cvm to a directory /data/cvm of a rooted Android device, I typed the command :
# ./cvm-android r forth.cvm
and I typed a few Forth words which seems to work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Open Discussion
The interpreted version for Linux seems to work also on Android.
I compiled it with this command line :
# arm-linux-gnueabi-gcc -w -g -static -o cvm-android -DINTERP cvm.c dbg.c target.c
and I copied cvm-android and forth.cvm to a directory /data/cvm of a rooted Android device, I typed the command :
# ./cvm-android r forth.cvm
and I typed a few Forth words which seems to work.