This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debbugger Issue

Dear All,

I am using Keil Micro version 3 Licensed IDE. In that when I am trying for Debug in Simulation Mode. I am getting a POP message

Error: Could not Load File 'C:\...\..\..\filename' Debugger Aborted

Please let know what may the issue

Thanks & Regards,
E.SundarRajan

Parents Reply Children
  • Since the path is absolute but still have .. in it, we have to assume (yes, assumptions are bad) that he have edited the message and inserted .. (or ...) instead of real directory names.

    People are quite good at presenting edited error messages, after having edited away the important detail that actually explained the error.

  • have you got a file in the root of drive C called filename?

    for the uneducated posters here, the path is accepted by the operating system. it simply refers to the root. if you dont believe me {{{{ which of course you dont }}}} try opening a command line and typing>>>>>>

    dir C:\...\..\..
    

    see what you get?

    so the question is whether the guy has a file called filename in the root of drive C.