Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Change compiler ID per project.properties for static analysis

kajetan
kajetan Posts: 3
edited November 20 in C/C++test

Hi all,

I am using a bdf to statistically analyze a cpp project. I have it almost all working however during the run it detects compiler ids for both projects in my workspace as gcc_13. I however need to declare two separate compilers for each project. I have already done the compiler mapping and just need a way to change the compiler id per project (i.e the compiler_id in the project.properties file). I am only doing static analysis of code. Preferably this works out of box on freshly created workspaces.

Any guidance would be appreciated.

Thanks