8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello,
how can I cross compile the cli sub project to the armhf platform (Raspberry Pi 1)? What I've tried:
HOSTOS=LINUX MACHINE=aarch64 make all
But it still builds for my host machine (X86_64).
I'm grateful for every hint!