2020-05-11 11:15 PM
I'm using STM32Ide. I installed pypy libusb1 and python3-libusb1 in the software manager of linux mint (I am using linux mint 19.2). I thought I need some libusb to solve the problem but I couldn't solve it. I couldn't find a guide. I want to flash my uController over a micro-usb cable.
here is the total errormessage with some pictures:
/app/stm32cubeide/plugins/com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.linux64_1.3.0.202002181050/tools/bin/ST-LINK_gdbserver: error while loading shared libraries: libusb-1.0.so.0: cannot open shared object file: No such file or directory
2020-05-13 02:42 AM
I solved the problem :) I did a uncomplete installation procedure
2020-05-14 03:53 AM
I have the same problem. Can you help me ?
2020-06-02 01:15 PM
I have the same problem. Can you help me ?
error while loading shared libraries: libusb-1.0.so.0: cannot open shared object file: No such file or directory
??????????????
Thank you
2020-06-02 02:13 PM
amd64 or i386 platform?
Try
sudo apt install libusb-1.0-0
2020-06-02 02:19 PM
amd64
2020-06-02 02:27 PM
Full error text:
/app/stm32cubeide/plugins/com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.linux64_1.3.0.202002181050/tools/bin/ST-LINK_gdbserver: error while loading shared libraries: libusb-1.0.so.0: cannot open shared object file: No such file or directory
2020-06-05 05:38 PM
Troubleshooting training 8) =)
This problem occurs when installing from the root user
1-Remove stm32cubeIDE
And
2. Install according to the video
2023-01-24 08:46 AM
video not available anymore Lol