Hello,
I am trying to implement the SSE-500 example system following the recipe provided in IP CG070, but encountered an error message during the 'linking target' process when the script was building one of the testbench. I would like to ask how the error is produced and how can I fix it. Here is the error message:
/home/.../arm/arm-gnu-toolchain-12.2.mpacbti-rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld: /home/.../SSE500/WORKSPACE/sse500_example.canvas/sse500_example/logical/testbench/sw_lib/apps/scat/default_example.ld:41 cannot move location counter backwards (from 00015bc0 to 0000ffff)collect2: error: ld returned 1 exit statusmake[2]: *** [build/test.elf] Error 1
Thank you in advance for looking into it.