Guest
#1921926
Hi,
Is there a way to get more information of struct members name, address
and size in the MAP-file? Today I only get the struct variable name and
its address.
typedef struct
{
u16_t member1;
u16_t member2;
} test_t;
extern volatile test_t test_parameters;
mapfile today
"COMMON 0x2000032c 0x?? C:\parameters.o
0x2000032c test_parameters
0x200003?? . = ALIGN (0x4)
0x200003?? _ebss = .
0x200003?? PROVIDE (end, _ebss)
0x200003?? PROVIDE (_end, _ebss)"
I'm using Ride 7 and GCC.
Best regards
Mattias