Browse Source

Fixed alignment issue.

sbg
James Goppert 10 years ago committed by Lorenz Meier
parent
commit
36ae7c129d
  1. 2
      nuttx-configs/px4io-v2/scripts/ld.script

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

@ -72,7 +72,6 @@ SECTIONS @@ -72,7 +72,6 @@ SECTIONS
*(.gcc_except_table)
*(.gnu.linkonce.r.*)
_etext = ABSOLUTE(.);
/*
* This is a hack to make the newlib libm __errno() call
* use the NuttX get_errno_ptr() function.
@ -109,6 +108,7 @@ SECTIONS @@ -109,6 +108,7 @@ SECTIONS
*(.gnu.linkonce.d.*)
CONSTRUCTORS
_edata = ABSOLUTE(.);
. = ALIGN(4);
} > sram AT > flash
.bss : {

Loading…
Cancel
Save