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
Is there a space in the path? Is there such a file at the path specified?
Look at that message. Really, thoroughly look at it. Might there be something wrong with it. Do you really name any file "filename"? And is there, maybe, something else wrong with that path?
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.