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.
Hello,
I am trying to build project using CCS Version: 6.1.2.00015 , while compiling I am encouraging follow error message:
Buildfile generation error occurred..
This project was created using a version of compiler that is not currently installed: GNU_4.8.4:Linaro [ARM]. Please go to CCS App Center to install the compiler of this version, or migrate the project to one of the available compiler versions by adjusting project properties.
Build stopped..
I was trying to search for answer e2e forums and I didnt get any luck, also if i go to project properties I dont have GNU Linaro 4.8.4[ARM] avalible.
can you please help.
Regards,
Iouri
Iouri Besperstov said:I am trying to build project using CCS Version: 6.1.2.00015 , while compiling I am encouraging follow error message:
The first thing to check is whether you have the ARM GCC compiler tools installed or not. If you go to the directory \ccsv6\tools\compiler within your CCS installation, do you see a folder named gcc-arm-none-eabi-4_8-2014q3? If you do not, then the compiler is not installed. In this case, you can re-run the CCS installer, point it to your existing CCS install directory, and select the ARM GCC compiler (if you expand the different processor families, you should see the list of compilers available under each). This should add that compiler to your installation and you should then be able to import and build projects.