You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using csolution convert ... --quiet suppresses warnings. As consequence the cbuild setup command does also not show any warnings.
>csolution convert USB_Device.csolution.yml --context-set --quiet
error csolution: file 'C:/Test/USB_D/HID/RTE/USB/USBD_Config_0.h' update required; merge content from update file, rename update file to base file and remove previous base file
>csolution convert USB_Device.csolution.yml --context-set
C:/Test/USB_D/USB_Device.cbuild-set.yml - info csolution: file is already up-to-date
C:/Test/USB_D/USB_Device.cbuild-pack.yml - info csolution: file is already up-to-date
error csolution: file 'C:/Test/USB_D/HID/RTE/USB/USBD_Config_0.h' update required; merge content from update file, rename update file to base file and remove previous base file
warning csolution: file 'C:/Test/USB_D/HID/RTE/USB/USBD_Config_HID_0.h' update recommended; merge content from update file, rename update file to base file and remove previous base file
C:/Test/USB_D/HID/HID.Debug+STM32U585AIIx.cbuild.yml - info csolution: file generated successfully
C:/Test/USB_D/USB_Device.cbuild-idx.yml - info csolution: file is already up-to-date
Suggest A Solution
I believe warnings should be also shown when using the option --quiet
The text was updated successfully, but these errors were encountered:
The Problem To Be Solved
Using
csolution convert ... --quiet
suppresses warnings. As consequence thecbuild setup
command does also not show any warnings.Suggest A Solution
I believe warnings should be also shown when using the option
--quiet
The text was updated successfully, but these errors were encountered: