This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Type cannot open linker script file gcc_arm_flash.ld

Hi folks, I am struggling a little bit with Eclipse. I just followed this tutorial (embeddedsoftdev.blogspot.ca/.../eclipse.html), the project compiles fine, but sometimes, out of the blue I got strange errors, like this"

Type cannot open linker script file gcc_arm_flash.ld

I've checked the paths and everything seems to be OK as it was....

Parents
  • the file is in ARM/src of the development tree. It is being included by the gcc_nrf51_blank_xxaa.ld or gcc_nrf51_s110_xxaa.ld. There are paths defined in those ld files. If your project is located under different location, you can readjust the search path in it.

Reply
  • the file is in ARM/src of the development tree. It is being included by the gcc_nrf51_blank_xxaa.ld or gcc_nrf51_s110_xxaa.ld. There are paths defined in those ld files. If your project is located under different location, you can readjust the search path in it.

Children
Related