-
Notifications
You must be signed in to change notification settings - Fork 613
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
Error Loading libhalsim_guid.so on Linux AArch64 #7631
Comments
Uh... That's very bizzare, and definitely not the library that should be being loaded. Are you seeing this on a Raspberry Pi? Are you running this from VS Code? If you're running it from VS Code, can you send the terminal output from the terminal that pops up. I'm curious why its trying those libraries. |
Ok, I found it. This is a bug in gradlerio due to a difference in how we do libraries on arm platforms vs intel desktop platforms. We need to be filtering out any .so.debug libraries found in there. |
I'm running this on a Apple Silicon device running Linux. Yes, I'm running it from VS Code, but the output I pasted in the original post is all I see. In the other tabs I just see "Build Successful" and the gdb output. |
Yeah. I'm good, I see what the problem is. We'll look at getting it fixed. Nobody had ever really ran arm64 linux before. |
I get the following error when trying to simulate a blank CPP project. It seems like the simulation is running, but the Sim GUI doesn't start.
Checking the library with
readelf
indeed shows that there is no dynamic section.Hash of
libhalsim_guid.so.debug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Sim GUI should open.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: