I am trying to scan C source file developed for a bare-metal application for an ADI blackfin processor. I am using the specific gcc toolchain for such target. All the above run on a windows based PC.
Attached the output from the build-wrapper and from the sonar-scanner.
With reference to the last one, there are plenty of warnings and errors, in particular:
WARNING: An illegal reflective access operation has occurred
14:41:12.270 ERROR: unknown target triple ‘bfin-unknown-unknown-elf’, please use -triple or -arch
14:41:12.270 WARN: C:/Microdev/software/flexappl_NewTL/Application/…/black_box.c: unknown target “bfin-elf”, using “x86_64-unknown-unknown” instead
I would like to fix them or, at least, to be sure they are harmless.
build-wrapper.log.txt (321.8 KB) build-wrapper-dump.json.txt (141.6 KB)
scanner.log.txt (140.0 KB)