No executable file specified error

Sysprogs forums Forums VisualGDB No executable file specified error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13364
    karlis77
    Participant

    Hi.

    I was making my embedded project just as always but with different MCU. And this time when I tried to upload the project to MCU I got this error:

    No executable file specified.
    Use the “file” or “exec-file” command.
    Cannot resolve the address of _estack. Skipping stack pointer validity check.

    Can anyone help me to solve this, please?

     

    #13366
    support
    Keymaster

    Hi,

    Looks like the project has not been built. Please ensure you build it before starting debugging.

    • This reply was modified 6 years, 3 months ago by support.
    #13368
    karlis77
    Participant

    It was built. Anyway I made a new project and everything works now. I do not know what was the cause of this. Maybe it has something to do with directory.

    #13369
    support
    Keymaster

    Hi,

    Yes, it could have been something caused by the project path. If you encounter this again, please try switching GDB Session to “All GDB interaction” and check the gdb messages about loading symbols.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.