Question
Added File to STM32CubeIde project; appears to compile, but doesn't
I added a c source file to an existing folder in my project and it shows in the project explorer.
When I build the project or build the individual file it appears to compile (in the console). But references to functions in the file come back as undefined. Also if I introduce deliberate errors in the source file; it compiles without errors.
What could be going on?