caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Christoph Bauer" <Christoph.Bauer@lmsintl.com>
To: "David Kuestler" <dkuestler@demi.com.au>
Cc: <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] HPPA/HPUX
Date: Mon, 20 Nov 2006 09:00:17 +0100	[thread overview]
Message-ID: <BB046CA812535C45BD0029AA9D04BA792B3EE7@KL-SRV57.lmsintl.com> (raw)


> I'm getting the following error when I tried to make opt.opt :
> 
> .
> .
> .
> File "pa_o_fast.ml", line 9539, characters 38-52:
> Warning Y: unused variable s.
> File "pa_o_fast.ml", line 9547, characters 42-55:
> Warning Y: unused variable s.
> /tmp/camlasm246324.s: Assembler messages:
> /tmp/camlasm246324.s:99061: Error: Field out of range 
> [-262144..262143] (-267008).
> Assembler error, input left in file /tmp/camlasm246324.s
> make[2]: *** [pa_o_fast.cmx] Error 2
> make[1]: *** [opt.opt] Error 2
> make: *** [camlp4optopt] Error 2
> 
> the camlasm246324.s file is over 2m in size which I tried to 
> assemble manually but still get the same error.
> 
> Any suggestions ?


Compile everything with `ocamlopt -compact -inline 0'. 

>From bug entry http://caml.inria.fr/mantis/view.php?id=3937 :

<quote author="Xavier Leroy">
...
The remaining problem (branches out of range for large function
definitions) is an ocamlopt problem, and would need to be addressed like
we did in the PowerPC code generator. However, lack of access to an HPPA
machine (and of general interest for this architecture) means that this
will probably never be done. I'm therefore closing this PR.
</quote>

Christoph Bauer


                 reply	other threads:[~2006-11-20  8:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BB046CA812535C45BD0029AA9D04BA792B3EE7@KL-SRV57.lmsintl.com \
    --to=christoph.bauer@lmsintl.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=dkuestler@demi.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).