[ERROR] Code Analysis for ... finished with code 1 (ipro)
Hello,
My group is in the process of moving from v9.5 to v10.3. After converting one of our projects to v10.3, we are encountering numerous preprocessing errors during Code Analysis that we did not encounter while running v9.5. We have successfully converted many other projects to v10.3 that do not encounter this error. The errors logged are:
[ERROR] Code Analysis for XXX.cpp finished with code 1 (ipro)
Error preprocessing file "XXX.cpp":
Process exited with code: 1
Could not preprocess source file
These errors are noted in the Console output and are listed as Setup Problems in the reports. What could be causing these issues? Please keep in mind, we were not getting these errors prior to converting to v10.3. Thanks.
Comments
-
I'm having the same issue. Everything worked fine in C++Test 9.6. Now, in version 10.3.4, it acts like it doesn't see any of my include paths in the project files.
1 -
@CallMeRyanP @chelden , Our Support team will be in contact with you shortly.
1 -
I'm having the same issue. It's my first time with C++ Test and I don't know what else to do! It seems a path problem!
0 -
Hi, Any solution to this issue ?
1 -
Hi, Any solution to this issue ?
0 -
Hello,
I am using Parasoft C/C++ Tool with Version: 2022.2.0 (10.6.1.20221118B1963).
I am having same issue while c/c++ test.
Below is log message:
[ERROR] Code Analysis for XXX.cpp finished with code 1 (ipro)
Error preprocessing file "XXX.c":
Access is denied.
Could not preprocess source file.Kindly update the solution for this issue.
0 -
If you guys had this problem, try this:
1、check the compiler family, make sure you choose right one.
2、Make sure your compiler can run in the command line, if not. You have to config the full path of the compiler.0