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.
Tool/software:
Hello,
I brought this thread to the attention of the compiler experts. Please note that due to the holiday today, a response may not come until tomorrow.
Thanks
ki
is there a way to generate the data type of the variables in the map file ?
From the information in the map file alone, it is not possible to know the type of a variable. You can only know the address of a variable. To determine the type, you have to process the Dwarf debug information. That information is present in the binary executable file, but not the map file.
Thanks and regards,
-George