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.
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.
uVision does not require a hand make make file. However if you want to use the tools in command line mode with a make file then try:- Managing Projects with MAKE, A. Oram & S Talbott. Pub. O'Reilly 0-937175-90-0
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!)