Hi again, so I finally had time to come back to this project to refine.
So I have some strange issues like : the scanner is not finding the first included file of each c file (litterally) and I think it’s due to the compiler having a problem because when I compile those files with the same sonar-project.properties file but compiling those with g++, well it finds them ok.
Also the probing is failing, clearly the renesas rx compiler is not supported anymore I would say, at least not at its best >
the probe output is empty (the file analysis is starting directly the next line)
so basicly we have a lot of parsing failures due to that.
Did you already encounter the include problem before ?