Hi to all, I tried to use ISE 14.6 Xilinx on tumbleweed but Im having problems running the SDK debugger. I found that running this command I will know if the gdb is working “/opt/Xilinx/14.6/ISE_DS/EDK/gnu/microblaze/lin/bin/mb-gdb”
But, when I tried to check i got this error:“/opt/Xilinx/14.6/ISE_DS/EDK/gnu/microblaze/lin/bin/mb-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or director”
This means that libncurses.so.5 is not found.
I check for libncurses installed on the OS by:
“ls -l /usr/lib64/libncurses*” and then create a symlink between libncurses.so.5 and libncurses.so.6.4 like this
Then I tried again to check by running this command and got the same result:
“/opt/Xilinx/14.6/ISE_DS/EDK/gnu/microblaze/lin/bin/mb-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or director”
Why? I already creted the symlink? how do I know which libncurses is being used?
Gaston
hi malcolmlewis (I already had another user but for some reason I can login with that account so i was force to create another one)
I already had this library according to yast
I tried already to install using “sudo zypper in libncurses5” but it says “libncurses5-6.4.20230615-14.1.x86_64 last version”.
using the symlink is not working, Why libncurses5 is not found? its there
Hey!! I reboot and now I have this error
/opt/Xilinx/14.6/ISE_DS/EDK/gnu/microblaze/lin/bin/mb-gdb: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory