-
gcc 13.3.0
pygame 2.6.1
-
For example, if I only consider the host CPU and no other GPUs, I want to execute `acpp -o test test.cpp` on an x86 platform and run the resulting `test` binary on an ARM platform. Can the SSCP proces…
-
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 .
mappu updated
2 weeks ago
-
### 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…