-
Host system: x86_64-gentoo-linux-musl
``` bash
-- Found ccache /usr/bin/ccache
-- Configuring zig version 0.10.0-dev.2931+bdf3fa12f
-- Configuring done
-- Generating done
-- Build files have b…
-
Using an arm-unknown-linux-gnueabi toolchain built with the setup in cross-gcc / crosstool-ng, I get an ICE while building the sysroot:
```
± PATH=~/x-tools/arm-unknown-linux-gnueabi/usr/bin:$PATH…
sapir updated
2 months ago
-
### What is your question?
In order to crosscompile for arm32 I've set up this profile
```
[settings]
os=Linux
arch=armv7hf
compiler=gcc
compiler.version=11
compiler.libcxx=libstdc++11
bu…
-
I'm trying to cross-compile this lib for arm32
The final link stage fails with
```
libtool: link: arm-poky-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/atomic.o .libs/dwarf.o .libs/fileline.o .l…
-
I was trying to follow cross compilation instructions provided in README, i.e
`mkdir build && cd build
cmake .. -DCMAKE_C_COMPILER="arm-linux-gnueabi-gcc" \
-DREL_FLAGS="-O2;-fomit-frame…
-
### Version
v5.7.2
### Description
Build wolfssl using option `--enable-debug-trace-errcodes` , I get a configure error:
```bash
......
| configure: Running make clean...
| configure: ---
| co…
-
FAILED: CMakeFiles/rocksdb-shared.dir/utilities/transactions/lock/range/range_tree/lib/locktree/lock_request.cc.o
/build/tmp/work/armv5e-wrs-linux-gnueabi/rocksdb/9.0.0/recipe-sysroot-native/usr/bin/…
-
## Epics Base
Dependencies
```bash
sudo apt install build-essential libreadline-dev perl tcl tk
```
Make Directories
```bash
sudo mkdir -p /epics
sudo chown $USER:$USER /epics
ln -s /epics $…
-
I'm cross-compiling for target `arm-unknown-linux-gnueabi`, and I encountered that `f64::round()` does not work correctly. I tried this code:
```rust
fn main() {
let value: f64 = 15.44;
…
-
### Checks
- [X] I have read the troubleshooting section and still think this is a bug.
### Describe the bug you encountered:
Until fd 8.7.0 build with `--target armv7-unknown-linux-gnueabi` …
hgy59 updated
2 months ago