Seems that the ARM6 compiler we’re using should be supported according to documentation, but we’re getting empty output JSON files when using the wrapper
Sonarqube 7.9.1 LTS
Scanner sonar-scanner-cli-4.6.0.2311-windows
TI CCS compiler for MSP432
Error observed: ‘’'10:39:44.913 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 SonarCFamily analyzer
- your compiler is supported
- you are wrapping your build correctly
- you are wrapping a full/clean build’’’
Steps:
cd Source
“C:\ti\ccs920\ccs\utils\bin\gmake” -k -j 4 clean -O
build-wrapper-win-x86-64.exe --out-dir .\build_wrapper_output_directory “C:\ti\ccs920\ccs\utils\bin\gmake” -k -j 4 all -O
cd …
sonar-scanner -Dsonar.projectKey= -Dsonar.sources=. -Dsonar.host.url= -Dsonar.login= -Dsonar.cfamily.build-wrapper-output=Source\build_wrapper_output_directory