fix: remove -lnosys option for debug linker scripts as it conflicts with RTT printf retarget
This commit is contained in:
parent
a48e944f0b
commit
3182f6036d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
GROUP(-lgcc -lc)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
GROUP(-lgcc -lc)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
GROUP(-lgcc -lc)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue