Hello, I have the following problem with the Keil compiler: when I want to debug my c code, then the following error messanges come up: Error: Could not load file D:\path......\Test.ELF Debugger aborted. what is the reason for this, and how can I solve this problem? thank you regards Samuel
"I can only debug in EVAL mode" Do you have the Evaluation version of the tools? Obviously, the Evaluation tools will only ever work in EVALuation mode!
I can only debug in EVAL mode....how can I switch to normal debug mode? Do I need a other version of Keil compiler?
refer to your Documentation for instructions on creating & building Projects. I suggest you start with an example Project...
Ok...I have clickt in menu Project->New Project. then I have a new project, but whrer are the *.C and *.h files?
You need to Build the Project! refer to your Documentation for instructions on creating & building Projects. I suggest you start with an example Project...
The path exists, but the file does not exist....how can I generate the file?
You titled your post, "Problems to compile code", and yet the question is about the Debugger. Does your code actually Compile and Link with no errors & warnings?
does the file D:\path......\Test.ELF exist?
View all questions in Keil forum