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
To repro:
make build BUILD_ARGUMENTS="/p:UseInterpreter=true" -C tests/dotnet/MySimpleApp/macOS
Result:
[...]/Xamarin.Shared.Sdk.targets(1604,3): error : clang++ exited with code 1: [...]/Xamarin.Shared.Sdk.targets(1604,3): error : Undefined symbols for architecture arm64: [...]/Xamarin.Shared.Sdk.targets(1604,3): error : "_mono_icall_table_init", referenced from: [...]/Xamarin.Shared.Sdk.targets(1604,3): error : xamarin_setup_impl() in main.arm64.o [...]/Xamarin.Shared.Sdk.targets(1604,3): error : "_mono_jit_set_aot_mode", referenced from: [...]/Xamarin.Shared.Sdk.targets(1604,3): error : xamarin_setup_impl() in main.arm64.o [...]/Xamarin.Shared.Sdk.targets(1604,3): error : "_mono_marshal_ilgen_init", referenced from: [...]/Xamarin.Shared.Sdk.targets(1604,3): error : xamarin_setup_impl() in main.arm64.o [...]/Xamarin.Shared.Sdk.targets(1604,3): error : "_mono_method_builder_ilgen_init", referenced from: [...]/Xamarin.Shared.Sdk.targets(1604,3): error : xamarin_setup_impl() in main.arm64.o [...]/Xamarin.Shared.Sdk.targets(1604,3): error : "_mono_sgen_mono_ilgen_init", referenced from: [...]/Xamarin.Shared.Sdk.targets(1604,3): error : xamarin_setup_impl() in main.arm64.o [...]/Xamarin.Shared.Sdk.targets(1604,3): error : ld: symbol(s) not found for architecture arm64 [...]/Xamarin.Shared.Sdk.targets(1604,3): error : clang: error: linker command failed with exit code 1 (use -v to see invocation)
Binlog: bl.binlog.zip
We should probably just ignore UseInterpreter (and maybe warn if it's set?) on macOS.
UseInterpreter
The text was updated successfully, but these errors were encountered:
[tools] Ignore any interpreter settings when the current runtime isn'…
164055e
…t MonoVM. Fixes #20398. Tests that exercise this code path will be included in a different PR. Fixes #20398.
657f016
5c50e37
…t MonoVM. Fixes xamarin#20398. Fixes xamarin#20398.
20b65ac
…t MonoVM. Fixes #20398. (#21406) Tests that exercise this code path will be included in a different PR. Fixes #20398.
Successfully merging a pull request may close this issue.
To repro:
Result:
Binlog:
bl.binlog.zip
We should probably just ignore
UseInterpreter
(and maybe warn if it's set?) on macOS.The text was updated successfully, but these errors were encountered: