Team,
A customer of mine is developing a SYS/BIOS application on Cortex A8 . The main project is using several libraries (subprojects). As SYS/BIOS is used, our XDC tools are used for all compiling the libraries as well. Recompiling the whole project with all libraries takes very very long. For all libraries a link is initiated (lnke8f), even if this would not be needed.
The customer found out that the link for the libraries is skipped if they use the "--generationOnly" option. It has to be added to the XDC expert settings. With this, the compile is much faster (few minutes vs. ~1 hour).
The customer now questions why this option is not selected as default when generating a library. Are there any negative effects that this option could bring?
Thanks,
Robert

