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.
I couldn't find the "ılk_proje" file in the "objects" folder. What can I do please help.
Thank you Westonsupermare Pier for your reply "Either the compile or link failed, or your script points to a file/directory that is incorrect."How do I solve either the compile or link failed?I'm new at keill.
Start with the build log, review that. Will usually flag a bunch of errors and warnings. Start with the first one as others may cascade from that.
sebo said:I'm new at keill
It's no different to how you'd do it any any other IDE.
If you're new, maybe start here: http://www2.keil.com/mdk5/learn
When you do a build, it will tell you whether it succeeded or failed.
If it failed, there will be a list of error (and, possibly, warning) messages. Those messages (aka "diagnostics") tell you what went wrong - so you need to fix those things.
https://www.keil.com/support/man/docs/uv4/uv4_ui_error_list.htm
Note that one problem early in the build will often cause a number - possibly a large number - of resulting errors later in the build; hence it's important to address the earliest diagnostic first.