This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Install issue with CCS v5.1

I installed the Linux version of CCSv5.1 (Build CCS5.1.0.07001_linux) from a command line in my user account.  When I tried to build my project from within the eclipse system, I got a permission error when the make system tried to access /opt/ti/xdctools_3_22_02_27/xs.  

Upon investigation, it seems that all of the files in the xdctools_3_22_02_07 directory and its subdirectories do not have execute permissions.  I had to chmod -R oug+x xdctools_3_22_02_27  to get the build to work.