Cross compiling from macOS for a pi zero w #862
jedahan
started this conversation in
Show and tell
Replies: 1 comment
-
Tested! Seems to be working fine... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to manage node versions > 0.10.0 on a pi zero w, and people pointed me towards this project.
Unfortunately, building it on the pi crashes during the linker step (likely OOM).
So I decided to try and cross compile. Here are barebones info for others who might want to do the same, and maybe is enough info for rtx project to provide armv6l binaries.
environment
m1 macbook pro
compiling
Install dependencies - we compile for musl target instead of gnu because openssl cross compilation is full of pain.
then build!
heres the file info
Beta Was this translation helpful? Give feedback.
All reactions