We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8d2fa6 + c730c63 commit cb6300eCopy full SHA for cb6300e
hal/targets/cmsis/TARGET_Freescale/TARGET_K64F/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld
@@ -202,7 +202,7 @@ SECTIONS
202
KEEP(*(.jcr*))
203
. = ALIGN(4);
204
__data_end__ = .; /* define a global symbol at data end */
205
- } > m_data
+ } > m_data_2
206
207
__DATA_END = __DATA_ROM + (__data_end__ - __data_start__);
208
text_end = ORIGIN(m_text) + LENGTH(m_text);
@@ -225,7 +225,7 @@ SECTIONS
225
226
__bss_end__ = .;
227
__END_BSS = .;
228
229
230
.heap :
231
{
0 commit comments