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


Ubuntu 16.04 LTS : can't create an stm32 project

so, I believe that you have Mars CDT base Eclipse.

I just tried to create a project for STM32VLDISCOVERY board. It works all right for me.

Since I can’t reproduce the issue as you do, I can’t provide verified solution for you, other than suggestion.

1) try update openstm32.
From Help => Check for Updates
Update all to latest.

2) If the first step wasn’t fix the problem, edit eclipse.ini ,
insert this 2 lines

--launcher.GTK_version
2

before

--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7




Good luck.
BNow