Hi,
i am currently trying to analyse a c++ project, which is build with the clang-based ti compiler (tiarmclang).
Afaik this compiler is currently unsupported by SonarCloud?
I have seen, that there is a “new” approach to use a compilation database instead of the build wrapper and thought this might be possible. However, i still get the message, that the compiler is unsupported.
Is there currently a way to still analyse the code?
Correct, the tiarmclang compiler is currently unsupported, see the related ticket CPP-4089. We are going to add support for it soon. Are you able to build it with another compiler while waiting for its official support?
sorry for the late replay. I was able to use a normal clang-compiler to generate compile commands and use those to start the analysis.
Thanks for the suggestion, and thx for the link to the ti-compiler ticket