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.

DSPlink samplle application error

I am trying to test the sample message application on the ompa3530 that Gumstix Overo uses. I bitbaked the x-loader, kernel image filesystem, CMEM module and dsplink module. Both modules load fine. The error I get pretains to PROC_load. Here it is:

 

Entered MESSAGE_Create ()

Assertion failed (fileHandle != NULL). File : /home/amir/oe/tmp/work/overo-angstrom-linux-gnueabi/ti-dsplink-1_1_64-r89h/dsplink_linux_1_64/dsplink/gpp/src/../../gpp/src/osal/kfile.c Line : 224

Assertion failed (IS_OBJECT_VALID (fileHandle, SIGN_KFILE)). File : /home/amir/oe/tmp/work/overo-angstrom-linux-gnueabi/ti-dsplink-1_1_64-r89h/dsplink_linux_1_64/dsplink/gpp/src/../../gpp/src/osal/kfile.c Line : 225

Assertion failed ((fileHandle != NULL) && (fileHandle->isOpen == TRUE)). File : /home/amir/oe/tmp/work/overo-angstrom-linux-gnueabi/ti-dsplink-1_1_64-r89h/dsplink_linux_1_64/dsplink/gpp/src/../../gpp/src/osal/kfile.c Line : 226

PROC_load () failed. Status = [0x80008009]

Leaving MESSAGE_Create ()

Entered MESSAGE_Delete ()

Assertion failed (IS_VALID_MSGQ (msgqQueue)). File : msgq.c Line : 478

MSGQ_release () failed. Status = [0x8000800b]

Leaving MESSAGE_Delete ()

Not sure if it is the assertion error or PROC_load or both.
Need help.
Thank You.