Working Workbench on Linux Manjaro / ArchLinux PC
After multiple issues I made the SW4STM32 work on my Manjaro 64 bits linux PC !
I had to install first an old Eclipse Luna SR2 4.4.2 because recent versions like Mars or Neon don’t work correctly or are unbearably slow on my machine. It would come from use of GTK3 instead of GTK2...
I installed then the SW plugin from Eclipse : OK
But arm-none-eabi-gdb didn’t run : “ibncurses.so.5 not found” ! It’s because I have ncurses version 6... and maybe because of a 32bits built gdb.
No symbolic link will work.
So I installed the community version arm-none-eabi-gdb v7.12.1 from Manjaro and changed the path in the debug management page of eclipse. That did the trick.
Don’t forget to copy 49-stlinkv2.rules file in /etc/udev/rules.d
I hope this will help non Ubuntu Linux users.
Cheers,
Xavier