C/C++/Objective-C and CodeWarrior

Hello,

My HW provider forces me to use the compiler GNUWin32.
I use this command : build-wrapper-win-x86-64.exe --out-dir Build_wrapper make -f makefile_project.mk
And of course my .json file is empty :frowning:
Is there a solution ?

Thx

Hello @Florent,

do you know which compiler exactly it is using?

It seems to be an old one: http://gnuwin32.sourceforge.net/packages/make.htm

Hi @Florent,

make is a build tool, not a compiler, it is invoking a compiler underneath.

It seems to be CodeWarrior.

Hi @Florent,

could you exactly give us details about the used compiler? Because it might be an unsupported compiler and it would explain why your json file is empty.

Hello, it’s a NXP compiler for embedded software: CodeWarrior® Embedded Software Development Tools | NXP Semiconductors
But I think it’s not supported by SonarQube :frowning:
Thanks for your help !

Hi @Florent,

I can confirm you that currently we are not supporting this compiler. If your code is compilable by gcc or clang at the same time you could build with it for analyzing purpose.