-
The currently supported targets list includes a bunch of GNU target toolchains, but none on MUSL. In order to build fully static binaries - like something one might want to run inside the initramfs, w…
-
Latest OpenWrt default MUSL for aria2 to run the default c language library failed
qiuzi updated
8 years ago
-
周知OS有system call、作用是 由OS这个应用向依赖于它的上层软件提供 OS 所管辖的资源的操作能力、为了方便和统一 逐渐形成了 POSIX 标准、按照这个标准去制作syscall 、大家就都比较容易使用、但终归 写程序还是会有不方便、就又形成了一层抽象和封装 、用C包装起来了syscall、称之为 libc、提供成为库函数、去调用libc会比直接调用syscall 方便一些、
比…
-
I'm having some trouble building libigc for x86_64-linux-musl, whereas glibc works perfectly.
The issue I'm running into, as encountered with https://github.com/JuliaPackaging/Yggdrasil/pull/743:
…
-
I use musl build my package it work well, but recent I find this error on ubuntu 18.04:
```sh
initgroups(www-data, 33) failed (5: I/O error)
```
Is this a bug or a limit of static link ? Any w…
-
/mnt/disk/openwrt/staging_dir/host/share/cmake-3.11/Modules/FindBoost.cmake:950 (_Boost_COMPONENT_DEPENDENCIES)
/mnt/disk/openwrt/staging_dir/host/share/cmake-3.11/Modules/FindBoost.cmake:1618 (_…
-
`cargo chef cook --target=aarch64-unknown-linux-musl --release --recipe-path recipe.json` fails with `Syntax error: "(" unexpected`
I'm guessing this is related to something in `recipe.json`? Howev…
-
The current crossenv does not seems to be aware of them.
-
hi, i'm trying to build a dynamic lib for a linux-arm target (`aarch-unknown-linux-gnu`) and having some trouble.
because the default github actions runner for `ubuntu-latest` is x86, i created a c…
-
I'm not a C dev, so I only have a cursory understanding of the various toolchains, toolings, and usages.
How would I build this? Are there any platform-specific (i.e. Win / Mac / Linux) dependencie…