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.
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!)