We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
In my pdsc, I have components with <component generator="STM32Gen" Cclass="Device" Cgroup="xxx" Csub="xxx" Cversion="0.4.0" condition="xxx">
<component generator="STM32Gen" Cclass="Device" Cgroup="xxx" Csub="xxx" Cversion="0.4.0" condition="xxx">
But there is no <generator** id="STM32Gen">
<generator** id="STM32Gen">
Maybe packchk tool could raise an error for that ?
Regards,
The text was updated successfully, but these errors were encountered:
The Global Generator concept that is implemented does not require a <generator> element.
Please review this section: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-operation.md#generator-start-via-component
Therefore we cannot issue an error with packchk.
packchk
Sorry, something went wrong.
packchk could read the global.generator.yml file in the ..\etc\ directory to find out about the registered generator IDs.
global.generator.yml
..\etc\
No branches or pull requests
Hi
In my pdsc, I have components with
<component generator="STM32Gen" Cclass="Device" Cgroup="xxx" Csub="xxx" Cversion="0.4.0" condition="xxx">
But there is no
<generator** id="STM32Gen">
Maybe packchk tool could raise an error for that ?
Regards,
The text was updated successfully, but these errors were encountered: