Hi
I have a sample NDK project which builds and runs successfully with MCSDK 2.0.3.15.
But same thing when I am compiling and running with MCSDK 2.0.7.19 and all other corresponding packages, I am getting following QMSS error.
[C66XX_0] Error: Inserting memory region 0, Error code : -129
[C66XX_0] Failed to initialize the QMSS subsystem
[C66XX_0]
[C66XX_0] 0:48 0:96 0:128 0:256
[C66XX_0] 0:512 0:1536 0:3072
[C66XX_0] (0/0 mmAlloc: 0/0/0, mmBulk: 0/0/0)
[C66XX_0]
Please let me know what can be the issue here.
Also it looks the error is coming from qmss_drv.c -->Qmss_insertMemoryRegion with error code QMSS_INVALID_PARAM.
So how can I debug runtime with this file by putting breakpoint. If I include this file in my project I get following redefinition error.
<Linking>
error: symbol "qmssGObj" redefined: first defined in "./qmss_drv.obj";
redefined in
"D:\TICCS\pdk_C6670_1_0_0_19\packages\ti\drv\qmss\lib\ti.drv.qmss.ae66<qmss_
drv.oe66>"
error: symbol "qmssLObj" redefined: first defined in "./qmss_drv.obj";
redefined in
"D:\TICCS\pdk_C6670_1_0_0_19\packages\ti\drv\qmss\lib\ti.drv.qmss.ae66<qmss_
drv.oe66>"
...................................................
There must be another way to debug this issue.Please advise the same.
regards
Soumya