-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: Fix STM target build failures #14429
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
CMake: Fix STM target build failures #14429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to keep the lower case,
and change the files ?
@hugueskamba, thank you for your changes. |
Ensure the linker and startup files listed match with the correct letter case as some host systems are case sensitive.
4ec3291
to
ff0756d
Compare
If we can do it, let's do it. Aren't these imported and part of cmsis ? |
|
No, linker scripts are specific to mbed |
Ci failed (internal error), we will investigate |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Ensure the linker and startup files are listed with the correct letter case as some host systems are case sensitive.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@saheerb @0xc0170 @Patater @jeromecoutant