• How to create a makefile, which will do the same job as Keil build.
    I'm working on STM32f0xx (CM0), and using keil to build the project and getting hex file. I want to write a makefile which will do the exact same job.
  • How to create a makefile, which will do the same job as Keil build.
    I'm working on STM32f0xx (CM0), and using keil to build the project and getting hex file. I want to write a makefile which will do the exact same job.
  • How to specify a relative directory in makefile
    How to specify a relative directory in makefile . My c51 compiler version is 5.10. Whether the directive"INCDIR" could be used in makefile? what format for it? Thanks for any help in advance!
  • How to specify a relative directory in makefile
    How to specify a relative directory in makefile . My c51 compiler version is 5.10. Whether the directive"INCDIR" could be used in makefile? what format for it? Thanks for any help in advance!
  • makefile
    Hi I am not very familiar with "makefiles". I read that is a way to tell the compiler the order and organization of the files; I guess it is like creating a project in uvision, but i am not sure. Anyway...