-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix ARM toolchain #L6803W Relocation warnings #15114
Conversation
@ozersa, thank you for your changes. |
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.
It might be helpful to describe how it fixes it (why using .
fixes the warning), can you ammend the commit with a reason?
Otherwise looks good
While building with ARM toolchain relocation warnings appears This commit will fix it for MAX32625/30 targets. The system interrupt function is defined as weak in startup file and its overvides in other files, Becuase of the functions is overrites while calling it in startup modile by B XXXXX probably compiler give info purpose warnings... By using using . instead function name it says go existing point to the compiler. Warning detail: https://www.keil.com/support/man/docs/armerr/armerr_dom1365073159742.htm Signed-off-by: Sadik.Ozer <[email protected]>
4cd7c57
to
6f8e723
Compare
More comment added. |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
This PR does not contain release version label after merging. |
While building with ARM toolchain relocation warnings appears
![image](https://user-images.githubusercontent.com/46590392/135040810-2bb8b835-5a25-403a-87bc-06849c7b0fca.png)
This commit will fix it for MAX32625/30 targets.
Signed-off-by: Sadik.Ozer [email protected]
Summary of changes
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers