Forum Discussion
Altera_Forum
Honored Contributor
11 years ago5 days ago I reply to arkadish123 and see page as in first attachment moder.jpg.
I save my text to recipe.txt (2nd attachment) and upload it now -- what if moderator is on leave? :) ...I download GPIO example from BO-link-page and don`t run in EDS 13.1 -- this Makefile uses toolchain arm-altera-eabi-*, what is appears in EDS 14.0, and after edit Makefile to use arm-none-eabi-* request new linker script:ld.exe: cannot open linker script file cycloneV-dk-ram-hosted.ld: No such file or directory If I find these file in C:\altera\14.0\embedded\host_tools\mentor\gnu\arm\baremetal\arm-altera-eabi\lib\ and copy to project folder, then another error: cycloneV-dk-ram-hosted.ld:262: undefined symbol `__cs3_reset_cycloneV_dk_ram' referenced in expression collect2: ld returned 1 exit status In short, in 13.* these examples not compatible, in all redme.txt-s writed "Note: This example was developed with and tested against SoC EDS 14.0b199.".