IAR compiler/ rule IDs Mapping / NXP S32K14x toolchain

  1. When performing static analysis on a code project using the IAR compiler, is it necessary to deploy the compiler locally?
  2. Mapping between rule IDs such as MISRA C and SonarQube IDs.
  3. Does it support static code analysis for the NXP S32K14x toolchain?

Hey there.

When using SonarQube Cloud, you will typically need to provide a compilation database, and the expectation is that you run analysis in the same environment as you built your code (with the compiler available to be probed). The exception here is if you’re using GitHub.com to store your code and want to take advantage of Automatic Analysis.

This might be helpful for you.

I really don’t know and have no way to test. If your compiler is supported you should be good to go.

1 Like