CODECOMPOSER: CCS V12 not finding definition

Part Number: CODECOMPOSER

Tool/software:

Hi

I'm using CCS V12.

i have imported project rfEchoTx in propriety_rf from SDK 8.3.& renamed it to rrfEchoTx.

similarly I imported the same named project from SDK 6.20

when i click on a type/symbol in a source file eg 'rfc_dataEntryGeneral_t' and then press F3 i expect CCS to bring up the file & location containing its definition/declaration.

i find that this is what happens with the project from sdk 6.20 but not wth the project from sdk 8.3 (i get  "could not find symbol 'rfc_dataEntryGeneral_t' in index".)

and i also note that i get this issue with the SDK symbols of the other RF_Propriety projects imported from SDK 8.3

This is (i assume) due to something in the project properties either not being set or not being included.

i have tried to compare various elements in the 2 project properties but dont see whats missing/wrong in the 8.3 ver.

Where should i direct my focus?

thanks in advance

  • Hi, 

    Thanks for your query.

    Please provide more details on the above. Which SDK are you using? Is it processor SDK or MCU+SDK?

    Which device are you using?

    Regards,

    Tushar

  • Hi Tushar

    thanks for your prompt response.

    i found a solution..But i'm NOT sure if its the WHOLE solution.

    What i did was go to project properties|c/c++General|Paths and Symbols|Symbols then added symbol "DeviceFamily_CC13X2".

    i noticed that that auto added it in CCS build|Arm compiler|Predefined symbols. then rebuilt the project.

    What i also noticed was that if i 1st added the symbol in CCS build|Arm compiler|Predefined symbols. and then rebuilt the project - that did not work even tho it auto added the symbol to c/c++General|Paths and Symbols|Symbols.

    to answer your questions: devices are cc1352 & cc1312. SDK is simplelink_cc13xx_cc26xx_sdk_8_30_01_01
    i dont understand your question - "Is it processor SDK or MCU+SDK".

    regards

    moshe

  • Hi Moshe,

    Are you getting build errors/warnings?

    Cheers,

    Marie H

  • Hi Marie

    My 'solution' appears to be the answer...all is well...no errors/warnings.

    cheers

    moshe