As explained in the related question:
I used the --symbol_map option to override a library-function with our implementation, as it is stated in the manual: https://software-dl.ti.com/codegen/docs/tiarmclang/rel1_3_0_LTS/compiler_manual/linker_description/04_linker_options/symbol-management-options.html#mapping-of-symbols-symbol-map-option
"Symbol mapping allows a symbol reference to be resolved by a symbol with a different name. Symbol mapping allows functions to be overridden with alternate definitions. This feature can be used to patch in alternate implementations, which provide patches (bug fixes) or alternate functionality."
But this won't work. I also noticed that there is an open ticket at TI: https://sir.ext.ti.com/jira/browse/EXT_EP-10043
This also references to the exact same issue but the LTS-Version is different.
I tried passing the option directly as a command-line argument as well in the linker-script. It won't work. the map file does just not show our wanted mapped symbol but the original instead.
Best regards,
Felix.