• Environment variable for source files path
    Hi, Is it possible please to set a source file path using an environment variable. example: $REPO$\project\test instead of C:\IDE\project\test (where REPO = C:\IDE Thanks and regards...
  • Path define
    Hello, Does anyone know if there is a way to set project path macro? For example when I use standard makefile I can quickly change library of all C files in project like this: #USED_SDK :=...
  • Relative project file paths
    Hi, With new uVision4 the file paths in project are not saved as they were entered, so there's no way to save relative paths because uVision4 automatically converts them to absolute. The problem is...
  • path for toolset undefined
    I am working on a Silicon Labroratories F340, and in my KEIL uVision3 I have found it in the "device database". I can make a project with this chip set. But when I compile the project, it showed error...
  • #include paths
    Im new to uvision and programming and im looking at a project that has some headers as, #include "..\..\..\swim\lpc_types.h" . How do i give it the correct path to the file?..how is "..\..\..\" supposed...