Issue analysing code using atmelstudio ( microchip studio ) SonarQube developer edition. ARM Atmel chip

I solved the issue.

The build wrapper didnt like

atmel studio project file / build

I needed to change the path in a script that make sure I can access the makedep.mk file

makedep.mk

image

if I then executed:

build-wrapper-win-x86-64.exe --out-dir analyse make -k clean all

Then it succeeded but then the license was expiered the web ui told me.
I forgot to renew the license but we already purchased one in janury only forgot to activate.

only there is something else going on. We have another misra analyser and this tool finds a lot more misra c++ faults

We only find 98 bugs:

while the other tools finds 318 as example. What can go wrong here?

The value:

As you can see the bugs are related to misra cert bugs.
So I think bugs are equal to the misra detections notice the 4.1K code smells does they contain misra too?