question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build for musl 1.1.24

See original GitHub issue

Is your feature request related to a problem? Please describe.

We want to run our .NET app on OpenWrt. We build for linux-musl-arm. Problem is that the latest version of OpenWrt uses musl 1.1.24, but dotnet builds for musl 1.2.x.

Describe the solution you’d like

It should be possible to instruct musl-gcc to use 1.1.24. It could simply be a new runtime linux-musl.pre1.2-arm , or it could be an advanced additional option.

If there is another way to make this work, please let me know 😃

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
kskogcommented, Mar 23, 2022

It’s a gateway for our BLE wireless routed network. In simple terms it is translating between MQTT and BLE, see https://www.meshtech.no/

1reaction
kskogcommented, Mar 21, 2022

musl has been updated to 1.2.2 in OpenWrt master, so it’s just a matter of time before this is released and things will work 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

musl 1.1.24 (Draft) Reference Manual
Building musl requires a conforming C99 compiler that can target a freestanding environment, plus the following extensions: ... To build musl as a...
Read more >
700884 – sys-libs/musl-1.1.24 : static libraries have all one ...
Building a cross development system with the current (1.1.24) musl produces unusable static libraries. Reproducible: Always Steps to ...
Read more >
musl 1.1.24-1 source package in Ubuntu
Binary packages built by this source ; musl: standard C library ; musl-dbgsym: No summary available for musl-dbgsym in ubuntu groovy. ; musl-dev: ......
Read more >
musl - musl - an implementation of the standard library for ...
Branch Commit message Author Age rs‑1.0 release 1.0.5 Rich Felker 8 years Tag Download Author Age v1.2.4 musl‑1.2.4.tar.gz Rich Felker 4 months
Read more >
musl
Version, 1.1.24-r10. Description, the musl c library (libc) implementation. Project, https://musl.libc.org/ ... Build time, 2020-11-20 07:37:38.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found