Hello,
I have the C6472 EVM and I'm trying to compile and run the DSPBIOS example program (OOBDemo_bios6).
A few includes seem to be missing, but that's easy to fix. After that, I get the following linker message:
"/Program Files/Texas Instruments/ccsv4/emulation/boards/evm6472/ndk_2_1_0/packages/ti/ndk/lib/c64plus/os_bios6.lib<semaphore_bios6.o64p>_xdc_runtime_Error_getMsg_E"
Also, I have some unresolved external symbols, like cgiParseVars and ConsoleOpen.
What can I do to fix this? Has anyone here worked with this program?