Open-CMSIS-Pack / devtools

Open-CMSIS-Pack development tools - C++
Apache License 2.0
76 stars 58 forks source link

Errors from cbuild2cmake are not reported in `cbuild-idx.yml` #1839

Open ReinhardKeil opened 2 weeks ago

ReinhardKeil commented 2 weeks ago

Describe The Problem To Be Solved

Errors from cbuild2cmake are not reported in cbuild-idx.yml and therefore not shown in the IDE status bar.

image

CMSIS-Toolbox 2.6.1 Test Project: adc_12b1msps_sar_interrupt.zip

brondani commented 2 weeks ago

cbuild-idx.yml is owned and written only by csolution. cbuild2cmake just reads cbuild-idx.yml, it does not write this file nor any other yml file.

ReinhardKeil commented 2 weeks ago

I believe the status bar turns red on exit 1. Maybe on click there could be an option to open the CMSIS Build Manager view.