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.

CCS/CC2640: gmake: target all not remade because of error

Part Number: CC2640
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

Hi, 

I am working on the CSS v8 and facing the Error's, I tried a lot to solve it but, I didn't found any solution my side.

So, any help on solution towards the error are very helpful appreciable.

Here I am attaching Screen shot the CSS to give view of the Error that is generated:

  

Looking for the solution for above errors...

Thanks 

  • Hello,
    This is a common compiler error. It is saying that "UARTCC26XX_HWAttrsV1" is undefined. Make sure you have the header file which defines it properly included.

    Thanks
    ki
  • Hi @ki-Soo Lee,
    I have already added that header file.
    So, Is any other solution for these because I made for two - three time also cross checked as well.
    It will be great of yours if you can suggest some more solution towards these error.
    Looking for reply …


    Thanks
  • If you highlight "UARTCC26XX_HWAttrsV1" on line 133 of CC2650_LAUNCHXL.c and press "F3", does it automatically find/open UARTCC26XX.h in the editor and jump to line 483?

    Thanks
    ki