Hi,
I am trying to link qmss_drv.c (to do some debugging) in my project. On building the project it gives the following error:
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>"
I also tried linking the same file to another project that is using the qmss library and it builds fine.
In both the cases the linker command that is generated is also the same.
Could someone please let me know if there is some other setting that I need to do so that the project builds.
Thanks,
Saurabh