Build-wrapper-dump.json is empty

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    9.3

  • what are you trying to achieve
    scan c code

  • what have you tried so far to achieve this
    command: build-wrapper-linux-x86-64 --out-dir bw-output make

build-wrapper.log (441.9 KB)
build-wrapper-dump.json (507 Bytes)

build-wrapper.log is empty, thanks !

Hi @Shadon_Peng and welcome!

Looking at your build-wrapper logs, it doesn’t look like anything is built by your call to make. It is important to make sure that incremental build does not skip building some or all of the files. Do you have a make clean target for your Makefile that you can call to wipe the cache?