justmoon / node-bignum

Big integers for Node.js using OpenSSL
420 stars 116 forks source link

Support for OpenWrt on mipsel #87

Open reconbot opened 8 years ago

reconbot commented 8 years ago

I'm trying to compile bignum for the Tessel 2 I help maintain the cross compiler project that lets us use pre-compiled npm packages.

NodeJs doesn't support openssl on mipsel as far as I can tell but the operating system OpenWrt does.

(mipsel is not listed here or here)

We compile NodeJs with these flags to make use of the system's openssl.

I was thinking of adding a target for mipsel to the binding.gyp file but I'm not sure if that's the right way forward. What do you think we should do to support it?

Thanks!

tube0013 commented 7 years ago

I'm trying to install room-assistant on an Onion Omega2+ which is a mipsel board with an OS based on OpenWrt. dependencies require bignum, and I'm not able to install it, as it fails. I believe this is because of the mipsel arch.