Hey, On my attempts to build a android crosscompiler. During the command. I get this error (in the final phase):
"inplace/bin/ghc-stage1" -static -H32m -O -package-name integer-simple-0.1.1.0 -hide-all-packages -i -ilibraries/integer-simple/. -ilibraries/integer-simple/dist-install/build -ilibraries/integer-simple/dist-install/build/autogen -Ilibraries/integer-simple/dist-install/build -Ilibraries/integer-simple/dist-install/build/autogen -Ilibraries/integer-simple/. -optP-include -optPlibraries/integer-simple/dist-install/build/autogen/cabal_macros.h -package ghc-prim-0.3.1.0 -package-name integer-simple -Wall -XHaskell98 -XCPP -XMagicHash -XBangPatterns -XUnboxedTuples -XForeignFunctionInterface -XUnliftedFFITypes -XNoImplicitPrelude -O2 -no-user-package-db -rtsopts -odir libraries/integer-simple/dist-install/build -hidir libraries/integer-simple/dist-install/build -stubdir libraries/integer-simple/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/integer-simple/./GHC/Integer/Type.hs -o libraries/integer-simple/dist-install/build/GHC/Integer/Type.o ghc-stage1: panic! (the 'impossible' happened) (GHC version 7.7.20130109 for arm-unknown-linux): expectJust initTcInteractive Looking at the source at compiler/typecheck/TcRnMonad.lhs, I wonder: is this probably related to ghci not beeing available for this target? The strange thing is, when I type make again, the error does not reappear. But then I get: make[1]: *** No rule to make target `compiler/stage2/build/Module.hi', needed by `utils/haddock/dist/build/Main.o'. Stop. I do not know if the errors are related. Regards, Nathan _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc