• Specifying the directory for object files
    Which directive should I use (in the command line) to change the output path for the object files. I want to move the objects files to a different directory (folder) so that my project directory...
  • makefile
    Hi I am not very familiar with "makefiles". I read that is a way to tell the compiler the order and organization of the files; I guess it is like creating a project in uvision, but i am not sure. Anyway...
  • makefile
    Hi, newbie here looking for info on creating a makefile (syntax, etc) to be used with the make.exe that comes with C51 compiler to build the entire project. Appreciate any help/pointers. Thanks...
  • 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...
  • External makefile
    Hi What's the preferd whay of setting up a keil project when I build using an external make utility to build my project, but I want to use uVision to edit files and debug my built system. I...