hello.
I am trying to 'SDRAM boot' from 'MIMXRT1020-EVK'.
I am following the contents of the link below.
(https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/I-MX-RT-How-to-booting-to-SDRAM/ta-p/1125054)
If you look at 'Step 4', MCUXpresso automatically creates a linker script.
However, the linker script is not automatically generated.
I am working on the same 'iled_blinky' project as the manual.
Why aren't the linker script folders and files created automatically?
If I need to create a linker script file myself, what should I name the file?
P.s. Manage linker script is checked
Solved! Go to Solution.
Hi,
Thanks for your reply.
1) Does the linker script file mentioned in that link mean the *.ld file created in the Debug or Release folder?
-- Yes.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) Why aren't the linker script folders and files created automatically?
-- Please check whether compile or build the project again after finishing the configuration's modification
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hello jeremyzhou.
Thank you for your reply.
-- Please check whether compile or build the project again after finishing the configuration's modification
→ Yes. I compiled after setup.
However, the 'linkerscripts' folder was not created.
Hi,
Thanks for your reply.
In the post (https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/I-MX-RT-How-to-booting-to-SDRAM/ta-p/1125054), the linker script means the linker file actually, and you can find them as the figure shows.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
Thanks for your reply.
1) Does the linker script file mentioned in that link mean the *.ld file created in the Debug or Release folder?
-- Yes.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
I don't understand.
When compiling other example projects, the linkerscripts folder is created, and linker script files (*.ld) are located in it.
However, the linkerscripts folder and '*.ld' files are not created in this project.
Does the linker script file mentioned in that link mean the *.ld file created in the Debug or Release folder?