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
Keil has solved this issue. http://www.keil.com/support/docs/2505.htm
Thank you for your reply, I would think so too. After I make a change to my library, I load the project that uses the library, selct build target and it does not rebuild anything. I have to select Rebuild all target files for it to relink in the new library. Am I missing something? -Walt
Just adding the library to the list of project input files (along with the sources) should do it.
View all questions in Keil forum