From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA13904 for caml-redistribution; Mon, 1 Mar 1999 10:11:13 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA10964 for ; Sat, 27 Feb 1999 19:18:39 +0100 (MET) Received: from sarg.Ryerson.CA (sarg.Ryerson.CA [141.117.18.117]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id TAA07523 for ; Sat, 27 Feb 1999 19:18:36 +0100 (MET) Received: from sarg.Ryerson.CA (dmason@localhost [127.0.0.1]) by sarg.Ryerson.CA (8.8.7/8.8.7) with ESMTP id NAA15408 for ; Sat, 27 Feb 1999 13:17:32 -0500 Message-Id: <199902271817.NAA15408@sarg.Ryerson.CA> To: caml-list@inria.fr Subject: ocaml cross-compilation and bootable image Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: Sat, 27 Feb 1999 13:17:32 -0500 From: Dave Mason Sender: weis I'm running ocamlopt on an Alpha (Linux) but need to generate i386 binary executables. Has anyone done this? Any hints on how to do it? (I'm going to be creating a bootable kernel image as part of the FunOS project - see http://sarg.ryerson.ca/FunOS/ if interested. Yes, obviously I could build natively on an i386 box, but we'll initially be using the bochs emulator, and the Alpha is a lot faster.) Thanks ../Dave