This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

Parents
  • Not sure I am clear...
    I have a standard makefile built with external tool.
    I want to create a project in uVision, include all sources I need, and point to that makefile in order to configure the following:
    1. Macro definition.
    2. Files to compile.
    3. include path.

    Preferabely, I thought of providing a makefile as the only entry point, in which the IDE will know which source files are needed based on that makefile.

Reply
  • Not sure I am clear...
    I have a standard makefile built with external tool.
    I want to create a project in uVision, include all sources I need, and point to that makefile in order to configure the following:
    1. Macro definition.
    2. Files to compile.
    3. include path.

    Preferabely, I thought of providing a makefile as the only entry point, in which the IDE will know which source files are needed based on that makefile.

Children