mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add _bss_end for gccollect
This commit is contained in:
parent
7630a9be74
commit
a2f0ee04f8
@ -119,6 +119,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
_ebss = .; /* define a global symbol at bss end */
|
||||
__bss_end__ = _ebss;
|
||||
_bss_end = _ebss; /* for gccollect */
|
||||
} >CCM
|
||||
|
||||
._heap :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user