-
Notifications
You must be signed in to change notification settings - Fork 454
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
RPI Zero 2W | patches/bcm43436b0/9_88_4_65/nexmon doesn't find libisl.so.10, even though it is there #575
Comments
Same issue 😭 |
I fixed this by changing the symlink commands (for both libisl and libmpfr) a tad; at least on my Pi 5 the versions of the libs the commands in the readme were trying to symlink didn't exist. I'm running Raspberry Pi OS Bookworm.
From the readme, the command:
links Same deal with the mpfr library in the next The fix is simple, but you'll want to double check what the latest version of the libs you have installed on your Pi. First, remove the old symlinks:
Then, get a list of each to see what version you have installed. Find the file with no
and
So, in my case, I should change
to
and the same for the I don't know if there is some technical reason to not symlink to the other symlink (libisl.so.23) in that directory for I continued to have unrelated issues backing up my stock firmware, but YMMV on a different Pi so I won't get into that here. |
This problem occurs when you don't download "nexmon" to "cd/". I don't quite understand why but that's how it happens. |
``I followed every step until
when I make, I get the error
Even though
ls /usr/lib/arm-linux-gnueabihf/
shows that I successfully compiled it and it is present.Full log:
The text was updated successfully, but these errors were encountered: