when i copied the spi_fujitsu_fram example to my project folder on c drive, i am getting this error "zephyr/linker.cmd:70 cannot move location counter backwards (from 0000c23c to 0000c200)" and not able to know the reason. Please help me out.
when i copied the spi_fujitsu_fram example to my project folder on c drive, i am getting this error "zephyr/linker.cmd:70 cannot move location counter backwards (from 0000c23c to 0000c200)" and not able to know the reason. Please help me out.
Hi,
This error message is usually due to space restrictions:
https://github.com/ARMmbed/mbed-os/issues/2467
Could you try to re-import the project (with a new build folder) to see if the problem still exists?
when i copied the spi_fujitsu_fram example to my project folder on c drive
Have you changed the ncs version? ie. from ncs v1.2.x to 1.3.x? Or did this issue just suddenly pop up?
Kind regards,
Håkon
Hi,
This error message is usually due to space restrictions:
https://github.com/ARMmbed/mbed-os/issues/2467
Could you try to re-import the project (with a new build folder) to see if the problem still exists?
when i copied the spi_fujitsu_fram example to my project folder on c drive
Have you changed the ncs version? ie. from ncs v1.2.x to 1.3.x? Or did this issue just suddenly pop up?
Kind regards,
Håkon