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
Having a toolchain registered without a compatible cmake file causes an error when running csolution convert even when such toolchain is not required:
$ export UNKNOWN_TOOLCHAIN_0_0_0=C:/tmp
$ csolution convert Hello.csolution.yml -S
error csolution: no toolchain cmake files found for 'UNKNOWN' in 'C:/cmsis-toolbox/latest/etc' directory
Expected behavior
The error is expected to be reported when calling csolution list toolchains but not when calling csolution convert if the unsupported toolchain is not required.
Environment (please complete the following information):
csolution
Version 2.7.0
OS: [e.g. windows]
The text was updated successfully, but these errors were encountered:
Having a toolchain registered without a compatible cmake file causes an error when running
csolution convert
even when such toolchain is not required:Expected behavior
The error is expected to be reported when calling
csolution list toolchains
but not when callingcsolution convert
if the unsupported toolchain is not required.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: