Hello,
I'm currently testing the Segger linker and ran into a problem when "merge string constants" is enabled:
Gives the linker error:
assertion failure: section '.rodata.str.%m/%d/%y.merge' from - Linker created - is not mapped
Digging a little further (after disabling strftime()):
Also emits the same linker error.
does not.
I'm currently testing the Segger linker and ran into a problem when "merge string constants" is enabled:
Gives the linker error:
assertion failure: section '.rodata.str.%m/%d/%y.merge' from - Linker created - is not mapped
Digging a little further (after disabling strftime()):
Also emits the same linker error.
does not.