-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
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
Support for aarch64-apple-ios-sim target #160
Comments
I think this is an issue with autoconf. The target only affects the names of the installed binaries, so I would recommend just not specifying a target and then renaming the binaries manually after. |
Thanks for your quick response. It seems that if I skip the target, during compilation I got an |
Did you pass |
It worked! Thanks for helping out! Feel free to close the issue if there's no plan to "fix" the autoconf |
I can't close it, I'm not the repo owner, I just watch it. |
I think fixing autoconf would require submitting a patch to the autoconf mailing list adding support for ios-simulator targets. |
Hello cctools-port maintainers,
I'm trying to use cctools-port with the
aarch64-apple-ios-sim
target, which is used for the iOS Simulator running on ARM64 Macs (M1/M2). However, I'm encountering an error during configuration.Current behavior:
When running the configure script with
aarch64-apple-ios-sim
as the target, I get the following error:Questions:
aarch64-apple-ios-sim
target?Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered: