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


Auto generate build/version number

Hi,

I was using 1.13 so I upgraded to 2.1. The build number generation now works.

I use the make -r option to speed up the build time. I am building the project from a network drive, so the file I/O is slower. If I do a build with no changes, it takes 40 seconds to respond with the nothing to do message without the -r option. With the -r option it completes in 2 seconds.

However, since upgrading to 2.1, now every time I do a build it first says it is generating the make files for all the source folders before starting the build. This takes more than 60 seconds before it even starts the build. Do you know why this is?

Thanks.