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.
Hello,
At first I thought compiler's--preproc_only option was not working since the *.pp files were not being put in the build directory.
However, after doing a search of the project's directory, I found the *.pp files in the source directories.
Shouldn't the *.pp files be placed in the build directory?
Stephen
By default, a preprocessed file is placed in same directory as the corresponding source file. You can choose a different directory with the build option --pp_directory. When CCS initially configures your project, the option --pp_directory is not set.
Thanks and regards,
-George