-
Notifications
You must be signed in to change notification settings - Fork 105
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
Invalid CoreCLR directory path in CMakeFile #181
Comments
Do you have some build issues? |
yes.. If above repo paths are given, it will throw an error if /dotnet/runtime repo is given and the condition below will fail
as /dotnet/runtime/pal is invalid here. Pal directory is located at /dotnet/runtime/src/coreclr/pal , |
Hence I think, |
Let me know if its proper to provide the fix, i will submit. |
In this case you broke build with previous CoreCLR versions. In case you want provide changes, please, make sure it will work for all CoreCLR sources since version 3.1. |
This is intentional behavior, |
Thanks. |
For this time we support build starts from CoreCLR 3.1, since it still used in old, but still supported by Samsung versions of Tizen OS, that don't provide other source packages of CoreCLR for debugger build. This mean, netcoredbg build must support CoreCLR versions 3.1, 6.0, 8.0, ... (usually LTS + current release versions) in order to support all actively supported Tizen OS versions. |
Hello,
In CMakeList.txt of netcoredbg below code looks to be incorrect,
set(CORECLR_SRC_DIR "${CORECLR_DIR}/src")
What should be the correct path to be set to CORECLR_DIR ?
The text was updated successfully, but these errors were encountered: