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.

Compiler/ARM-CGT: Using --preproc_only creates unnecessary newlines

Part Number: ARM-CGT

Tool/software: TI C/C++ Compiler

When compiling with --preproc_only the output file adds a large amout of unnecessary newlines which makes it very hard to read.

I checked some files, I get typically something lik this: Removing the newlines in the pp file reduces the the number of lines from e.g., 11122 to 1122, therefore round about factor 10.

I know, this is what the compiler finally gets for compiling and thats the purpose of this, nevertheless it would be nice, to get human-readable version of that: Is there an option to tell the preprocessor to remove these unnecessary newlines?