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
I am trying to cross compile for ARM on ubuntu. It builds successfully, but only 1/5 bindings actually work.
I get errors similar to this when trying to use the bindings. I am setting --arch=arm and these environment variables (and I have tried more too):
Your best bet is to report that to each project individually. Many native modules assume that host_arch == target_arch, those would need fixes to make cross-compiling work.
I am trying to cross compile for ARM on ubuntu. It builds successfully, but only 1/5 bindings actually work.
I get errors similar to this when trying to use the bindings. I am setting
--arch=arm
and these environment variables (and I have tried more too):I am stumped with this, and the only person I know who knows about this stuff is stuck too. Any help would be appreciated!
The text was updated successfully, but these errors were encountered: