-
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…
-
2 options I'm aware of but haven't tried:
- https://github.com/rust-cross/cargo-zigbuild
- https://github.com/cross-rs/cross
my team is working on several builds for ARM architecture (MacOS/Lin…
-
Today, I'd like to ask for a small feature request, which – I think – could be useful to more people than just me.
It's about cross-compiling Go programs which shall use DuckDB. While building a bi…
-
A CI job that cross-compiles wheels from the host and tests them on the target platform by exchanging wheel artifacts
- macOS arm64 to amd64 (Xcode)
- macOS amd64, arm64 to arm64, amd64 and vice v…
-
I have recently personally discovered/created a technique that creates an NDK that can run inside Termux and **compile `Application.mk` NDK projects** that fits in a **zip of only 200 MB or possibly e…
-
While looking at getting Masuo's Hextiling PR working #2094 for MSL, I discovered that GLSL and MSL differ in how structs are initialized.
I think its an easy refactor for the Hextiling PR, but no…
-
Probably it would be based on https://github.com/msys2/msys2-docker .
-
### Description
see: https://github.com/nix-community/home-manager/issues/5944 - a PR got in that broke cross-compilation
Would y'all be open to a PR that adds a test configuration that exercise…
-
This is a long-term goal; none of this can happen overnight. This is also an incomplete work-in-progress.
## TL;DR: Short Example
```nix
{ pkgsOnHost # simple dependencies
, pkgsOnBu…
-
I think this would be a good idea due to the rise in ARM processors in laptops plus programs could be ported to mobile devices.
Thank you for your time.