Error when building on Raspberry Pi
AlexanderZhirov opened this issue · 1 comments
AlexanderZhirov commented
When building on Raspberry swears at the -m64
flag:
gcc: error: unrecognized command-line option '-m64'
Error: /usr/bin/gcc failed with status: 1
Error /usr/bin/ldc2 failed with exit code 1.
AlexanderZhirov commented
With the indication of the architecture, everything worked out.
dub build --arch=aarch64