xcross icon indicating copy to clipboard operation
xcross copied to clipboard

"Zero Setup" cross-compilation for C/C++. Supports numerous architectures, build systems, C standard libraries, vcpkg, and Conan.

Results 8 xcross issues
Sort by recently updated
recently updated
newest added

Currently, we use GCC 10 for most toolchains, and the GCC 12 version has been released. It is therefore ideal to update to the latest toolchain versions, to support newer...

enhancement

See this issue for more details https://github.com/crosstool-ng/crosstool-ng/issues/1625

This happens when running podman and using detached mode. Option '--security-opt' is not valid with `podman exec`.

If default ulimit is set too low, ct-ng builds can fail.

I encountered errors when trying to do ```sh python3 setup.py build_image --with-package-managers=1 --target "$image" ``` when the base image (built without `--with-package-managers=1`) is missing. Instead of accepting this README update,...

Hi Alex, thanks for your great work. I wanted to try out crosscompiling for the VCPKG projects. It succeeded for linux 64bit, but I have problems with the windows build......

I tend to use containers as my development environment. Consequently, I try to run xcross in the container with the following configuration: > docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp -it...