Fixed STM32F7 linker script error with new gcc

pull/470/head
Daniele Lacamera 2024-07-18 10:40:20 +02:00
parent 682873ea6d
commit 428a943c83
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ SECTIONS
. = ALIGN(4);
_end_text = .;
} > FLASH
.edidx :
{
. = ALIGN(4);
*(.ARM.exidx*)
} > FLASH
_stored_data = .;