AC6 STM32 workbench broken after update
I had previously set up the STM32 workbench under Eclipse and had it working nicely with some L6474 boards on a Nucleo.
I recently did an upgrade from the deprecated Fedora 23 I had been using to Fedora24. This included updating to Eclipse 'Neon' 4.6.1
I can still build the existing project code but if I try to run the debugger is fails to load gdb because it fails to find ncurses version 5 libs and I now have version 6.
No down grades are available to either eclipse nor ncurses.
What can I do to fix my development system?
Thanks.
#workbench #libncurses.so.5 #eclipse