I want to relocate some functions of the libc (e.g., https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html) to a ROM
(instead of using expensive flash memory).
I’ve tried to relocate libc code to another address by using a linker script. But it is not what I expected; the ROM code is not constant.
New contributor
Sviatoslav Babenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.