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.
Part Number: CCSTUDIO-C2000
Tool/software: Code Composer Studio
Hi,
I am new to CCS. I have installed TI CCS V9. I tried building "Hello world" Ansi C project and I am getting an error that "Program 'make' not found in the path"
make all
Cannot run program "make": Launching failed
Error: Program "make" not found in PATH
Thanks and Regards,
Satheesh
By looking at your screenshot, I can see that you did not create a CCS project. You created a standard Eclipse CDT project.
To create a new CCS project, go to 'Project -> New CCS Project'
Note that when getting started with CCS and a device, it is recommended to use existing examples from SW packages provided by TI. For C2000, please see:
http://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_getting-started.html#c2000
Thanks
ki
Thanks for the response. I could able to build the existing example without any error.
But is it not possible to build ANSI C (Eclipse CDT) project as mentioned earlier?
Thanks,
Satheesh
satheesh kumar raju said:But is it not possible to build ANSI C (Eclipse CDT) project as mentioned earlier?
CCS projects in general are ANSI C projects. It just is configured to use the CCS tool chain by default.
If you wish to work with pure Eclipse CDT projects, then please refer to the Eclipse CDT documentation:
Note that for C2000, it is highly recommended to stick to CCS projects using the TI tool chain.
Thanks
ki
Since you are new to CCS, I also suggest looking at the CCS beginner workshop for C2000 and also the examples in C2000Ware:
http://dev.ti.com/tirex/explore/node?node=ADXuYLVqzfdtPU1JFEH3hw__FUz-xrs__LATEST
http://dev.ti.com/tirex/explore/node?node=AL.a.macE.c7rSiGSB7klQ__gYkahfz__LATEST
Thanks
ki