Browse Source

px4io-v2:Ensure _ebss will be 4 byte aligned

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

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

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

Loading…
Cancel
Save