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.

Unresolved Symbol Error

Other Parts Discussed in Thread: CONTROLSUITE

Hi ,

I am using CCS V 5.5 and developing code for the F28069 ,

When i build my project I get the error shown below , 

  

after an extensive search i found out that F2806x_PieVect.c  needs to be added , but after adding the original error disappears and i,m left with about 92 errors , see below

Why does this happen , please let me know in clear and full detail how i should solve this .

Regards

Abhay

  • Hi Abhay,

    There seems to be some issue with project structure and include directories. First of all, I would like you to use the existing structure of any example code and try pasting your code in it. Let us know what you observe.

    Regards,

    Gautam

  • Hello Abhay,

    Definitely you still miss some files, for example: F2806x_DefaultIsr.c

    You can refer to ControSuite example to know what files at least needed for your project, for example: adc_soc that can be found in C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_examples_ccsv5\adc_soc

    Also don't forget to mention the include path in the project properties.

    If you get more error after referring to this example, please tell us again.

    Best regards,

    Maria

  • Hi Maria & Gautam ,

    I was indeed missing a few files but didnt know which and therefore was facing the errors 

    After including CodeStartBranch.asm  and DefaultIsr.c the code compiled without any errors

    Thanks for your prompt and excellent advise

    Regards

    Abhay

  • That's Great, Abhay!

    Goodluck & Regards,

    Gautam