open-iscsi / tcmu-runner

A daemon that handles the userspace side of the LIO TCM-User backstore.
Apache License 2.0
189 stars 148 forks source link

Fix 32-bit builds #663

Open JuniorJPDJ opened 2 years ago

JuniorJPDJ commented 2 years ago

I just wanted to use it on armv7 target but it fails building. Just ported it to Alpine Linux (musl) with hope to use it on postmarketOS but there are a lot of build errors on every 32-bit architecture.

I see some PRs trying to address this issue: #608 #609 #603