My host operation system is Linux. I check out the linker.cmd file and noticed the IPC lib is missing, so I'll be looking into that. I also noticed I'm getting the following error in Dsp.cfg:
Cannot read property "base" from null Dsp.cfg /dsp-messageq
which references:
var BIOS = xdc.useModule('ti.sysbios.BIOS'); BIOS.addUserStartupFunction('&IpcMgr_ipcStartup'); /* * ======== SYS/BIOS Configuration ======== */ if (Program.build.profile == "debug") { BIOS.libType = BIOS.LibType_Debug; } else { BIOS.libType = BIOS.LibType_Custom; }