Generate the preprocessor output of gcc
Posted: Tue Jul 02, 2024 4:25 pm
Hello,
how can I see the output of preprocessor using idf.py? To be more precise, I would like to see the output of the command.
Thanks and regards
how can I see the output of preprocessor using idf.py? To be more precise, I would like to see the output of the command
Code: Select all
gcc -E hello.c
Thanks and regards