• compiler compile files twice
    hi, wierd problem, when compiling files one file is compiled twice. which throw later linker error becouse there are two indentical files. build output: *** Using Compiler 'V5.06 update 5...
  • 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...
  • Porblem in including header file in Keil
    I want to include header file in my project The header file contains all the declarations. Can i use text file for the same purpose.
  • Include a C header file in assembler
    There's a C header file, I want an assembly source file to include it and use the definitions. I tried this Realview's document: www.arm.com/.../1208.html But it can't help. The docuemnt said "When...
  • Including a 'c' header file in the STARTUP.A51 file
    Hi all, I have searched the forums high and low but still can't find a definitive answer. I'm hoping there are some gurus out there that can point me in the right direction. My question is: How...