Hello everybody, please help with following issue.
I tried test example from DSK 5510 (examples/bios/audio), for my DSP (dsk 5510).
- First CCS 3.3 convert .cdb to .tcf file.
- After that i add CSL library for linker( -l"$(Install_dir)\C5500\csl\lib\csl5510PG2_2X.lib" or any other library with 5510)
- Further i try to build project, but get linker error : <Linking> undefined symbol _TRC_query first referenced in file C:/CCStudio_v3.3/C550/dsk5510/lib/dsk5510bslx.lib
Linker don't know _TRC_query , but i don't know where i can find it, what library i have to add for linker or anything else? How resolve this issue. With CCS v2.1 out of the box example works fine.
Configuration: CCS 3.3, Integrated development 5.98.0.393, BIOS 5.31.03, Code Generation Tools v3.3.2