Hi,
I am following mcuxpresso IDE user guide section 17.15.1 to relocate particular objects into RAM.
I added a linkscripts folder to my project and put 3 linker script templates in their as advised (main_text.ldt, main_rodata.ldt and main_data.ldt)
Clean project and build, but I get a linker error message that says "cannot find main_text.ldt", but the file is definitely there.
Is there some steps missing from the user guide? Or did I miss something else?
I took a look at the flash_component_nor example project and noticed that the files in the linkscripts folder for that have different names (bss.ldt and data.ldt) but the main_text.ldt is the same.
many thanks
-Nick