C/C++ Sonar scan doesnt work witht e2studio compiler? - no files analyzed

Command
/home/app/sonarqube_wrapper/build-wrapper-linux-x86-64 --out-dir ./build_wrapper_output_directory /home/app/tools/renesas_synergy/e2studio/e2studio --launcher.suppressErrors -nosplash -debug -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import ${env.WORKSPACE} -data /home/app/workspace/e2StudioWorkspace -cleanBuild all -vmargs -Dcom.renesas.synergyLicenseFile=/home/app/tools/renesas_synergy/internal/projectgen/arm/licenses/SSP_License_Example_EvalLicense_20180725.xml

.properties file
sonar.projectKey=
sonar.projectName=
sonar.projectVersion=0.0.1
sonar.host.url=http://192.168.100.214:9000
sonar.scm.disabled=true
sonar.sourceEncoding=UTF-8
sonar.branch.name={env.GIT_BRANCH} {env.SONAR_TARGET_BRANCH}
sonar.sources=${env.WORKSPACE}/src
sonar.inclusions=src/application/,src/library/,src/manager/**
sonar.exclusions=src/stack/**
sonar.cfamily.build-wrapper-output=build_wrapper_output_directory
sonar.cfamily.cache.enabled=false

I want to add that in other project which use cmake or eclipsec builders i didnt have to specify url or inclusions. Here i had to do it because despite of exclusions it still took src/stack/… files into scan. And also took localhost instead of url set in jenkins plugin.

output
sonarqube-problem.log (21.8 KB)

Hi @Dominik_Panas ,

what compiler are you using? FYI we don’t support Renesas compilers, see CPP-2478.

@mpaladin The compiler used is arm-none-eabi-gcc.

Hi @Dominik_Panas ,

could you share build_wrapper_output_directory content? I can send you a pm if you want to share privately.