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.

Cannot build Syslink app coff format output

I can build elf format output ok however.  If I include coff output I get:

lholeva@UbuntuHost:~/r1397/8168/Code/r1397/DSP/DSPtasks$ xdc all

making package.mak (because of package.bld) ...

generating interfaces for package DSPtasks (because package/package.xdc.inc is older than package.xdc) ...

configuring platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx.x674 from package/cfg/platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx_x674.cfg ...

js: "/home/lholeva/ti-ezsdk_c6a816x-evm_5_00_00_56/syslink_02_00_00_56/ti/syslink/ipc/rtos/package.xs", line 96: Error: Library not found: ti.syslink.ipc.rtos.anull

gmake: *** [package/cfg/platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx_x674.xdl] Error 1

gmake: *** Deleting file `package/cfg/platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx_x674.xdl'

gmake: *** [package/cfg/platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx_x674.xdl] Deleting file `package/cfg/platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx_x674.h'

gmake: *** [package/cfg/platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx_x674.xdl] Deleting file `package/cfg/platforms_ti816x_dsp/whole_program_debug/DSPtasks_ti81xx_x674.c'

 Lee Holeva