hello
I'm trying to build the Codec Engine_3_22_01_06 examples as detailed in the "Build/Run Instructions for Codec Engine Examples" document. The build for examples/codecs and examples/extensions is successful. when I run the app on DM8147, I get the following error message:
root@dm814x-evm:/opt/app# ./app_remote.xv5T
[t=0x000029c4] [tid=0x400d9000] ti.sdo.xdcruntime.linux.ThreadSupport: ERROR: line 241: E_POSIX_Error: a POSIX function returned failure, errno is 0
ti.sdo.xdcruntime.linux.ThreadSupport: line 241: E_POSIX_Error: a POSIX function returned failure, errno is 0
xdc.runtime.Error.raise: terminating execution
when I exported CE_DEBUG=3
the error msg is
[t=0x000530ee] [tid=0x40061000] ti.sdo.ce.osal.Global: [+E] Global_atexit> Enter (fxn=0x26a8c)
[t=0x00053174] [tid=0x40061000] ti.sdo.ce.osal.Global: [+E] Global_atexit> Enter (fxn=0x2366c)
[t=0x00053208] [tid=0x40061000] ti.sdo.ce.ipc.Processor: [+2] Processor_init> SysLink_setup()...
[t=0x000558a2] [tid=0x40061000] ti.sdo.ce.ipc.Processor: [+2] Processor_init> ... SysLink_setup() done
[t=0x00055970] [tid=0x40061000] ti.sdo.xdcruntime.linux.ThreadSupport: ERROR: line 241: E_POSIX_Error: a POSIX function returned failure, errno is 0
ti.sdo.xdcruntime.linux.ThreadSupport: line 241: E_POSIX_Error: a POSIX function returned failure, errno is 0
xdc.runtime.Error.raise: terminating execution
can anyone give me some help? thanks!