IDE not generating .elf file, Program file does not exist
I have a project that compiles with no errors, but when I try to debug I get an error:
"Program Filed does not exist"
With details:
Program file does not exist
C:\HDRlowerMicro\HDRlowerMicro\Debug\HDRlowerMicro.elf not found
C:\HDRlowerMicro\HDRlowerMicro\Debug\HDRlowerMicro.elf not found
C:\HDRlowerMicro\HDRlowerMicro\Debug\HDRlowerMicro.elf not found
When I check the directory there is no .elf files being created. I tried cleaning the project and playing with the debugger settings, but no luck. How do I tell the IDE to generate a .elf file or check where it is being saved?
