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

uVision - setting dependencies to libraries

Hi,

I am trying to setup a uVision project to create dependencies on linked libraries. My goal is to get the project to recompile and link when a library source file changes, (similar to what happens when a source file in the project changes).

My approach was to setup a multi-project workspace with the libraries as sub projects in the multi-project workspace. All good and well. Everything compile and link, but I don't know how to setup this dependency. I searched the forums, but with no luck.

This is such a basic IDE requirement that I can not believe it can not be done. I must just not be clever enough to see how.

Anyone got some advice?