From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA07474; Wed, 19 Feb 2003 17:11:15 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 RAA07659 for ; Wed, 19 Feb 2003 17:11:14 +0100 (MET) Received: from epexch01.qlogic.org ([63.170.40.3]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h1JGBBP21628 for ; Wed, 19 Feb 2003 17:11:13 +0100 (MET) Received: from epmailtmp.qlogic.org ([10.20.33.254]) by epexch01.qlogic.org with Microsoft SMTPSVC(5.0.2195.5329); Wed, 19 Feb 2003 10:09:54 -0600 Received: from [10.20.33.146] ([10.20.33.146]) by epmailtmp.qlogic.org with Microsoft SMTPSVC(5.0.2195.4905); Wed, 19 Feb 2003 10:09:54 -0600 Date: Wed, 19 Feb 2003 10:21:02 -0600 (CST) From: Brian Hurt X-X-Sender: Reply-To: Brian Hurt To: Ward Wheeler , Ocaml Mailing List Subject: Re: [Caml-list] aix51 native-code assembly problem In-Reply-To: <5.2.0.9.0.20030219085035.038b3d18@mail.amnh.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 19 Feb 2003 16:09:54.0345 (UTC) FILETIME=[56F15990:01C2D831] Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk It's been forever since I've played on the Power Architecture. But IIRC, the Power/PowerPC architecture conditional branchs have a maximum range of like 64K (IIRC). For conditional branchs longer than that, you need to branch over an unconditional branch (which jumps a lot farther). This looks to be what you are hitting. Brian On Wed, 19 Feb 2003, Ward Wheeler wrote: > Hello, > A colleague is trying to compile an application (mostly OCAML, a little C) > for the aix51 operating system and get's the following error when making > native (bytecode compiles fine). Has anyone seen this? Anyone know of a fix? > Thanks, > Ward Wheeler > > (make poy > . > . > . > /tmp/biosci/camlasm2b4f35.s:159321: Error: relocation overflow > /tmp/biosci/camlasm2b4f35.s:159325: Error: relocation overflow > Assembler error, input left in file /tmp/biosci/camlasm2b4f35.s > make: The error code from the last command is 2. > ) > > ------------------- > To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr > Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners