We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using M4 macOS as a host. Followed the instructions and successfully built two Linux SDKs:
> swift sdk list 6.0.2-RELEASE_ubuntu_jammy_aarch64 6.0.2-RELEASE_ubuntu_jammy_x86_64
Next created an example project cross-compilation-test, just as described in the docs.
cross-compilation-test
Compiling on Apple Silicon for Linux with same architecture works:
swift build --swift-sdk 6.0.2-RELEASE_ubuntu_jammy_aarch64
Compiling on Apple Silicon for Linux with Intel architecture fails:
swift build --swift-sdk 6.0.2-RELEASE_ubuntu_jammy_x86_64 Building for debugging... error: unknown target 'x86_64'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using M4 macOS as a host. Followed the instructions and successfully built two Linux SDKs:
> swift sdk list 6.0.2-RELEASE_ubuntu_jammy_aarch64 6.0.2-RELEASE_ubuntu_jammy_x86_64
Next created an example project
cross-compilation-test
, just as described in the docs.Compiling on Apple Silicon for Linux with same architecture works:
Compiling on Apple Silicon for Linux with Intel architecture fails:
The text was updated successfully, but these errors were encountered: