mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
53c8ebc287
GCC supports localized outputs, depending on the currently set locale. This broke the compile-commands target, as the regexes only match the English output. By invoking the compiler explicitly with the C locale, it ensures the expected English language output. |
||
---|---|---|
.. | ||
compile_commands.py | ||
README.md |
Generation of compile_commands.json
This tool can be used to generate compile_commands.json
e.g. for code completion and linting in
IDEs. It relies on the build system providing the compilation details in bin dir. This tools is
best invoked indirectly via make compile-commands
inside the application, which will first
generate the required files in the bin directory and then invoke this tool. For more details, check
the getting started page in the RIOT API documentation.