• Header files not found error
    Cannot open Source input file "inc/hw_type.h" no such file or directory Instead of including this file. Also let me know where i have to set a path in keil for header files so that compiler will...
  • include file not found
    I have just installed an evaluation copy of UV5. I opened an existing project (which previously compiled without errors. Now when I build I get the error " Cannot open Reg932.H " In the "Manage Project...
  • header/source ... problem linking compilation
    Hi everyone, I want to program nucleo F091RC using STM32f0xx standard peripheral libraries. I included all the .h and .c files in my project and when I try to build my project, the only one error i...
  • ways to include header files
    I created a project with uVision3 and added all the necessary header files into the file group 'Header' by using Project - Components, Environment, Books . By compiling this project I got many similar...
  • include c header in assembly
    Hello, I use a startup file which implements a configuration wizard. In this wizar 2 parameters (stack_size and Heap_size) are defined. But I want to define a variable in a header file and use that...