-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not working on Beagle-V Fire #10
Comments
Hi! Can you provide some details from gdb? Like backtrace: |
I hope this helps. I'm not very familiar with gdb, and I'm not sure how to load the symbols for dotnet.
|
I'm also having issues sometimes on the VisionFive 2 -- it does not have |
@DavidVentura, |
Hi, I'm trying to run dotnet on QEMU risc-v machine, got error:
GDB output is:
|
Some great work. Some feedback if its useful...
Installed 8.0.101 on a Beagle-V Fire running the latest Ubuntu 23.04 provided by BeagleBoard. Tried both gcc and non-gcc versions.
The following work:
dotnet
dotnet --list-sdks
dotnet --list-runtimes
The following give "Bus error"
dotnet --help
dotnet --version
dotnet --info
dotnet new console -n HelloWorld
The text was updated successfully, but these errors were encountered: