Hi, I have a new install of FSP5.1 / e2s v2023-10 running on Windows 10 under Parallels on a Mac. This version of FSP/e2s works OK on Ubuntu but on Windows, on a working project, the linker cannot find fsp.ldThese are the steps I have followed
c:/program files (x86)/gnu arm embedded toolchain/10 2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file fsp.ld: No such file or directory
I have removed/re-installed the toolchain, deleted the fsp.ld and recreated it but it still fails at linking.
Does anybody have any suggestions on which setting / path etc needs updating in the project?
ChrisB,
Please submit a support ticket at: https://en-support.renesas.com/dashboard
You will need to login to your MyReneas Account, if you do not have an account you can create one: https://www.renesas.com/us/en/user/register
It was because the project was on the Mac drive ( because that already had an ssh key for Gitlab) but e2studio was running on Windows10 under Parallels. This means the workspace path was \\\MAC\\home\\e2_studio\\workspace. The compiler works on a relative path but the linker has an absolute path ie-L "\\\MAC\home\e2_studio\\workspace\\project/script"
If the project is moved to the Windows drive this makefile path becomes-L "C:\\Users\\chris\\e2_studio\\workspace\\project/script"and this worksHopefully this information will help any other users who have a similar setup
Hello ChrisB,
Thank you for sharing your solution with the community. I will mark your last reply as verified so other people will see this issue has been solved
Kind regards,
Sergey
If this response, or one provided by another user, answers your question, please verify the answer. Thank you!
Renesas Engineering Community Moderatorhttps://community.renesas.com/https://academy.renesas.com/https://en-support.renesas.com/knowledgeBase/