I just installed the Code Composer Studio and StellarisWare environments from the EKS-LM3S3748 Evaluation Kit. I am unable to compile or use the StellarisWare projects due to a broken path somewhere.
I installed CCS v4.1.3.00034 to D:\CL\Stellaris
I installed StellarisWare to D:\CL\Stellaris\StellarisWare
My CCS workspace is set to D:\Src\Home\nLited\Dev\Prj
I have a previous installation of CCS for MSP430, installed to D:\CL\MSP430\CodeComposer.
I am able to run and use the new CCS installation.
I imported the StellarisWare libs and examples (copy to workspace *not* checked) and the projects are listed in the C/C++ Projects tab correctly.
However, whenever I try to open *any* source file, ie Hello/Hello.c, CCS complains "Resource /hello does not exist."
It appears the project path is not being set correctly:
This is after a fresh installation from the EKS-LM3S3748 DVD. I have not modified anything, other than importing the projects into my workspace.
How do I correct this?