From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 0A40DBB81 for ; Sun, 13 Nov 2005 05:05:37 +0100 (CET) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jAD45aBK019849 for ; Sun, 13 Nov 2005 05:05:36 +0100 Received: by zproxy.gmail.com with SMTP id 12so958093nzp for ; Sat, 12 Nov 2005 20:05:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b4+TgRzeBzb+/ClnRdkAZBmhlQ3vj8PyYlL8VvZytr0csR5/rEbeIYj5A440e0iXt0cM8RDLBfwogjVaVy42G29RILeM+NjBIzsPRMu4hQMmdlXkkQbV3vWNvJ2HbcLbUwbMeDEl4PfCJM2LoZy0U3T8hKe8k1R1AB3BTiwR97c= Received: by 10.64.179.4 with SMTP id b4mr3850798qbf; Sat, 12 Nov 2005 20:05:34 -0800 (PST) Received: by 10.65.23.20 with HTTP; Sat, 12 Nov 2005 20:05:34 -0800 (PST) Message-ID: Date: Sun, 13 Nov 2005 17:05:34 +1300 From: Jonathan Roewen To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Building a custom compiler environment In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Miltered: at nez-perce with ID 4376BB90.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 compiler:01 ocaml:01 ocamlc:01 -output-obj:01 mli:01 ocaml:01 lib:01 stdlib:01 pervasives:01 defines:01 pci:98 bin:01 undefined:01 cma:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 Well, I upgraded tools to 3.09.0, so that's one problem out of the way (though slightly annoying .. ah well). Here's my latest error :-) make[1]: Entering directory `/home/jonathan/dst/kernel' ../ocaml/bin/ocamlc -output-obj -o bytekernel.o asm.mli keyboard.ml VFS.ml PCI.ml busManager.ml bytekernel.ml Error while linking /home/jonathan/dst/ocaml/lib/ocaml/stdlib.cma(Pervasive= s): Reference to undefined global `End_of_file' make[1]: *** [bytekernel.o] Error 2 Obviously, I've removed some code that defines this somewhere (hope I don't have to make too many changes to my custom environment). Any hints? Jonathan