
#10863: "hello world" produces illegal instruction error ----------------------------------+--------------------------------- Reporter: Ansible | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: arm Type of failure: Runtime crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: ----------------------------------+--------------------------------- Comment (by erikd): This: {{{ bburdette@jessie-rpi:~/code/ghcbug$ ghc hello.hs Linking hello ... }}} suggests that it the executable wasn't compiled, just linked (because the object file was already there). Use `ghc -fforce-recomp hello.hs -o hello`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10863#comment:22 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler