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

Hello,

After I installed the 64-bits version of openstm32, I tried to create a project but after all the steps, when I click on “finish” it hangs, until I kill the processus with the xkill command.

Can you explain me why and how to fix it ?

thank you

How did you installed openstm32?
From the installer or update/install plugins from inside of pre-installed Eclipse CDT?
Certainly it results diffrent of Eclipse version and may behave differently.

BTW, I use Ubuntu 16.04, and most of work on openstm32 just fine.
Regards,
BNow

I used the installer.

So, what should I do to fix this issue ?

Regards,

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


It’s fixed !

After I edited the eclipse.ini file I can now create an stm32 project.

Thank you !

sounds good.

Can you edit the title to add RESOLVED ? That wold be helping for others who search this forum.

Regards,
BNow