Ian Lynagh wrote: > On Wed, Dec 12, 2012 at 07:27:43PM -0800, Builder wrote: > > > > rts/AdjustorAsm.S:127:0: > > Error: no such instruction: `load r3,HPTR_OFF(r2)' > > > > rts/AdjustorAsm.S:129:0: > > Error: no such instruction: `load r12,WPTR_OFF(r2)' > > > > rts/AdjustorAsm.S:131:0: Error: no such instruction: `mtctr r12' > > Does anyone know what's going on here?
I've been seeing this as well on my PowerPC build machine where is complains about Intel instrictions. My investigation so far has found (I was about to raise a bug): a) This seems to be some sort of build system race condition. I was using "make -j 4", would hit that problem, woul run "make" again and then I would be able to get past that point. b) It seemed as if all the preprocessor lines were being treated as comments (ie completely ignored). Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc