-
Trying to build from git head (on Ubuntu 12.04 x86_64) I get...
```
make[4]: Entering directory `/home/justin/musl/bootstrap-linux/work/binutils-2.22/ld'
/bin/bash ./libtool --tag=CC --mode=compil…
-
Hey,
I love this tool!
I want to add support for Jenkins as a CI provider.
I can do it, but I need some help/mentoring in order to properly define a CI.
From what I see in the current CI is:
- Ch…
-
# github.com/fatedier/frp/cmd/frpc
/home/bosense/lede/staging_dir/hostpkg/lib/go-cross/pkg/tool/linux_amd64/link: running aarch64-openwrt-linux-musl-gcc failed: exit status 1
/home/bosense/lede/stag…
-
With target x86_64-unknown-linux-musl
```
cargo build --jobs 10 --examples --target x86_64-unknown-linux-musl
Compiling fuse-sys v0.4.0-dev (/home/teawater/fuse-rs/fuse-sys)
Compiling regex …
-
Hi,
I try to build musl toolchain from an x86_64 host to an aarch64 hosts.
My config.mak:
```
TARGET = aarch64-linux-musl
OUTPUT = /usr/local
BINUTILS_VER = 2.38
GCC_VER = 12.1.0
LINUX_VER…
Ludea updated
2 years ago
-
See [#872](https://github.com/microsoft/HvLite/issues/872) for discussion, but there is a glibc update needed to undo the workaround in init for values which are returned as zeroes on TDX via CPUID.
-
I'm currently using this patch in my OS.
It's bad, but it works.
```diff
diff --git a/src/compiler/compiler.c b/src/compiler/compiler.c
index 62e2cbf..9ba427b 100644
--- a/src/compiler/compiler…
-
In #3657 #3701 we are introducing cross based builds, however this creates some complications on `musl` based toolchains right now:
```bash
ana@autonoma:~/git/timberio/vector$ make target/x86_64…
-
I am trying to build a docker image but keep getting the same error despite changing openssl versions.
`5 error: failed to run custom build command for openssl-sys v0.9.100
Caused by: process …
phydy updated
1 month ago
-
I am trying to cross compile my rust code to `x86_64-unknown-linux-musl`
I have tried in `.cargo/config.toml`:
```
[target.x86_64-unknown-linux-musl]
linker="clang"
rustflags = ["-C", "linker=cla…