How to add arm-none-eabi-gcc compile warnings as report #4256
Replies: 2 comments 2 replies
-
My solution for now is as follows: The problem is that I can't define another Analyzer Name like gcc_compile, but I can at least filter it because the severity of the warnings is Unspecified. Is there a better way? |
Beta Was this translation helpful? Give feedback.
-
Hi @LorandMarton, Do I understand correctly, that you'd like to provide the path of a specific gcc analyzer binary during CodeChecker analysis? Would you think, this is a solution to the problem?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
The tool is fantastic, easily generating reports for Clang Static Analyzer (clangsa), clang-tidy, cppcheck, and the GCC static analyzer. These reports are easily viewable on the web server UI, which is incredibly convenient.
I would like to add the arm-none-eabi-gcc compile warnings as a report alongside these.
Has anyone managed to integrate arm-none-eabi-gcc warnings into this reporting system?
Any advice or pointers would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions