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


java.lang.NullPointerException when choose MCU G++ Compiler

Hello,
i’m using version 2.5 at windows.
when i created a new cpp file ,the file has no compiler Configuration
so I change the “Select tool to “MCU G++ Compiler”(in file properties -> c/c++build -> tool chain editor) and then go to “Settings”, java.lang.NullPointerException occurs.It seems the MCU G++ Compiler has no Configuration.
And, all the cpp file in the project will be ignored when building.
In addition,there are MCU GCC Compiler and MCU GCC linker in Settings but no g++ compiler and linkers.
i’m wondering how to building the cpp file correctly???
Many thanks
Seashell

after i remove all the cpp files ,and add it into the project again,it seems to work fine now .orz