On a fresh install of Raspbian on my Raspberry Pi Zero, I had attempted to install dub
to build an application to see if it ran on this machine. I successfully installed gdc
and downloaded and extracted the ARM version of dub
from dlang.org. But, whenever I run any variation of the dub
command, it returns Illegal instruction
and nothing else.
What could cause this behaviour, and what can be done to fix it? Thanks in advance!