mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed STM32F7 linker script error with new gcc
parent
682873ea6d
commit
428a943c83
|
@ -17,6 +17,11 @@ SECTIONS
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
_end_text = .;
|
_end_text = .;
|
||||||
} > FLASH
|
} > FLASH
|
||||||
|
.edidx :
|
||||||
|
{
|
||||||
|
. = ALIGN(4);
|
||||||
|
*(.ARM.exidx*)
|
||||||
|
} > FLASH
|
||||||
|
|
||||||
_stored_data = .;
|
_stored_data = .;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue