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.

Compiler/TMDSEVM6678: Can I use nm MinGw tool to look after unresolved symboles?

Part Number: TMDSEVM6678
Other Parts Discussed in Thread: FFTLIB

Tool/software: TI C/C++ Compiler

hi All,

I am trying to compile an fftlib unit test example as discussed earlier here. But unfortunately I still have problem linking the example. Below, you can find list of unresolved symbols which I have no clue which libraries define them...

undefined                                   first referenced                                                                                                        
  symbol                                         in file                                                                                                             
 ---------                                   ----------------                                                                                                        
 ti_sdo_fc_edmamgr_edma3GblConfigParams      C:/ti/framework_components_3_40_02_07/packages/ti/sdo/fc/edmamgr/lib/debug/edmamgr.ae66<edmamgr.oe66>                   
 ti_sdo_fc_edmamgr_edma3RegionConfig         C:/ti/framework_components_3_40_02_07/packages/ti/sdo/fc/edmamgr/lib/debug/edmamgr.ae66<edmamgr.oe66>                   
 ti_sdo_fc_edmamgr_region2Instance           C:/ti/framework_components_3_40_02_07/packages/ti/sdo/fc/edmamgr/lib/debug/edmamgr.ae66<edmamgr.oe66>                   
 xdc_runtime_knl_GateProcess_Params__init__S C:/ti/framework_components_3_40_02_07/packages/ti/sdo/fc/utils/osalsupport/lib/debug/osal_support.ae66<OsalSupport.oe66>
 xdc_runtime_knl_GateProcess_create          C:/ti/framework_components_3_40_02_07/packages/ti/sdo/fc/utils/osalsupport/lib/debug/osal_support.ae66<OsalSupport.oe66>
 

I am wondering if I can search all the ae66 libraries in the c:\ti folder and look for any definition of those symbols. In other words, can I use MinGW nm utility to list all the defined symbols in all the ae66 libraries and look for undefined symbols I need?

Please let me know if you can any clue or better idea to achieve this task.

Any comment is valuable and much appreciate it.

Mike