Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to Lunix Ubuntu Installation Issue  

Lunix Ubuntu Installation Issue

Eclipse seems to have a whole bunch of issues with GTK3 (as used in Ubuntu 16.04).
I had similar problems but right clicking and changing the desktop icon properties (command section) to :
env SWT_GTK3=0 /home/darren/Ac6/SystemWorkbench/eclipse
fixed it for me.
Alternatively, just run :
SWT_GTK3=0 /home/darren/Ac6/SystemWorkbench/eclipse
from a terminal.
Good luck.