fusee-secondary: don't create 3GiB output files :)
This commit is contained in:
@@ -105,6 +105,7 @@ SECTIONS
|
|||||||
.chainloader :
|
.chainloader :
|
||||||
{
|
{
|
||||||
. = ALIGN(32);
|
. = ALIGN(32);
|
||||||
|
PROVIDE (__chainloader_start = .);
|
||||||
KEEP(*(.chainloader.text.start))
|
KEEP(*(.chainloader.text.start))
|
||||||
build/chainloader.o(.text*)
|
build/chainloader.o(.text*)
|
||||||
build/chainloader.o(.rodata*)
|
build/chainloader.o(.rodata*)
|
||||||
@@ -112,7 +113,8 @@ SECTIONS
|
|||||||
. = ALIGN(8);
|
. = ALIGN(8);
|
||||||
build/chainloader.o(.bss*)
|
build/chainloader.o(.bss*)
|
||||||
. = ALIGN(32);
|
. = ALIGN(32);
|
||||||
} >low_iram
|
PROVIDE (__chainloader_end = .);
|
||||||
|
} >low_iram AT>main
|
||||||
|
|
||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user