I have a project that is built using a make file. This results in a .elf file being generated. This elf file runs and debugs using Eclipse/GDB (although its a horrible debug experience hence why I want to use SES)
I'm trying to debug the .elf using SES but no matter what I try, I get "No executable to debug".
I ended up with this setting >>>> Option->Code->build->Executable File name->$(ProjectDir)/Mydebugfile.elf
I'm using SES version V7.10a
Any ideas on what else I need to do to get this to work?
I'm trying to debug the .elf using SES but no matter what I try, I get "No executable to debug".
I ended up with this setting >>>> Option->Code->build->Executable File name->$(ProjectDir)/Mydebugfile.elf
I'm using SES version V7.10a
Any ideas on what else I need to do to get this to work?