Tool/software: Code Composer Studio
Hello,
Using CCS 8.1.
I have placed the tools and products we are using under GIT source control.
When configuring CCS to search fro the products in the repository folder, it find the products but when trying to install it issues an error:
"An Error Occurred While Collecting Items To Be Installed"
this happens both for the XDC and sysBios.
When trying to install from another local location it succeeded.
The difference when comparing the folders appears to be with line ending difference.
Git modifies line-endings only for files considered as text - why would such change on these kind of files cause an installation error?
Can you help explaining the problem - what is the root cause, how to solve it and if possible what would be the recommended git configuration that will allow proper commit and checkout of the product tools.
Thanks
Guy