Skip to content

Commit 428a943

Browse files
committed
Fixed STM32F7 linker script error with new gcc
1 parent 682873e commit 428a943

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-app/ARM-stm32f7.ld

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ SECTIONS
1717
. = ALIGN(4);
1818
_end_text = .;
1919
} > FLASH
20+
.edidx :
21+
{
22+
. = ALIGN(4);
23+
*(.ARM.exidx*)
24+
} > FLASH
2025

2126
_stored_data = .;
2227

0 commit comments

Comments
 (0)