-
rich felker suggests the following change to musl-cross:
http://openwall.com/lists/musl/2014/06/16/2
-
I tried this code:
```rust
#![no_std]
#![no_main]
// use libcore::run;
const hello: &str = "hello_world";
// Move main to core, and make hal a lib if shellcode - use hal::shellcode etc
exte…
-
The URL in the GitHub description is already redirected to HTTPS.
```
$ curl -I http://bitbucket.org/GregorR/musl-cross
HTTP/1.1 301 Moved Permanently
Content-Type: text/html
Date: Fri, 11 May …
-
I build static PHP package with musl-cross-make.
If I build MUSL with kernel 4.19, will the binary work without problem on old kernel like 3.2?
The GLIBC has `--enable=kernel=` options, is M…
-
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…
-
**Describe the bug**
Cross-source joins fail between sources if the table on either side of the join have the same table name. Tested with SQL Server and SQLite sources.
**To Reproduce**
Origin…
-
Not sure if this is an issue with musl or the build script, but after building with musl v1.1.24 and doing `make install`, I notice that the symbolic link for `ld-musl-x86_64.so.1` is incorrect. I wou…
-
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 …
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I was trying to build for target `mip…
-
It returns the following after running `TARGET=x86_64-linux-musl make`
```
g++ -no-pie -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-u…