Closed margce closed 2 months ago
I don't know if it helps. I installed the software locally and had this problem.
I solved by setting the environment variable LD_LIBRARY_PATH to the directory where libjlinkarm.so.7 was.
I did
export LD_LIBRARY_PATH=/path/to/libjlink:$LD_LIBRARY_PATH
If it does solve for you, you can insert it in your .bashrc file without the export
.
Hello, it seems that Fedora does not use the default /usr/local/lib directory when it looks for installed libraries. Could you try running the attached installer (it should add a *.conf file to /etc/ld.so.conf.d/ and run sudo ldconfig to update cache)? MCUViewer-1.0.0-Linux.zip
Hello, it seems that Fedora does not use the default /usr/local/lib directory when it looks for installed libraries. Could you try running the attached installer (it should add a *.conf file to /etc/ld.so.conf.d/ and run sudo ldconfig to update cache)? MCUViewer-1.0.0-Linux.zip
hey thanks! for the update, I installed the new rpm and it worked without having to update the cache. Though I haven't try running any debugging session. I'll report if something else fails.
I'll close this thread for now. Please reopen on problems related to installation. Otherwise just open another issue.
Version/Branch:
1.0.0
Operating system:
Fedora 40
Debug probe:
ST-LinkV2
Details:
I'm running Fedora 40, so I downloaded the rpm package from the release page and install it. When trying to launch the app I get nothing so decided to investigate launching from the terminal.
Installed package details
When launching the app I get
Even though the jlink library has been installed here
Any reason why the app would not detect the lib it installed?
Thanks
Screenshots/Video:
No response