Skip to content
Snippets Groups Projects
Commit 0723903b authored by Théo Le Calvar's avatar Théo Le Calvar
Browse files

fix linker error in container

parent 8ae19999
Branches
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ SECTIONS
__e_load = .;
/* Beginning of the BSS section (global uninitialized data) */
.bss SIZEOF(.rodata) + ADDR(.rodata) +600 :
.bss SIZEOF(.rodata) + ADDR(.rodata) + 10000 :
{ *(.bss)
*(COMMON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment