Loading...
 
Skip to main content

System Workbench for STM32


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 ?

I deleted the elf file and rebuilt everything and than there was a compile error ????
It looks like the make didn't work properly.

Whilst trying verious things i also noticed that the 'Clean' hangs.