This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

S32k series in keil

I am using keil with S32Kxx production based on "apnt 304"document.

As it mentioned in the document there is no problem using keil with S32K series :>>

but when I open an example in the Keil this message is appeared :>>

I add some more compiler through the project menu like compiler version 6.9 but the problem was not solved. The version of my keil is 5.38.

I do not know what I can do to solve this problem!

thanks

Parents
  • The issue is that you have multiple Targets, and are rebuilding them all, and so this compiler selection must be made in each.

    Select the different targets from the pull down. and make the change for each.

    Alternatively, if you only build the current Target (F7), you will not see the errors.

Reply
  • The issue is that you have multiple Targets, and are rebuilding them all, and so this compiler selection must be made in each.

    Select the different targets from the pull down. and make the change for each.

    Alternatively, if you only build the current Target (F7), you will not see the errors.

Children