• 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...
  • Remove standard include paths
    I want to use different implementation of standard library with armcc, so I need to remove standard include paths. I know that it's possibly with armclang with -nostdinc option. There is an option...
  • 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...
  • path to include files
    When I put #include <ctype.h> at the top of my source file, the compiler finds it. If I add #include <reg688.h>, I get error "can't open file 'reg688.h'". If change it to read #include <philips\reg688...