On Sun, 08 Dec 2019 14:05:06 -0500, "Frank A. Cancio Bello" said: > I know that with gcc -E you can get the output of the preprocessor, but what > I have to do to get that output for every source code file in the Linux Lernel > as part of the compilation process? What problem are you trying to solve by doing that? There's probably a better and more efficient approach....