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 CubeMX Plugin on Eclipse  

CubeMX Plugin on Eclipse

Hi

I confirm this.
On my system, ubuntu 64 bits, when I try to execute the perspective CubeMX Eclipse to crash
I get this error message:


JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.platform_4.3.2.v20140221-1700/splash.bmp
-launcher /home/drake/Scrivania/STM32/eclipse/eclipse
-name Eclipse
-launcher.library /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140116-2212/eclipse_1508.so
-startup /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
-launcher.appendVmargs-
-exitdata c3000e
-product org.eclipse.epp.package.cpp.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/drake/Scrivania/STM32/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar

Hi,

I get something similar STM32CubeMx Eclipse plugin just doesn’t work without crashing Eclipse.

Running as “root” fixes this however, so I thing there is some access problem I don’t know Linux well enough to see what it is.

Did you get anywhere with this?


Same for me under ubuntu 14.04. Cubemx start as eclipse plugin only as root. Anyway, it’s not much use since code generation still crashes eclipse.

Attached is the logfile generated when I tried creating a project.

Although, I dont know if the eclipse plugin is very important. Since after trying the plugin, I then tried the standalone CubeMx. The version is 4.16.1, and it works just fine in Ubuntu 14.04. The download from ST has a linux installer inside, just double click and it installed without any hacking involved. I tried creating a simple Hal project and everything seems to work, no crashes here, and project files are generated.

Now I just need to find out how to easily import them to System Workbench.