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


OpenSTM32 frozen when openning Properties -> C/C++ Build -> Settings

Hi,

Since now around one month (after an automatic update if my memory is correct), I face a windows frozen problem in Eclipse with OpenSTM32 GUI.
When I try to open the Settings windows : Properties -> C/C++ Build -> Settings, the window takes several minutes to open (time seems to depend from project size) and during this time, the Eclipse application is frozen.

I’m working under Linux (Ubuntu Trusty)
I installed OpenSTM32 from the Eclipse CDT -> Install New Software, using http://www.openstm32.org/Eclipse-updates/org.openstm32.system-workbench.siteQuestion

Do you have any idea of what happen?
How can I get log from Eclipse ?

Thank you for your help.

BR

Tunisia

I have faced the same issue

Just you need to install SystemWorkbech using the linux installer

Thank you Tarek.
I just tried it and it is ok as you said.

However, this means that there is an issue in the package available for an already installed Eclipse IDE. I would like to understand this problem and know if it is planned to corrected it in futur version.

BR


Tunisia
I m not sure, but I think that this an incompatibility issue between SystemWorkbench plugins and your installed eclipse version.

Hi

I have found this elsewhere:

export SWT_GTK3=0; eclipse


Fore some reason it works fore me without setting this environment var now. The problem seems to be vanished after the first time calling eclipse with this environment setting.

BTW: In the beginning after about 1Min the Build->Settings dialog appeared nevertheless.

Dieter

Hi,

Thank you.
I was stuck in C++ project creation dialogbox, and your solution worked fine.

The dialog was left hanging busy without exit but kill eclipse, and this just took few second using your solution.

Thank you again.

Regards,
Abstract

For details, this should apply only on Linux. By default, I understood it as such but for Windows users, I don’t think this will relate (GTK3).

Whatever, thank you for sharing this.