This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Make File :

Hello ,

some one help.... What "make" utility does keil uses? Is it possible to edit the make file of a project???

Parents
  • 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.

Reply
  • 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.

Children