• #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...
  • uVision and gcc include path problem
    I have what I assume is the same problem that was discussed in http://www.keil.com/forum/docs/thread5803.asp . I installed Keil in c:\Program Files\Keil and building the blinky demo project gives:...
  • 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...
  • 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...