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

How to build multiple libraries

I am working on a huge project which uses more than 400 Files. The bin-file is about 500k huge. While the comile runs you can have a cup of coffee easily!

To speed up the compilation significantly I am using lib-files. The problem at this point is, that there is no possibility to recompile ALL libraries at one time.

Does anybody know how to do this with uVision2?

Bye
Leo

Parents
  • You can create a batch file and run it in a msdos window, if you can understand the compiler and linker switch commands very well.
    I only have the c51, so I hope it can work with c166.
    Good luck!

Reply
  • You can create a batch file and run it in a msdos window, if you can understand the compiler and linker switch commands very well.
    I only have the c51, so I hope it can work with c166.
    Good luck!

Children