How to avoid "unresolved symbol ATM_inci".I have added atm.h file.
Thanks!
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.
How to avoid "unresolved symbol ATM_inci".I have added atm.h file.
Thanks!
The error message indicates that you are using DSP/BIOS 5 or you converted an existing DSP/BIOS 5 Tconf script to use it with SYS/BIOS 6. Which of these is the case?
If you are using a converted Tconf script, can you attach it to your post?
Have you go through the BIOS_Legacy_App_Note.pdf that came with your SYSBIOS installation?
See Chapter 2 - Converting Your Configuration
I think you are missing at the top of your configuration file:
xdc.loadPackage('ti.bios.tconf');
Judah