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


Compilation problem..


When I create project using System Workbench at beginign I have two problems:

“Description Resource Path Location Type
Program “arm-none-eabi-g++” not found in PATH stm32f429i-disco_stdperiph_lib Project Properties, C++ Preprocessor Include.../Providers, Ac6 SW4 STM32 MCU Built-in Compiler Settings options C/C++ Scanner Discovery Problem”

and

Description Resource Path Location Type
Program “arm-none-eabi-gcc” not found in PATH stm32f429i-disco_stdperiph_lib Project Properties, C++ Preprocessor Include.../Providers, Ac6 SW4 STM32 MCU Built-in Compiler Settings options C/C++ Scanner Discovery Problem


I thought that g++ and gcc are a part of installation package.
I’ve also noticed following problem in settings:
https://www.dropbox.com/s/vu4a94tu7q79qbr/2015-09-15%2022_54_02-C_C%2B%2B%20-%20Eclipse.png?dl=0Question

Regards
Michał Szymański

I’ve solved problem.
At the begining I’ve installed IDE (and during installation GNU compiler/debuger/linker was installed) and after I uninstalled (platform and GNU component) and once again instaled IDE but after second installation IDE did not install GNU automaticly - I had to do it manually.