• 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...
  • #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...