cross-toolchains icon indicating copy to clipboard operation
cross-toolchains copied to clipboard

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.

Results 23 cross-toolchains issues
Sort by recently updated
recently updated
newest added

See https://blog.rust-lang.org/2023/09/25/Increasing-Apple-Version-Requirements.html This: https://github.com/cross-rs/cross-toolchains/blob/83b28663ebf6b38436e534652a2522a6963fa132/docker/darwin.sh#L52 needs to be upped to 10.12 in at least some targets, otherwise error looking like this: ``` ld: warning: object file (/target/x86_64-apple-darwin/release/deps/libidna-9e0bb8c28bf4f03d.rlib(idna-9e0bb8c28bf4f03d.idna.3875f9ff72356008-cgu.7.rcgu.o)) was built for newer...

Just a note: If a `MACOS_SDK_URL` is given, podman can't create the image. To fix this, remove `COPY $MACOS_SDK_DIR/$MACOS_SDK_FILE* /` from the docker file.

I am following these precise steps on PopOS 22.04 LTS: ```shell # Setup cross toolchains git clone https://github.com/cross-rs/cross cd cross git submodule update --init --remote cargo xtask configure-crosstool # Build...

requires cross-rs/cross#1346

Hi, I appreciate the value of the cross-toolchains project. This really helps me develop more cross-platform apps! Can we please get targets for more of the BSD variants? For example,...

container-images
A-bsd

Shell output: ``` $ sudo cargo build-docker-image x86_64-pc-windows-msvc-cross --tag local Finished dev [unoptimized + debuginfo] target(s) in 0.07s Running `target/debug/xtask build-docker-image x86_64-pc-windows-msvc-cross --tag local` [cross] note: Build x86_64-pc-windows-msvc-cross for x86_64-unknown-linux-gnu...

needs-information
pending-close

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [X] This feature could be solved with a [custom docker image](https://github.com/cross-rs/cross#custom-docker-images) (optional) ### Describe...

Hello. When cross compiling for a 2011 Raspberry Pi 1 (armv6) using docker, if the program includes libatomic.a then when the program is run on the target architecture it outputs...

bug

Hi all, I'm trying to cross compile for Windows amd64 and arm64 while on a Windows host. I'm attempting to follow [the instructions](https://github.com/cross-rs/cross-toolchains/blob/main/README.md) for the `msvc` build but am failing...