Error: selected processor does not support movw.
Summary
GHC 8.10.0-rc gives the following error message on ARMv7 (rPi):
Error: selected processor does not support `movt r8,:upper16:Cabalzm3zi1zi0zi0_DistributionziSimple_simpleUserHooks_closure' in ARM mode
|
1231 | movt r8, :upper16:Cabalzm3zi1zi0zi0_DistributionziSimple_simpleUserHooks_closure
| ^
Steps to reproduce
Create a project with e.g. stack on Raspberry Pi, and try to build with GHC-8.10.0-rc.
Expected behavior
Build is successful.
Environment
- GHC version used: 8.10.0-rc
Optional:
- Operating System: Limux Raspbian
- System Architecture: ARMv7
Edited by Róbert FUSZENECKER