This repository contains sources and build scripts of GNU Make included into STM32CubeIDE advanced development platform and part of the STM32Cube software ecosystem. It is based on GNU Make sources, with patches improving use in embedded systems.
See LICENSE.md
- GNU/Linux
- Windows
- macOs
For communication and support, please refer to:
- ST Support Center for any defect
- ST Community MCUs or MPUs forums
Patch | Description |
---|---|
Fix for long path issues on Windows | Windows has a limit of the number of characters in paths to files. This fix allows up to 248 characters in paths to GNU Make binary and up to 4096 characters for all files processed by the tool. Without the patch the latter limit is about 150 characters. |