In my ducati source, there are some .pp files. I'd like to know what those files are?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
In my ducati source, there are some .pp files. I'd like to know what those files are?
Thanks.
.pp files are the intermediate output from the compiler that is generated if a certain compile flag is enabled in the Makefile. For the compile flag --preproc or similar, refer to the compiler manual for details..
You should find in the docs folder of the compiler (CG Tools) installation path.