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 Working example Project!?  

Re: Working example Project!?

Hi,

this sounds strange sad
This error - at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:349) - means that there is a problem when a Java application tries to create a native process on the tharget host (your PC).

But I don’t have other ideas in this moment.

Regads,
Stefano

Hi stefano

Thanks for yor replyes and patience.
I found the problem.
it was the name of the folder!
this is the original path:

D:\Electronics&Computers\Electronics\Projects\OpenSTM32_Projects

the “&” was the problem.so i replace it:

D:\Electronics_Computers\Electronics\Projects\OpenSTM32_Projects

and the problem solved :-)

Thanks and sorry for the trouble

Sasha