1) These are just hiccups I faced when installing the code composer (for example in, "Hands on with the Linux SDK"). The instruction to install the optional add-ons after installing CCS with sudo does not work; however if one installs the CCS without sudo but the drivers with sudo, the add-ons install fine. It seems the reason is that when installing CCS with sudo, the Eclipse project gets created, so that higher access privileges are required. However, when CCS is installed with normal user privileges, the Eclipse project does not have requirement of higher level privileges so the new add ons get installed.
2) Again related to access privileges is the step that tells you to "re-make" existing applications. These applications were originally "made" by user, "1001". Since the person downloading the SDK and installing it on his/her machine is not a member of the, "1001" group, Debug and other files cannot be opened on this existing folder.
I copied this folder to a new one, "myExistingApplications" and having ownership of this folder I had no problem in "re-making" these applications.
The reason for this post is that I want to confirm that I am not missing an important step; and if my observation is correct, this will save somebody else a few minutes of time.