tinyscheme for Agenda VR3 Sven Hartrumpf 2001-10-17 (tinyscheme version 1.27 from http://tinyscheme.sourceforge.net/) The following steps works for example with this cross-compiler: james-snow-compiler-1.2.0.tar.gz 1. Unpack. 2. Edit scheme.h: change #define STANDALONE 0 to # define STANDALONE 1 3. Edit scheme.c: delete line: printf("get_cell ... 4. Compile and link: mipsel-linux-gcc -msoft-float -B/opt/snow-gcc/lib/snow/ scheme.c -lm -o tinyscheme Optional: mipsel-linux-strip -s tinyscheme 5. Install Copy tinyscheme and init.scm to a suitable location. Note: When you start tinyscheme, it searches for init.scm in the current directory