-
Hi,
I'm working on cross-compilation of a project on Linux for Mac binaries. Got an error currently:
```
error: failed to run custom build command for `lz4-sys v1.9.2`
Caused by:
process …
-
Right now we build the full gcc for `x86_64-apple-darwin22-gfortran` to cross compile some fortran code. The latest versions of ubuntu now include the llvm flang toolchain: https://packages.ubuntu.com…
-
how to recover the list of shared object required by a just built executable?
For example a just build GTK app is sized 13 kB, and also if host ldd say 'not a dynamic executable', I think it depend o…
-
Hello.
I am a novice linux user/programmer who would like to run the R statistical language natively on my iPad. As far as I can tell, no one has successfully cross-compiled R for iOS (one develope…
-
I have built `osxcross` on an Ubuntu 20.04 system with the `llvm-dev` and `lld` packages installed using:
```
env UNATTENDED=true OSX_VERSION_MIN=10.13 TARGET_DIR=/usr/x86_64-apple-darwin17 ./build.…
-
**Is your feature request related to a problem? Please describe.**
I don't like that you can't run any apps on both Unix-like, Windows and Mac.
**Describe the solution you'd like**
If WinObjC was…
-
This happens during osxcross build, but I assume it should be filed here:
```
[100%] Linking CXX shared library ../../../../lib/libtapi.so
/usr/bin/ld: ../../../../lib/libLLVMSupport.a(regcomp.c.…
-
I'm not super knowledgable about compilers, but I've been trying to work my way through compiling this in Docker. I've tried using the flags `CC=gcc CXX=g++ ./build.sh`, however cctools says it can n…
-
While cross compiling `iced` I came across an error on `wgpu-native`:
```
Compiling wgpu-native v0.5.1
error: linking with `x86_64-apple-darwin14-clang` failed: exit code: 1
|
= note: "x86…
-
I'm trying to build a project with GitLab's CI using docker image `katharostech/rust-osxcross`.
It works nice for native build, however with `--target=x86_64-apple-darwin` it breaks like the follow…