re-compile .S files, if a #define has changed in a .h header file, which is included by '#include' in the .S file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-05 05:19 AM
I'm using .c and .S (for assembler) files in my project. I also using '#include' in the .S files as the GNU compiler pre-process the .c files same as .S files. If I change a #define in a C header file, wich is included in a .S file, the affected .S file is not re-compiled. It worked in my previous IDE 'CooCox', but not in STM32CubeIDE. What do I need to change in the options?
Labels:
- Labels:
-
STM32CubeIDE
0 REPLIES 0