• Remove include path for C/C++ compiler
    Hello, I have one question. In my project I have to use my own library include files. So I don't want the compiler to search these files in default path (includes in keil installation directory). In...
  • #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...
  • PATH Variables in µVision for includes
    Hi everyone, at the moment I'm setting up a µVision Project for a working Firmware. Building my Firmware with Makefile is already working. I have an OS in a different directory and I already...
  • include path problems
    receiving the following error in MDK Lite 5.23 uvision5 for arm lpc1768 C:\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.3.0\RTE_Driver\UART_LPC17xx.c(75): error: #5: cannot open source input file "RTE_Device...
  • uVision & include path (newbie)
    Hi, I just downloaded the STM32F10x_StdPeriph_Lib_V3.3.0 from ST and want to include it in the uVisions include-path section. uVision have a 'stm32f10x.h' file associated and the entry point...