Ocaml on a DEC alpha

From: Jocelyn Serot (Jocelyn.Serot@lasmea.univ-bpclermont.fr)
Date: Thu Apr 01 1999 - 12:46:00 MET DST


From: Jocelyn Serot <Jocelyn.Serot@lasmea.univ-bpclermont.fr>
Message-Id: <199904010952.LAA29670@mistral.univ-bpclermont.fr>
Subject: Ocaml on a DEC alpha
To: caml-list@inria.fr (Caml mailing list)
Date: Thu, 01 Apr 1999 11:52:41 METDST

Hello,

I'm trying to use ocamlopt to generate binary executables for a machine
built upon DEC Alpha (21066) processors.
Cross-compilation is done on a Sun Ultra under Solaris.
As explained by X. Leroy in a recent mail, i've edited the config/Makefile
to use my specific cross-compiler/assembler and patched the name of
the assembler in the relevant files.

I have some problems with the assembly code given in asmrun/alpha.S and
generated when compiling stdlib/*.ml. For example:

    alpha.S:151: Warning: Illegal operands
        (* line 151 is: jsr garbage_collection *)

        alpha.S:238: Warning: Illegal operands
        (* line 238 is: jsr ($25) *)

        /tmp/camlasm9.s:1200: Error: Unknown opcode: `ldbu'
        (* when compiling stdlib/pervasives.ml, line 577 is: ldbu $2, 0($3) *)

    ...

The cross-assembler is a bundled derivative of GNU as (verbose option gives:
   GNU assembler version 2.6 (alpha-dec-netbsd10), using BFD version 2.6)
and i could not find any information on the Alpha assembly language in the
GNU as doc.
I was therefore wondering if someone who has played with the Alpha could give
me any hint..

Thanks,

J. Serot

E-mail: Jocelyn.Serot@lasmea.univ-bpclermont.fr .............................
S-mail: LASMEA - UMR 6602 CNRS, Universite Blaise Pascal, 63177 Aubiere cedex
Tel: (33) 04 73.40.73.30 - Fax: (33) 04 73.40.72.62 .........................
.... http://wwwlasmea.univ-bpclermont.fr/Personnel/Jocelyn.Serot/Welcome.html



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:21 MET