Problem Debugging : elf file format not recognised
I have just started with STM32L476-DISCO and System Workbench and have written some code to evaluate FREERTOS. All was good for first 2 days. Yesterday I changed some code and now although the code compiles I cannot debug it. I get the following messages:-
Error in final launch sequence
Failed to execute MI command:
symbol-file C:\Users\patm\workspace\FirstProject\Debug\FirstProject.elf
Error message from debugger back end:
`C:\Users\patm\workspace\FirstProject\Debug\FirstProject.elf’: can’t read symbols: File format not recognized.
`C:\Users\patm\workspace\FirstProject\Debug\FirstProject.elf’: can’t read symbols: File format not recognized.
Has anyone had this error? Any ideas ?