[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ocaml on Etrax [was Re: Cris compiler isn't ANSI compliant?]
> I've tried to cross compile Ocaml but I can't because error message shown:
Cross compilation of OCaml isn't quite straighforward. I've made some work
on it recently, a snapshot is available at:
ftp://koza.uamt.feec.vutbr.cz/pub/jh/cris-devboard-ocaml-2006-03-24.tar.gz
Since doing this with GNU make would be too much pain for me, the
package also includes a copy of bmake under tools/make/. You'll need
to add "make" to ISUBDIRS in tools/build/Makefile and add the line
BMAKE?= env MAKEFLAGS='' dfmake
to the same file in order to get things running. As others have pointed
out, there is no native compiler for the Cris architecture, only bytecode
compiler/interpreter.
-- Jachym