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 ,
some one help.... What "make" utility does keil uses? Is it possible to edit the make file of a project???
"What 'make' utility does keil uses?"
None - it is all done by uVision itself.
"Is it possible to edit the make file of a project?"
As there isn't one, you can't edit it!
You have to control it via the dialogues and options in the GUI:
http://www.keil.com/support/man/docs/uv3/uv3_creating_apps.htm
Or get your own, external make system...
As Andy points out, there is no make file per sec but time/date stamps and dependances are directly supported. You can create and use your own linker control files if you desire. I don't know why you want to create additonal work but you can go to: Options for Target -> BLMISC tab and select "use linker control file". You can then browse, create and edit your own version of the linker control file.
Neither do I!
Yet again, if only the OP would state what he's actually trying to achieve with this, then people might be able to suggest appropriate ways to reach that goal...
uVision 3 creates a batch file for the makefile system. > "options for target"->"Output" > _check_ the box "Create batch file"
You can then edit the batch file or use as-is to build the project without opening uVision-3
But note that the batch file does no checking of timestamps, dependencies, etc - it's just a "Build All"
Thank u for ur support.. To port the project to another compiler, i have raised the former one.