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
Code: Select all
gcc -E hello.c
Code: Select all
set_target_properties(${COMPONENT_LIB} PROPERTIES COMPILE_FLAGS "-save-temps=obj")
Users browsing this forum: Google [Bot] and 103 guests