You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the ARM cross-compilation working on a macbook was tricky for me, and I don't see anything in the README that covers it.
I was eventually able to use
brew tap messense/macos-cross-toolchains
brew install arm-unknown-linux-gnueabihf
to get the toolchain installed, and ./make.sh succeeded - but I don't know how reliable or secure this option is.
Are there steps verified by wiser heads than mine that we can add to the README?
The text was updated successfully, but these errors were encountered:
Getting the ARM cross-compilation working on a macbook was tricky for me, and I don't see anything in the README that covers it.
I was eventually able to use
to get the toolchain installed, and
./make.sh
succeeded - but I don't know how reliable or secure this option is.Are there steps verified by wiser heads than mine that we can add to the README?
The text was updated successfully, but these errors were encountered: