[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-11-20 (07:25) |
From: | David Kuestler <dkuestler@d...> |
Subject: | Re: AW: [Caml-list] HPPA/HPUX |
I now have functional binaries but not all optimised binaries. 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 ? On Wed, 2006-11-15 at 11:44 +0100, Christoph Bauer wrote: > Hi, > > yes I did. > > gcc: 4.1.1 (native cc isn't supported) > > To get a working compiler, I had to fix some Makefiles > (after the run of configure): > > config/Makefile: > ASPP=gcc > > segfault in ocamlrun: > > byterun/Makefile > CFLAGS=-DCAML_NAME_SPACE -O0 $(BYTECCCOMPOPTS) > ^^^^ > > Assembler errors when generating camp4o.opt: > > Makefile > CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -compact -inline 0 > > Christoph Bauer > > > -----Ursprüngliche Nachricht----- > > Von: caml-list-bounces@yquem.inria.fr > > [mailto:caml-list-bounces@yquem.inria.fr] Im Auftrag von > > David Kuestler > > Gesendet: Mittwoch, 15. November 2006 08:12 > > An: caml-list@yquem.inria.fr > > Betreff: [Caml-list] HPPA/HPUX > > > > Has anyone built 3.09.3 on a HPPA/HPUX box recently ? > > > > > > _______________________________________________ > > 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 > >