How do I see a C/C++ source file after preprocessing in STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-29 2:26 AM
I want to check if the preprocessing are correctly adding my function macros
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-29 6:27 AM
Use the "Preprocess only" checkbox. After that, the converted files will be in the build directory with a "*.o" extension.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-29 6:27 AM
Use the "Preprocess only" checkbox. After that, the converted files will be in the build directory with a "*.o" extension.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-30 1:15 AM
I checked the "Preprocess only" in all the places , and I open my Debug folder and sub directories ,I could not find the *.o extension. Am I doing it correctly?
EDIT: I found the main.o at last. It's in the sub directory users folder
