User guide

12.6. INSTALLATION FOR WINDOWS CE2.0 211
12.6 Installation for Windows CE2.0
A version of the BCPL Cintcode System is available for handheld machines run-
ning Windows CE version 2.0. For installation details see the README file i n
sysasm/shwince. Thi s system provides a scrollable window for i nteraction with the
CLI. It also provides a simple graphical facilities using a graphics window. The system
has only been tested on an HP 620LX handheld machine.
12.7 The Native Code Version
A BCPL native mode syste m for 386/486/Pentium based machines is in directory
BCPL/natbcpl. It can be re-built and tested by changing to the directory BCPL/natbcpl
and running make. If you have the SDL libraries installed (see bcpl4raspi.pdf), you
could try
make -f MakefileSDL clean
make -f MakefileSDL bucket
./bucket
A version (64 bit) for the DEC Alpha is also available. To re-build this it is necessary
to comment out the lines for LINUX and uncomment the lines for the ALPHA in
Makefile, before running make.
Recently, a version for the ARM processor has been added, particularly for the
Raspberry Pi machine. In directory BCPL/natbcpl on the Raspberry Pi, try typing
make -f MakefileRaspi clean
make -f MakefileRaspi
If you have the SDL libraries install e d (see bcpl4raspi.pdf), you could try
make -f MakefileRaspiSDL clean
make -f MakefileRaspiSDL bucket
./bucket