Problem with sonarScanner and Cfamily

  • sonar-scanner-4.3.0.2102-windows and build-wrapper-win-x86-64.exe
  • I am trying to scan a project which uses arm-none-linux-gnueabi-g++. I generate the file “build-wrapper-dump-json” ( I attach this file) and then we uses the comand for sonar-scanner:
    sonar-scanner.bat -D"sonar.projectKey=prolin_D200_PaxWM" -D"sonar.sources=…/src3" -D"sonar.host.url=http://localhost:9000" -D"sonar.login=43ea2e9b81bee29162d123cb9256274b27bdba5f"

But It isn´t succesfull:
image ![image|645x199]

Attach the log when I execute the command:
log_comando.txt (10.0 KB)

Attach the file “build-wrapper-dump-json”
build-wrapper-dump.json (42.3 KB)

Thanks

Hello @Jorge_Eduardo_Romero,

Are you passing to the build-wrapper clean build command? the command passed to build-wrapper should build your project from scratch.

Thanks,