Browse Source

mindpx-v2:Ensure _ebss will be 4 byte aligned

sbg
David Sidrane 7 years ago committed by Lorenz Meier
parent
commit
9879bea611
  1. 1
      nuttx-configs/mindpx-v2/scripts/ld.script

1
nuttx-configs/mindpx-v2/scripts/ld.script

@ -139,6 +139,7 @@ SECTIONS @@ -139,6 +139,7 @@ SECTIONS
*(.bss .bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
} > sram

Loading…
Cancel
Save