@@ -32,8 +32,12 @@ SECTIONS
.bss : {
. = ALIGN(4);
_bss_start = .;
*(.bss* COMMON)
_bss_end = .;
} > RAM
. = ALIGN(8);
_end = .;
_image_size = SIZEOF(.text);
}
The note is not visible to the blocked user.