• Build a project from a makefile
    Hi, I am looking for a way to build a project from a makefile with Keil uVision4. Is there any way (simple the better)? Thx
  • Before Build makefile errors
    Hello All, I have been trying to integrate Unity Testing Framework into Keil version 5, naturally I faced a lot of issues and errors and was able to solve a lot of them, now I am facing an error...
  • DS-5 How to create makefiles
    In the process of updating our build tool to work with DS-5.  I am able to use the DS-5 generated make files to compile and link using the ARM tools.  Assuming I start in a clean directory structure will...
  • why the same 'word' can't do the same 'job'?
    On AT89S52 platform .T0 interrupt_routine like following: void Timer0(void) interrupt TF0_VECTOR { static unsigned char data cF=0; static unsigned char data c=0, cC= 0; T0RC = -(SYSCLK/1000/12)...
  • makefile
    Hi, newbie here looking for information on how to create a makefile (syntax, etc) to be used with make.exe that comes with C51 compiler to build the entire project. Would apreciate any help/pointers...