ghc-6.6 under solaris
Christian Maeder
maeder at tzi.de
Fri Oct 13 03:30:33 EDT 2006
Christian Maeder schrieb:
> I've created ghc-6.6 under solaris. This did only work with SplitObj=No
> in mk/build.mk. (There was an early split error, that I could reproduce.)
Here is the output of that split error:
../../compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp -Iinclude
-"#include" Hs
Base.h -funbox-strict-fields -package-name base-2.0 -O -Rghc-timing
-fgenerics -fgenerics -split-objs -c GHC/Base.lhs -o GHC/Base.o -ohi
GHC/Base.hi
/tmp/ghc27221_0/ghc27221_0.split__1.s: Assembler messages:
/tmp/ghc27221_0/ghc27221_0.split__1.s:22:0:
Error: Architecture mismatch on "blu,pt %icc,.LL7".
/tmp/ghc27221_0/ghc27221_0.split__1.s:22:0:
(Requires v9|v9a|v9b; requested architecture is v8.)
/tmp/ghc27221_0/ghc27221_0.split__1.s:37:0:
Error: Architecture mismatch on "return".
/tmp/ghc27221_0/ghc27221_0.split__1.s:37:0:
(Requires v9|v9a|v9b; requested architecture is v8.)
/tmp/ghc27221_0/ghc27221_0.split__1.s:52:0:
Error: Architecture mismatch on "return".
/tmp/ghc27221_0/ghc27221_0.split__1.s:52:0:
(Requires v9|v9a|v9b; requested architecture is v8.)
<<ghc: 142018736 bytes, 17 GCs, 526892/1428536 avg/max bytes residency
(3 samples), 19M in use, 0.00 INIT (0.00 elapsed), 1.94 MUT (8.03
elapsed), 0.23 GC (0.25
elapsed) :ghc>>
gmake[2]: *** [GHC/Base.o] Error 1
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/local/home/maeder/haskell/ghc-6.6/libraries'
gmake: *** [stage1] Error 2
More information about the Glasgow-haskell-users
mailing list