• DS-5 ignores dependencies for assembly files.
    Currently, DS-5 automatically generates makefile dependency files (*.d files) for C source files. I would also like it do the same for assembly (*.s/.S) files. I've actually figured out how to make DS...
  • show include file dependencies
    Hello at all, where can I find in the µvision manual an explanation of the context menu command "show include file dependencies". Thanks for answers, Volker
  • Project File Dependancies
    In a Keil uVision IDE project it is possible to enter a list of source files that are to be compiled / assembled into a program. After a build is completed the IDE will display the various include file...
  • Library dependency
    I have a uv2 project that includes a custom library. Can I add a dependency to the project to automatically build when I change my library, and if so how? Thanks in advance, Walt
  • dependency list
    Is there a way that I can a print a list of all files, including dependency files that are used in a build?