Support cross-building CoreCLR for arm64 Android #9173
|
@janvorli One more PR for Android. |
|
@janvorli The Might this be unrelated? |
|
@dotnet-bot help |
|
Welcome to the dotnet/coreclr Repository The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR The following commands are valid for all PRs and repositories. Click to expand
The following jobs are launched by default for each PR against dotnet/coreclr:master. Click to expand
The following optional jobs are available in PRs against dotnet/coreclr:master. Click to expand
Have a nice day! |
|
@dotnet-bot test Ubuntu x64 Checked Build and Test |
|
@dotnet-bot test Windows_NT x64 Debug Build and Test |
| + message(FATAL_ERROR "Cannot find libunwind. Try installing libunwind8-dev and libunwind8.") | ||
| + endif(UNWIND STREQUAL UNWIND-NOTFOUND) | ||
| + | ||
| + target_link_libraries(coreclrpal ${UNWIND}) |
This is the reason for the test failure. The Unwind libraries must be specified after the gcc_s - that's what I have mentioned to you some time ago.
This PR patches the CMake files so that they support cross-building CoreCLR for arm64 Android.
An overview of the changes:
objcopyverify-so.shwhen cross-building for Androidunwind-aarch64on arm64