I couldn't find the "ılk_proje" file in the "objects" folder. What can I do please help.
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.
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.
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.
You can't download a project that hasn't built properly.
Either the compile or link failed, or your script points to a file/directory that is incorrect.
View all questions in Keil forum