Hello everyone,
(target C6678, CCS 5.5, BIOS 1.25, XDCTools 3.25)
I now use custom modules (for example : a specific Timestamp implementation)
but I build them directly with the command line xdc all.
Totally outside of Eclipse.
I also have a project application inside Eclipse that use the custom module.
What I would like to do is, inside Eclipse:
if the custom module was modified, rebuild it and then build the application.
else don't rebuild the custom module and simply build the app.
How can I do it ?
Thank you,
Clement