Jun Zhang,
Thank you for pointing me to the example. I have the Makefile compile working outside the IDE now. However when I try to integrate with SonarQube I get this error:
ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: The "build-wrapper-dump.json" file was found empty. Please make sure that:
* you are using the latest version of the build-wrapper and the CFamily analyzer
* your compiler is supported
* you are wrapping your build correctly
* you are wrapping a full/clean build
* if you are building your project inside a Docker container, build-wrapper is wrapping the build process inside the container and not wrapping the external Docker process
This page lists SonarQube's supported languages and compilers:
https://docs.sonarqube.org/latest/analysis/languages/cfamily/
Do you know if it's possible to integrate CodeWarrior's HCS12 with SonarQube?
Thank you