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

makefile

Hi,

newbie here looking for information on how to create a makefile (syntax, etc) to be used with make.exe that comes with C51 compiler to build the entire project.

Would apreciate any help/pointers.
Thanks in advance.

Parents
  • What version C51?
    There is no make.exe on the 09.2000 Keil CD, with C51 v6.03.

    Look in Chapter 12 of the "Getting Started with mVision2" manual (GS51.pdf) for how to get uVision to (re)build a Project direct from the Command Line.

    If you really want to use an external 3rd-party make, search the archives as there was a smilar question not so long ago.
    (and a 3rd-party make should, of course, come with its own instructions & support!)

Reply
  • What version C51?
    There is no make.exe on the 09.2000 Keil CD, with C51 v6.03.

    Look in Chapter 12 of the "Getting Started with mVision2" manual (GS51.pdf) for how to get uVision to (re)build a Project direct from the Command Line.

    If you really want to use an external 3rd-party make, search the archives as there was a smilar question not so long ago.
    (and a 3rd-party make should, of course, come with its own instructions & support!)

Children
No data