From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.7 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 88D9EBC68 for ; Wed, 27 Sep 2006 21:48:17 +0200 (CEST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id k8RJmGcb014123 for ; Wed, 27 Sep 2006 21:48:17 +0200 Received: by wx-out-0506.google.com with SMTP id s7so298116wxc for ; Wed, 27 Sep 2006 12:48:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=shvRJA+6aNbXKjQQzhrD9TvJTHqtNnmQu7Ry9/+gmau2pKyNM+h63VgoIT+/ML1iPwnbPcIBRk9NjD1rJKXEBFoCa3Mo2OjGCexpWoll/z+8Z8UNn4DftkNP+ahMkzYNhn8d/dHb5/fponkZOueGAhbKXgOkQkkAWvnMYRtnho8= Received: by 10.70.96.3 with SMTP id t3mr1305951wxb; Wed, 27 Sep 2006 12:48:13 -0700 (PDT) Received: by 10.70.122.8 with HTTP; Wed, 27 Sep 2006 12:48:13 -0700 (PDT) Message-ID: Date: Thu, 28 Sep 2006 07:48:13 +1200 From: "Jonathan Roewen" To: micha Subject: Re: [Caml-list] wince question Cc: "caml users" In-Reply-To: <20060927192136.15b8f70f@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060927192136.15b8f70f@localhost> X-j-chkmail-Score: MSGID : 451AD580.000 on discorde : j-chkmail score : X : 0/20 1 X-Miltered: at discorde with ID 451AD580.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; o'caml:01 libc:01 unix:01 threading:01 unix:01 ocamlopt:01 ocaml:01 ocaml:01 beginner's:01 bug:01 beginners:01 wrote:01 caml-list:01 caml-list:01 bin:01 The O'Caml VM is fairly easy to port. A minimal libc should be enough (excluding Unix module & Threading). The rest will require a bit of work, but likely not too much. I have the VM running in a freestanding environment (with vmthreads, without Unix module), so definitely portable ;-) As for ocamlopt, I wouldn't know. Jonathan On 9/28/06, micha wrote: > > my interest in ocaml on WinCE comes from the fun I would had to > demonstrate the power of ocaml to my collegues. We are developing > navigation software components in c++ and one primary platform for > this are PDAs with WinCE. The chance of switching away from c++ is > lesser than zero without being able to run on that platform. Even JAVA > runs on those devices allthough a smaller one than normal and a little > slow. Ignoring the fact that maybe only few people would like to do a > port, what would be the primary tasks to do it? WinCE is quite > different from Win32, I don't know how open the ocaml-source is with > respect to porting it to another platform (specially ARM CPU). > > comments and hints are greatly welcome :-) > > Michael > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >