-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
aarch64-apple-ios-sim and aarch64-apple-ios target builds are broken since 0.8.0 #64
Comments
seems it select the wrong os-target, isn't "macos"? generator-rs/src/detail/aarch64_unix.rs Lines 4 to 10 in a298081
|
now it should build, but I don't know how to test it |
@Xudong-Huang 0.8.3 is still broken cross compiling from M1. Reverting example to 0.7.5 works as expected. |
You should use the maser HEAD for testing, 0.8.3 doesn't contains the changes. I will release 0.8.4 soon |
I test with 0.8.4, and it wors on macos m4 |
Hi @Xudong-Huang. Having an issue with 0.8.0 and newer on iOS targets. 0.7.5 builds fine, but 0.8.0 fails with inline assembly errors (see the log below).
Toolchains I checked on:
Here's a simplest repro case: check-generator.zip
Run this with
cargo build --target aarch64-apple-ios-sim
orcargo build --target aarch64-apple-ios
and it will fail.Exact error log:
The text was updated successfully, but these errors were encountered: