Incompatible Compiler

We are using SonarQube Enterprise Edition Version 10.4.1 (build 88267)
When running a scan on our ARM-project we get the message
*WARN: Provided compiler is not compatible.
Invalid probe found, skip analysis of files: *
Our cross-compiler is:
arm-lpkit-linux-gnueabi-gcc (GCC) 6.4.0
Copyright (C) 2017 Free Software Foundation, Inc.

How can we get the scanner to analyze our project?

Hi @WilhelmKurz,

If I understand correctly, you are analyzing on Linux X64 and cross-compiling to ARM?

Can you share the full scanner Verbose logs? let me know if you prefer to share them privately.

Thanks,

Hi Abbas,

thank you for your quick response.
We were able to get around this issue by switching from the build-wrapper to compile-commands.json.
The scanner now works just fine.

Best regards,
Wilhelm

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.