Skip to content
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

Merged
merged 1 commit into from Sep 29, 2021

Commits on Sep 28, 2021

  1. Fix ARM toolchain #L6803W Relocation warnings

    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 <Sadik.Ozer@maximintegrated.com>
    Sadik.Ozer authored and Sadik.Ozer committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6f8e723 View commit details
    Browse the repository at this point in the history