Open NOBLES5E opened 1 month ago
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 Simulator
error.
Did you pass -target arm64-apple-ios-simulator
to 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
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!