-
# Bug report
Trying to integrate CPython 3.9.2 under Heads firmware (coreboot+linux payload). This is followup of old integration issue at https://github.com/osresearch/heads/issues/689
CPyth…
-
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 …
-
Things we need to do/decide on before first release:
- [ ] Decide which build targets to test and release (the obvious ones are [Linux, macOS, Windows] x [x86, ARM])
- [ ] Acknowledge all the crat…
-
When running cargo build it fails on openssl, which is odd since I do have openssl installed on my MacOS.
```
--- stdout
cargo:rustc-cfg=const_fn
cargo:rerun-if-env-changed=X86_64_UNKNOWN_LI…
-
When building under MSYS2, it gets somewhat far, but hits a failure when trying to do something with `config.sub`:
```
mkdir -p sources
mkdir -p sources/musl-1.2.4.tar.gz.tmp
cd sources/musl-1.2…
-
@firmadyne
@ddcc
Hello Devs,
Today i tried to compile a mipsel kernel with all files the repository give here but when i input the command:
`make ARCH=mips CROSS_COMPILE=/opt/cross/mipsel-lin…
-
related to: https://github.com/SubconsciousCompute/seccomp-pledge/issues/5
```
dora@openwrtbuildpc:~/coderepo/openwrt/seccomp-pledge$ cargo build --release --target mips-unknown-linux-musl
Com…
-
Maybe we can use tests from musl libc: https://wiki.musl-libc.org/libc-test.html
which is [MIT license](http://nsz.repo.hu/git/?p=libc-test;a=blob;f=COPYRIGHT;h=67acf495aa00c48cf1b9334b12a94a83a28b6b…
-
```
Checking multilib configuration for libgcc...
# If this is the top-level multilib, build all the other
# multilibs.
Mode = sf\|df
Suffix = si\|2\|3
/Users/alex/musl-cross-make/build/local/mi…
-
Hello, I've written a simple Rust library and compiled it for several targets. I found that it compiles successfully on x86_64-unknown-linux-gnu and x86_64-apple-darwin, both as dynamic and static…