These instructions assume that you have already checked out and built the main "Code" module, the "Runtime" module, and GNU Classpath.
We have assembled some useful RPMS for RedHat 8.0. These are dependencies you will need to install.
% cd ~/Harpoon
% wget http://flexc.csail.mit.edu/Harpoon/HOWTO/getting-started/config/sourceme
% cvs -d `cat Code/CVS/Root` checkout ImageRec Realtime
% cd ~/Harpoon
% source sourceme
% cd ~/Harpoon/Realtime
% make
% cd ~/Harpoon/Runtime
% ./configure --with-precise-c --with-gc=conservative --with-thread-model=heavy --disable-shared
% make clean && make
Notes:
--with-servo --with-camera
to the arguments. --host=arm-linux CC="arm-linux-gcc"
CFLAGS="-O9 -DNDEBUG"
HOST_PREFIX="arm-linux-"
strip ./runfoobar
in the Runtime directory. For ARM, execute arm-linux-strip ./runfoobar
Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. |
cananian Last updated: 21 July 2003 |