Open-CMSIS-Pack / devtools

Open-CMSIS-Pack development tools - C++
Apache License 2.0
74 stars 57 forks source link

cbuild setup should not compile a project #1563

Closed ReinhardKeil closed 3 months ago

ReinhardKeil commented 3 months ago

A clear and concise description of what the bug is.

To Reproduce Use USB_Device example as described in #1562

cbuild setup USB_Device.csolution.yml -S

does not just generate compile_commands.json but also compiles the project

Expected: Only generate compile_commands.json as documented here: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-tools.md#setup-project-for-ide

Environment: