-
Notifications
You must be signed in to change notification settings - Fork 249
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
libQt5Core.so.5: cannot open shared object file #375
Comments
Just to check: What is the full error when running nextpnr? |
It seems to have been a Windows Subsystem for Linux issue, when using Debian. Apparently this is a known issue. Also see the bug in the WSL repo. Long story short, you need to strip out the ELF section called
|
This saved me! |
Note that the |
I've cloned and built nextpnr just now (
cmake -DARCH=ice40 .
) , and I'm running into the dreaded libQt5Core.so.5 not found. I have already installed qt-default:ldd
onnextpnr-ice40
indeed shows things like:And that's pretty weird, that it's found the other Qt libs, but not core.
I am not using Anaconda, so I'm pretty sure #292 is not applicable.
Any ideas?
The text was updated successfully, but these errors were encountered: