We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
does the file D:\path......\Test.ELF exist?
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?
The path exists, but the file does not exist....how can I generate the file?
You need to Build the Project! 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?
refer to your Documentation for instructions on creating & building Projects. I suggest you start with an example Project...
I can only debug in EVAL mode....how can I switch to normal debug mode? Do I need a other version of Keil compiler?
"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!