-
I built custom docker image for solving openssl issues.
`Dockerfile`
```
FROM rustembedded/cross:aarch64-unknown-linux-musl
#FROM rustembedded/cross:aarch64-unknown-linux-musl-0.2.1 - the same iss…
-
### 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
A similar issue I found there https:/…
-
### Is this a new report?
Yes
### System Info
Void 6.1.79_1 x86_64 GenuineIntel uptodate rrFFFFFF
### Package(s) Affected
refind-0.14.0.2_2
### Does a report exist for this bug with …
-
Hey,
Unfortunately, I cannot build `libressl` for a Cortex A9 CPU (ARMADA 38x) :
```
$ export PATH="/build/cross-arm-turomnia/bin:${PATH}"
$ export CFLAGS="-static --static -march=armv7 -mtune=c…
-
not sure what the issue is here with the unknown option.
`cc1: note: self-tests are not enabled in this build
cc1plus: note: self-tests are not enabled in this build
echo timestamp > s-selftest-…
-
linux debian11
Cargo.toml
```shell
rusqlite = { version = "0.29.0", features = ["bundled"] }
```
Use [cross-rs]( https://github.com/cross-rs/cross) build
```shell
cross build --ta…
cosoc updated
10 months ago
-
## 🐛 Bug description
```
❯ rustup target add x86_64-unknown-linux-musl
info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
❯ brew install filosottile/musl-cross/mus…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
* [x] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
A:编译失败,错误提示:ERROR: Feature 'openssl-linked' was enabled, but the pre-condition '!feat…
-
### 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
```
/usr/local/bin/../lib/gcc/…
-
I need to cross-build a NATIVE compiler for mipsel
setting:
```
TARGET = mipsel-linux-musl
NATIVE = Yes
```
results in error (compiler not found.
I am now copmiling using just `TARGET = mipsel-…