Mac OS X build available from 2010 05 28
Stephen Bannasch
stephen.bannasch at deanbrook.org
Mon May 31 15:43:59 PDT 2010
>Hi Stephen.
>
>Thanks a lot for your build. The binary works for me, but I am still
>having trouble building from source on Snow Leopard. I keep receiving
>the following error:
>
>/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:
>In member function 'int LIR_Assembler::emit_unwind_handler()':
>/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:472:
>error: call of overloaded 'movptr(Address, int32_t)' is ambiguous
>/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2189:
>note: candidates are: void MacroAssembler::movptr(Address, intptr_t)
>/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2191:
>note: void MacroAssembler::movptr(Address,
>RegisterImpl*)
>/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp:473:
>error: call of overloaded 'movptr(Address, int32_t)' is ambiguous
>/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2189:
>note: candidates are: void MacroAssembler::movptr(Address, intptr_t)
>/Users/eric/jdk7/sources/hotspot/src/cpu/x86/vm/assembler_x86.hpp:2191:
>note: void MacroAssembler::movptr(Address,
>RegisterImpl*)
>
>Any help would be greatly appreciated.
Hi Eric,
I am by no means an expert on building mlvm ... and as of yesterday I can't build because meth-ldc-6939203.patch doesn't apply cleanly over cpindex-6957080.patch.
Are you using my script for building?
I have not yet used it on 10.6 but others on the list might have.
Some general advice ... scan the earlier console output for errors or patches that didn't apply cleanly.
When I built yesterday the process didn't actually halt from an error for quite a while even though the actual error was much earlier when the patch didn't apply cleanly (I could probably fix the script so when that happened it stopped earlier).
More information about the mlvm-dev
mailing list