-
I'm trying to do some cross-compiles on my devices to target specific ARM64 devices, and I'm having difficulty getting the libraries that Box64 compiles to go into a specific folder. The following is …
-
[ 3%] Linking CXX shared library ../out/libnvinfer_plugin.so
/usr/bin/ld: cannot find -lcudadevrt
/usr/bin/ld: cannot find -lcudart_static
collect2: error: ld returned 1 exit status
plugin/CMakeFiles…
-
On Windows, when cross compiling Rust code to generate an Android .so library, using Rust versions 1.69.0 or newer can result in compile errors about the version script.
The error happens because…
-
This one is another instance of a swiftlang compiler bug I've been running into for a while: https://github.com/swiftlang/swift-corelibs-foundation/issues/5108
```
root@7481e59c0960:/project/opent…
-
### Steps to reproduce
1. try using [meta-flutter](https://github.com/meta-flutter/meta-flutter) to build Flutter apps for a linux arm64 target on an arm64 host
2. at some point, flutter-sdk_git.bb …
-
### Expected behavior
Now that the [Static Linux SDK](https://www.swift.org/documentation/articles/static-linux-getting-started.html) has been released, it open the doors to cross-platform compilat…
-
### 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
Building https://github.com/Marcel…
-
I'm trying to cross-compile to aarch64. I installed `crossbuild-essential-arm64` and now have a working compiler and toolchain, meaning I can compile a hello-world program and run it happily.
Next …
axxel updated
1 month ago
-
I am getting pretty weird behavior with the OpenWrt buildsystem, currently building OpenWrt Snapshot for Mediatek 7622 or target-aarch64_cortex-a53_glibc.
Normally my steps for fixing OpenWrt packa…
-
Problem: cc is unable to find stdc++ when building an example for a library crate.
✅ works: binary crate, call c++ from example
lib_x/
src/
main.rs
examples/
test.cpp …