-
Notifications
You must be signed in to change notification settings - Fork 113
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
Linux riscv64 build #187
Comments
We don't provide riscv64 debugger for now, since runtime itself (that also mean debug API related parts) still in development for now for riscv64.
You should directly provide
Last time we did cross build with
You could try binaries from Tizen package form here - http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/latest/repos/standard/packages/riscv64/netcoredbg-3.1.2-1.riscv64.rpm |
Tried but no luck. But looks like its distro problem. Will try to fix it
Tried. I build it on arm64 - but anyway can't find dbgshim.so. Bot fully understand how they build - there CMake files, which not called from sh (if not made mistake) Thanks |
|
Thanks. Yeah, there no dbgshim inside netcoredbg rpm. Thanks for rpm of dbgshim - will check tomorrow |
Hello - I want test it at riscv64 platform, but there no builds for it.
Also tried to build by my self, but there no binary of dbgshim. But it sends to https://github.com/dotnet/diagnostics but there no builds of it too.
Also not understand how builds native of dbgshim (its build only managed binaries).
It's possible share riscv64 builds of netcoredbg?
Thanks
The text was updated successfully, but these errors were encountered: