Support for aarch64-apple-ios-sim target #160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello cctools-port maintainers,
I'm trying to use cctools-port with the
aarch64-apple-ios-simtarget, 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-simas the target, I get the following error:Questions:
aarch64-apple-ios-simtarget?Thank you for your time and assistance!
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
ld: building for iOS, but linking in object file built for iOS Simulatorerror.Did you pass
-target arm64-apple-ios-simulatorto clang? ios-sim isn't a valid target according to clang.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.