Part Number: AM3358
Tool/software: Code Composer Studio
I am trying to build a C++ application in CCS7 and the build come back with an error unable to find G++ and GCC. How do I resolve this issue? Do I need to create a make file?
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: AM3358
Tool/software: Code Composer Studio
I am trying to build a C++ application in CCS7 and the build come back with an error unable to find G++ and GCC. How do I resolve this issue? Do I need to create a make file?
Did you create a new CCS project using the New Project wizard? And which compiler did you set it to use? For AM335x devices, you can choose either the TI ARM compiler or GCC compiler that we include with CCS.
Rather than starting from scratch a better option would be to start with the Processor SDK which supports both Linux and TI-RTOS. There are examples included within the SDK package which would be a good starting point to build upon, especially since the project/tools environment would already be set up when you begin with one of the examples.