This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 SES: Issue during linking *.elf doesn't exist

Hello All,

I am using SES on BMD340 controller with FreeRTOS project.

After few modification in the code, I am facing *.elf doesn't exist during linking stage. There are no other clues which helps in identifying the issue facing. Below are the logs attached for reference.

Looking for some hints or suggestions.

  • That's not the error - that's simply telling you that it's trying to do the link because the ELF wasn't already there.

    You need to look earlier in the output to see if there were any compilation errors, and later to see if there were any Linker errors.

    You can copy & paste that complete output as text - rather than just a screenshot of part of it..

Related