Hi,
On the C6472 multicore, I was able to include "bcache.h" in my C files and add "biosTCI6488.a64P" library and call BCACHE_wbInv and other functions easily.
Now, how can I do the same on the C6678 EVM? I tried doing something similar by adding "bcache.h" and adding "ti.bios.ae66" library. But I get the following compilation error:
undefined symbol:
ti_sysbios_family_c66_Cache_wbInv__E
first referenced in file
C:\Program Files\Texas Instruments\bios_6_32_04_49\packages\ti\bios\lib\release\ti.bios.ae66<bcache.oe66>
Do I have add any additional libraries to be able to link the code (and run) successfully?
Regards,
Krishna