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.
Tool/software: Code Composer Studio
I am trying to use ADC on CC3200. For this, I am using ADC example code but the ADC example code is not getting build properly, it shows the following errors:
1) Description Resource Path Location Type
#10010 errors encountered during linking; "adc.out" not built ADC C/C++ Problem
and giving a warning about ARM compiler
"this project was created using a version of the compiler that is not currently installed: 5.1.6 [ARM]."
I tried to install updated software for ARM compiler, but still, it is showing the same result.