|
Re: xdc -j4 [message #769294 is a reply to message #769260] |
Wed, 21 December 2011 18:43   |
Sasha Slijepcevic Messages: 115 Registered: July 2009 |
Senior Member |
|
|
Brad,
we had a problem before, where we used to build packages for multiple targets for the "whole_program" profile, using the -j option. There were some temporary files that had the same name for different targets, and we couldn't change the names of these files. Since then, the "whole_program" profile was deprecated, and I guess that ti.sdo packages were never built with it.
So, that particular problem might not be relevant anymore, but there could be others. That said, I use the -j option whenever I can and when there are race conditions, the symptoms are easy to recognize. Some generated files are incomplete, and then tools (Java and C compilers) that consume such files would mark them as invalid.
As for people complaining about build times, I remember such complaints from users building single applications and such users wouldn't benefit from the -j option. If there are similar complaints from users who build multiple packages, we could tell them about -j. The natural place for that would be in the docs for the xdc command. Is there any other document you would suggest?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02289 seconds