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


new to System WB , build error

I just installed the System Work bench, made a new C project using the STM32 GCC tool chain option for an Stm32F103ZE
and well it does not build. I figured since this IDE was modified to work specifically for this purpose it would work. I have no added a single line of code and just tested to see if all the files it made would compile and nope. I am the worst when it comes to IDEs and the millions of options and settings they have, Ive never made a “make file” or anything I just write C code and press build. I understand that ignorance is not bliss now , if anyone may give me some insight on how to solve this issue it would be greatly appreciated Capture1

slight update, after some research I have switched to “cdt internal builder” and it is now building without issue. I still wonder what the problem is though