Loading...
 
Skip to main content

System Workbench for STM32


CubeMX Plugin on Eclipse

Hi guys,
I have this problem fixed.
The main problem is that the GTK version 3 doesn't work with Eclipse Neon or the CubeMX plugin, so forcing the Eclipse to using GTK version 2 would eliminate the problem.0
My way is to add below lines into eclipse.ini ,

--launcher.GTK_version
2

Hope this will help.

-BNow