[GH-ISSUE #311] Add musl binary for ARM target #135

Closed
opened 2026-06-08 11:25:50 +03:00 by zhus · 4 comments
Owner

Originally created by @patrickelectric on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/311

ARM only has gnu binaries and that fails depending of the libc version installed, for embedded applications libc versions are more complicated, musl binaries will help with that.
I would recommend to have musl binaries as default

Originally created by @patrickelectric on GitHub (Feb 16, 2023). Original GitHub issue: https://github.com/bootandy/dust/issues/311 ARM only has gnu binaries and that fails depending of the libc version installed, for embedded applications libc versions are more complicated, musl binaries will help with that. I would recommend to have musl binaries as default
zhus closed this issue 2026-06-08 11:25:50 +03:00
Author
Owner

@bootandy commented on GitHub (Mar 15, 2023):

I tried adding a musl arm target but the build failed:

https://github.com/bootandy/dust/actions/runs/4420050043/jobs/7749252509

any ideas ?

<!-- gh-comment-id:1468877771 --> @bootandy commented on GitHub (Mar 15, 2023): I tried adding a musl arm target but the build failed: https://github.com/bootandy/dust/actions/runs/4420050043/jobs/7749252509 any ideas ?
Author
Owner

@patrickelectric commented on GitHub (Mar 15, 2023):

I tried adding a musl arm target but the build failed:

https://github.com/bootandy/dust/actions/runs/4420050043/jobs/7749252509

any ideas ?

It appears that you are using strip from host and not for the target.

<!-- gh-comment-id:1468916436 --> @patrickelectric commented on GitHub (Mar 15, 2023): > I tried adding a musl arm target but the build failed: > > https://github.com/bootandy/dust/actions/runs/4420050043/jobs/7749252509 > > any ideas ? It appears that you are using strip from host and not for the target.
Author
Owner

@bootandy commented on GitHub (May 7, 2023):

https://github.com/bootandy/dust/pull/319

Added a musl arm build, it will be included in the next release.

<!-- gh-comment-id:1537386322 --> @bootandy commented on GitHub (May 7, 2023): https://github.com/bootandy/dust/pull/319 Added a musl arm build, it will be included in the next release.
Author
Owner

@patrickelectric commented on GitHub (May 7, 2023):

Thanks, it works!

<!-- gh-comment-id:1537434122 --> @patrickelectric commented on GitHub (May 7, 2023): Thanks, it works!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#135