ruby-packer icon indicating copy to clipboard operation
ruby-packer copied to clipboard

Arm support

Open ryanstout opened this issue 8 years ago • 3 comments

Any idea what would be involved in getting this working with Arm? (We could compile everything directly on our arm board) Would be happy to put a little money towards getting this supported on Arm if that anyone is interested.

Thanks!

ryanstout avatar Oct 24 '17 20:10 ryanstout

rubyc requires a compiler tool chain that can build ruby and its dependent libraries now listed here. The notable surprise may be that openssl seems to require perl. Maybe that's enough to get you started?

It's difficult to maintain instructions for cross-compilation (if you choose to go that way) as there aren't many free resources to make sure that the instructions continue to work over time.

drbrain avatar May 09 '18 23:05 drbrain

Mruby would be more suited for ARM IMO. Not sure if ruby-packer can embed mruby though. Although mruby some similar methods for packaging stuff up that is worth a look.

logicminds avatar Sep 10 '18 23:09 logicminds

Tested with arm64, bundled openssl version is too old but more recent versions seem to work (tested against @kke's fork which contains few other fixes).

jakolehm avatar Jan 02 '19 12:01 jakolehm