SonarQube and Segger Embedded Studio

Understood.

In my setup, whole thing is run from batch file:

:: SONARQUBE-PATH = path to folder with build-wrapper-win-x86-64 and sonar-scanner
SET SONARQUBE-PATH=%1
:: BUILDER-PATH is where IAR is installed used for building, C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\IarBuild.exe
SET BUILDER-PATH=%2
:: SDK_ROOT
SET SDK-ROOT=%3

%SONARQUBE-PATH%\build-wrapper-win-x86-64.exe --out-dir bw-outputs  %BUILDER-PATH% -config "Release" "pca10040\s132\ses\dali_bms_sensor_s132.emProject" -echo -verbose -D SDK_ROOT=%SDK-ROOT%
%SONARQUBE-PATH%\sonar-scanner-3.1.0.1141-windows\bin\sonar-scanner -X

Build-wrapper.log is this (some files were build before, some were build by wrapper) is here: build-wrapper.log.txt (34.9 KB)

Complete log from cmd is attached.log.txt (125.4 KB)

Thanks for assistance.