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


Modifying build log format

Eclipse external builder creates makefiles with lot of @echo commands like “Building file”, “Invoking: MCU GCC Compiler” and “Finished building”. Is it possible to get rid of them?

I found a way to add @ symbol to beginning of the compiler command line pattern settings (at Properties -> C/C++ Build -> Settings -> Tool Settings) to suppress printing long command line calls of compiler, but ideally i just like to stick with “Building file: xxx” and that’s it. This way it’s much easier to spot the warnings and errors. When using parallel build those echo’s are so messed up anyway that they are getting irritating. With custom makefile it’s possible but that’s not worth of losing the other nice things about using IDE.

I have tried to google but didn’t find answer. I think Eclipse CDT is the one which creates the makefiles, but couldn’t understand if it can be changed.

Somebody else has asked it also, but no response:
https://stackoverflow.com/questions/37965148/eclipse-cdt-makefile-less-verboseQuestion