[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Eric Cooper <ecc@c...> |
| Subject: | Re: [Caml-list] Crosscompiling for mipsel cpu's ? |
On Wed, Jan 11, 2006 at 06:32:46PM +0100, steve@wgco.de wrote: > I'm trying to port an Ocaml program to a mipsel platform. > > I searched the internet for tutorials but the only thing I found was > a patch for arm and powerpc. > > Can anyone give me some information / help to build Ocaml for cross > compiling to mipsel? You probably found my posts about the arm and powerpc cross compilers. Basically, it involves hard-coding the architectural features that are normally discovered dynamically by the configure script, plus a few other hacks. I would probably start with the arm version and adapt it for mips. You can contact me off-list if you try this and need help. -- Eric Cooper e c c @ c m u . e d u