Hi,
I try to create an image compression application using dsplink based on readwrite dsplink example from TI.
The C++ codec is using exceptions, I linked the rts64plus_eh.lib but I get this error when running application.
============= Sample Application : READWRITE ==========
Entered RDWR_Create ()
DSP-side configuration mismatch/failure
0 -> success
Positive value -> DSP-side failure code.
(Uint32) -1 -> DSP-side component was not initialized.
ProcId received : -1, Expected : 0
DRV configuration status [0xffffffff]
IPS configuration status [0xffffffff]
POOL configuration status [0xffffffff]
MPCS configuration status [0xffffffff]
MPLIST configuration status [0xffffffff]
MQT configuration status [0xffffffff]
RINGIO configuration status [0xffffffff]
PROC_start failed. Status: [0x80008052]
Leaving RDWR_Create ()
Create phase failed. Status: [0x80008052]
Entered RDWR_Delete ()
Assertion failed (IS_VALID_MSGQ (msgqQueue)). File : msgq.c Line : 478
MSGQ_release () failed. Status = [0x8000800b]
MSGQ_transportClose () failed. Status = [0x80008000]
Leaving RDWR_Delete ()
I'm using Ubuntu 10.4 and TI MAKE system to build sources using DSPLink, both for GPP and DSP
EVM : DM6467T
CCSv 4.1
DSPLink 1.64
DVSDK 3.1
C6000 7.0.1 compiler
Windows 7 pro 64 bits
Any help would be great
Thanks,
CC