-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
I am compiling M33 targets in GCC.
Binary is OK, but
map file analysing is failing, it gives RAM and FLASH size to 0:
Total Static RAM memory (data + bss): 0(+0) bytes
Total Flash memory (text + data): 0(+0) bytes
map.html file is also empty
Note also that long name makes also some warnings:
.tfm_bl2_shared_data
0x30010000 0x400 load address 0x0c03e200
.TFM_SECURE_STACK
0x30011800 0x2000 load address 0x0c03e200
.TFM_UNPRIV_SCRATCH
0x30013800 0x400 load address 0x0c03e200
Unknown object name found in GCC map file: load address 0x0c03e200
Unknown object name found in GCC map file: load address 0x0c03e200
Unknown object name found in GCC map file: load address 0x0c03e200
Issue request type
[ ] Question
[ ] Enhancement
[x] Bug