Closed maximegy closed 4 years ago
Hi,
I guess it's related to the usage of x86_64-linux-gnu
in multiple places in this line (include and dir libs for ex).
Could you try building using $(gcc --dumpmachine)
instead of x86_64-linux-gnu
and tell me if it fixes your issue?
Then I or you could do the PR eventually.
"gcc -dumpmachine" returns "aarch64-unknown-linux-gnu". But replacing x86_64 with $(uname -m) works.
Hello, I have a probleme when i build image on raspberry. I have this error:
Can you help me with this problem or publish an image for ARM ? Thanks a lot.