-
**OS:** Artix Linux (basically just Arch without `systemd`)
**XCode Command Line Tools:** version `14.2`
I did a fresh `git clone` of both the cctools and osxcross repos today. When I run:
```sh
…
ghost updated
9 months ago
-
### 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
I am compiling a project with cross f…
-
I want to be able to enter an environment and be able to build for all targets with no extra setup.
Currently cross compiling isn't smooth, and setting up an environment with the correct developmen…
-
https://github.com/tpoechtrager/osxcross
-
Hello devs,
I am trying to build some projects with the OS X Cross toolchain, but LD keeps on ignoring properly compiled archive files. I have set all of `CC`, `CXX`, `AR`, and `AS` to their respec…
-
Hi,
I am curious about how to shrink my disk usage. After I produce an osxcross toolchain with `./build.sh`, then I would like to remove the toolchain which produced osxcross. In my case, this is A…
-
**Expected Result**
Binary runs without issues.
**Actual Result**
Missing symbols thrown by the dynamic loader .
**Steps To Reproduce**
Build a simple application reading a video using OpenCV…
-
~/c/osxcross$ omp install xproto libsdl2 gtk2
xproto is already installed
libsdl2 is already installed
gtk2 is already installed
~/c/osxcross$ x86_64-apple-darwin20-pkg-config --cflags sdl2
-D_…
-
**Describe the bug**
Seems to be a linking error in what OS version we are targeting (`10.8`). we should try `10.12` as log says.
**Steps To Reproduce**
view for action for details
https://githu…
-
The wrappers seem to be broken for i386 builds with GCC. I have tested with SDKs v10.11 and v10.13. All of the GCC tools only target x86_64. The clang tools work correctly.
This includes:
o32-gc…