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 ()