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.

NDK 2.00 + DSP/BIOS v6

Is there any way to use NDK 2.00 libs with the DSP/BIOS v6 full instrumentation?

I had a try to simply link NDK libs to my project (CCSv4+DSP/BIOS 6.21.00.13) and got linker errors:

unresolved symbol _CLK_getltime, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/hal/hal_timer_bios.lib<lltimer.o64P>
unresolved symbol _ECM_disableEvent, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/os.lib<intmgmt.o64P>
unresolved symbol _ECM_dispatchPlug, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/os.lib<intmgmt.o64P>
unresolved symbol _ECM_enableEvent, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/os.lib<intmgmt.o64P>
unresolved symbol _HOOK_getenv, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/os.lib<task.o64P>
unresolved symbol _HOOK_setenv, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/os.lib<task.o64P>
unresolved symbol _HWI_eventMap, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/os.lib<intmgmt.o64P>
unresolved symbol _KNL_curtask, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/netctrl.lib<netctrl.o64P>
unresolved symbol _SEM_delete, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/netctrl.lib<netctrl.o64P>
unresolved symbol _SEM_pend, first referenced in F:/TI/NDK_2.0.0/ti/ndk/lib/C64plus/netctrl.lib<netctrl.o64P>