From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 06A09BB91 for ; Wed, 26 Jan 2005 20:10:53 +0100 (CET) Received: from edpnet.org (lmail02.edpnet.be [212.71.0.17]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j0QJAqBa021016 for ; Wed, 26 Jan 2005 20:10:52 +0100 Received: from pluto.thuis.lan (unverified [213.219.168.39]) by EDPnet Mailserver (EDPnet Mailserver www.edpnet.be) with ESMTP id 4710562 for ; Wed, 26 Jan 2005 20:10:51 +0100 Received: from localhost (localhost [127.0.0.1]) by pluto.thuis.lan (Postfix) with ESMTP id A21652A8F1 for ; Tue, 25 Jan 2005 21:08:25 +0100 (CET) Received: from pluto.thuis.lan ([127.0.0.1]) by localhost (jupiter [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22229-05 for ; Tue, 25 Jan 2005 21:08:24 +0100 (CET) Received: from [192.168.185.199] (unknown [192.168.185.199]) by pluto.thuis.lan (Postfix) with ESMTP id 0949628BB1 for ; Tue, 25 Jan 2005 21:08:24 +0100 (CET) Message-ID: <41F6A726.6070704@brouwerij.homelinux.net> Date: Tue, 25 Jan 2005 21:08:06 +0100 From: Koenraad Lelong User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Cross-compiling for arm References: <41F5430E.3010304@brouwerij.homelinux.net> <20050124194326.GB9851@localhost> In-Reply-To: <20050124194326.GB9851@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at thuis.lan X-Server: High Performance Mail Server - http://surgemail.com X-IP-stats: Incoming Last 0, First 40, in=69, out=0, spam=0 X-External-IP: 213.219.168.39 X-Miltered: at concorde with ID 41F7EB3C.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 caml-list:01 wrote:01 wrote:01 ocaml:01 tarball:01 powerpc:01 geneweb:01 tar:01 compile:01 thread:02 patches:02 path:06 edu:07 i'm:08 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.0 X-Spam-Level: Eric C. Cooper wrote: > On Mon, Jan 24, 2005 at 07:48:46PM +0100, Koenraad Lelong wrote: > >>I'm looking for information how to cross-compile for strong-arm. I did >>find some references stating it is possible, but I'm not finding >>anything on how to do this. I just missed a thread about 'minimum system >>requirements' where Eric C. Cooper says he's running OCaml-applications >>on his Zaurus. I would like to do the same. > > > You can find patches to the OCaml distribution tarball and a how-to document at > http://www.cs.cmu.edu/~ecc/caml-crossing.tar.gz > I've build x86-hosted cross-compilers for PowerPC and ARM this way. > I tried this on a SuSE 9.1 machine. Worked like a charm. Only the path had to be set. I tried some basic example-programs, and they run fine on my SL5600. Now I'm going to try to compile Geneweb. Wish me luck. Regards, Koenrad Lelong.