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/TMS570LC4357: TMS570LC4357

Part Number: TMS570LC4357

Tool/software: TI C/C++ Compiler

Hi,

I am using CCS Version 8.2.0. For one of the function, I tried to use the below symbol map in CCS GUI tool/editor

--symbol_map='Function_5=Function_1'

This symbol mapping is worked in CCS editor/GUI workspace(i.e. Function5 is invoked wherever the function 'Function_1' is called in the source code).

I converted this option in Makefile rule and used 'omake' command to build the source code. Build is created however, the symbol mapping is not done in the build.

I cross verified build map file from CCS GUI tool/Editor created one with 'omake' command created map file. Symbol mapping is not done on the build, which is created created by omake command.

But, symbol mapping is done on the build, which is created from CCS GUI tool(workspace)/editor.

Please help me how to resolve the symbol mapping issue when the build is created from command line using 'omake' command which uses make rule as input file and it compiles & creates the executable

for TI ARM compiler suite.

Please provide your quick response. We procured the licensed tools and debugger from TI.

Thanks and Regards,

N. Patchaiappan