2019-10-17 04:07 AM
When I build my project it doesn't generate the .elf file in the debug directory. Because of this I can't debug the program. Does anyone know how I can fix this?
Thanks!
2019-10-17 04:55 AM
So either the linker didn't complete or wasn't run. Check for other output like .MAP file. Check build log. Check names and options passed to linker.