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

External makefile

Hi

What's the preferd whay of setting up a keil project when I build using an
external make utility to build my project, but I want to use uVision to edit files
and debug my built system.

I can load my build elf-file using an ini-file, but I cant run my external make in an
easy way.

Summary, what I want:

  • make using external tool and external makefile (i don't whant to use built-in maker to make development builds use same make file as automated release scripts)
  • run external make (build/rebuild/clean) from within uVision
  • start debug and debug from within uVision
  • edit files from within uVision

Regards, Jon Jensen