• How to specify a relative directory in makefile
    How to specify a relative directory in makefile . My c51 compiler version is 5.10. Whether the directive"INCDIR" could be used in makefile? what format for it? Thanks for any help in advance!
  • No such file or directory
    Note: This was originally posted on 17th May 2013 at http://forums.arm.com Hello, While using DS5 to build my project, I get the following error: fatal error: xyz.h: No such file or directory I know that...
  • Default Code Memory Fill Into Object Files (all code memory specified)
    I would like to know if there is a way to specify a default fill value for all code memory (flash) not used by the linker, i.e., where there are "GAPS" there should be a specified fill value. I would...
  • Arranging File Groups in Directories
    Hi, I'm a newbie to 8051 Keil's IDE. I would like to arrange several file groups, which have mutual meaning, under a sub-directory. This sub-directory will then be included directly under the project...
  • Specifying startup file
    When I compile a project using the ide the startup file (START_AD.A51) is swhown by default in the project explorer pane and included with my project. However when I compile using a makefile and driving...