6.2.2 x86_64 build failing

2005-02-27 Thread Kip Macy
In a clean tree I configured: ./configure --prefix=/u/kmacy/usr/x86_64 --with-ghc=/u/kmacy/src/ghc/src/ghc-6.2.2-x86_64-x86_64/ghc/compiler/ghc-inplace where the ghc-inplace is unregisterised, points to stage1, and is known to compile Hello World gcc -E -undef -traditional -P -I../includes

Re: x86_64 port

2005-02-26 Thread Kip Macy
Much of this is done already. Simon Marlow's done the register mapping (ghc/includes/MachRegs.h) and done other registerisation work. There was a bug in gcc-3.3x that halted things for a while, but this has been fixed in 6.4 All the files mentioned except for the Adjustor appear to have

x86_64 port

2005-02-25 Thread Kip Macy
Sorry if this is a RTFM type question - but what is the status of the x86_64 port? ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

build failure

2005-02-25 Thread Kip Macy
I've followed the instructions for building on the host for an unregistered x86_64 build, but when I do: cd glafp-utils/ make boot make I get: ... ls/Outputable.lhs utils/Panic.lhs utils/Pretty.lhs utils/PrimPacked.lhs utils/StringBuffer.lhs utils/UnicodeUtil.lhs utils/UniqFM.lhs

Re: x86_64 port

2005-02-25 Thread Kip Macy
number of platforms). The registerised port is being held up as none of the developers have regular access to such a machine. I'm new to Haskell but not to assembler - is the work required something that someone in my position could contribute to? ___