-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
cbuild --clean
should not print warnings about configuration mistakes
#1780
Labels
Comments
ReinhardKeil
changed the title
cbuild --clean should not print warnings about configuration mistakes
Sep 18, 2024
cbuild --clean
should not print warnings about configuration mistakes
Cleaning is a two-step process.
Therefore, the warnings seen during the cleaning process are due to the dependency of the second step on the successful generation of these build files. |
I'm unsure if clean should be that clever. We have a few other issues that are related:
Let's have a discussion next week. |
5 tasks
soumeh01
added a commit
to Open-CMSIS-Pack/cbuild
that referenced
this issue
Dec 4, 2024
## Fixes - Open-CMSIS-Pack/devtools#1780 ## Changes - The change includes removing dependency on convert command ## Checklist <!-- Put an `x` in the boxes. All tasks must be completed and boxes checked before merging. --> - [x] 🤖 This change is covered by unit tests as required. - [x] 🤹 All required manual testing has been performed. - [x] 🛡️ Security impacts have been considered. - [x] 📖 All documentation updates are complete. - [x] 🧠 This change does not change third-party dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The Problem To Be Solved
I don't think that cbuild with option --clean should output warnings about configuration mistakes. It does not feel right.
An output example (of a converted solution) using the new MDK Middleware pack:
The text was updated successfully, but these errors were encountered: