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);
|
||||
_end_text = .;
|
||||
} > FLASH
|
||||
.edidx :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
*(.ARM.exidx*)
|
||||
} > FLASH
|
||||
|
||||
_stored_data = .;
|
||||
|
||||
|
|
Loading…
Reference in New Issue