Skip to content

Commit 4bce0cc

Browse files
authored
Merge pull request #358 from JuergenLeber/repair-debug-build
fix: repair build with DEBUG=1 option
2 parents b1e0883 + 3182f60 commit 4bce0cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

linker/nrf52833_debug.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Linker script to configure memory regions. */
22

33
SEARCH_DIR(.)
4-
GROUP(-lgcc -lc -lnosys)
4+
GROUP(-lgcc -lc)
55

66
MEMORY
77
{

linker/nrf52840_debug.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Linker script to configure memory regions. */
22

33
SEARCH_DIR(.)
4-
GROUP(-lgcc -lc -lnosys)
4+
GROUP(-lgcc -lc)
55

66
MEMORY
77
{

linker/nrf52_debug.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Linker script to configure memory regions. */
22

33
SEARCH_DIR(.)
4-
GROUP(-lgcc -lc -lnosys)
4+
GROUP(-lgcc -lc)
55

66
MEMORY
77
{

0 commit comments

Comments
 (0)