[
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: | -- (:) |
| From: | Anthony Hackner <a_hackner@h...> |
| Subject: | [Caml-list] Compiling Native on 64-bit AIX |
Hi,
Is native Ocaml supported for 64-bit PowerPC on AIX? The assembler fails
for asmrun/power-aix.S when OBJECT_MODE is set to 64:
as -u -m ppc -w -o power-aix.o power-aix.S || \
{ echo "If your assembler produced syntax errors, it is probably unhappy
with th
e"; echo "preprocessor. Check your assembler, or try producing power-aix.o
by ha
nd."; exit 2; }
Assembler:
power-aix.S: line 483: Only .llong should be used for relocatable
expressions.
power-aix.S: line 488: Only .llong should be used for relocatable
expressions.
power-aix.S: line 493: Only .llong should be used for relocatable
expressions.
power-aix.S: line 498: Only .llong should be used for relocatable
expressions.
power-aix.S: line 503: Only .llong should be used for relocatable
expressions.
power-aix.S: line 508: Only .llong should be used for relocatable
expressions.
power-aix.S: line 513: Only .llong should be used for relocatable
expressions.
Will forcing the assembler to run in 32-bit mode using -a32 mess anything
up? I actually need to use more than 4GB of memory.
Thanks,
Anthony
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
-------------------
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