• how to move depency files into a subdirectory
    uVision generates a depency file (e.g. "myTarget.dep"). This file is located in the root directory of the project. Is there any possibility to "move" these files into any subdirectory similar to the...
  • ways to include header files
    I created a project with uVision3 and added all the necessary header files into the file group 'Header' by using Project - Components, Environment, Books . By compiling this project I got many similar...
  • how to specify header files easily, like searching subdirectory
    Do we have to specify the header files' path which are located in different directories one by one directory ? Can I just specify the general directory ,and letting the mdk itself searching header files...
  • include file
    hello everyone, i am writing a program for c8051f020,in which i have 4 ".c" files: main c file,keyroutine file, general routines files,confguration file i separated bit addressable, data addressable...
  • "Include Dependencies" = slow compilation
    Hi, in the actual version of uVision2 it ist possible to "Include Dependencies". So you can see all *.h - files which are used by any c-source. When this option is active uVision needs an awful lot...