Part Number: TMS570LC4357
Tool/software: TI C/C++ Compiler
Hello all,
I am using ARM compiler for a TMS570LC43 with CCS7 environment.
I need ti know (for debugging purpose) addresses of all global variable (this is easy with map) but also, adresses of members for all global structure.
For GCC compilers, we are using "readelf" utility, giving global object adresses and their types, in order to calculate members adresses. Is there something equivalent in ARL environment.
Thanks for help
Alain