Error from the tutorial of Generating and Compiling Cyclone V Preloader
Hi, I have an Error from the tutorial of Generating and Compiling Cyclone V Preloader.
the error message is here
------------------
C:\intelFPGA\18.0\embedded\host_tools\mentor\gnu\arm\baremetal\bin\arm-altera-eabi-ld.exe: cannot open map file u-boot-spl.map: Permission denied
Makefile:178: '/cygdrive/c/intelFPGA/18.0/embedded/examples/hardware/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga/spl/u-boot-spl' 타겟에 대한 명령이 실패했습니다
make[2]: *** [/cygdrive/c/intelFPGA/18.0/embedded/examples/hardware/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga/spl/u-boot-spl] 오류 1
make[2]: 디렉터리 '/cygdrive/c/intelFPGA/18.0/embedded/examples/hardware/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga/spl' 나감
Makefile:611: 'spl/u-boot-spl.bin' 타겟에 대한 명령이 실패했습니다
make[1]: *** [spl/u-boot-spl.bin] 오류 2
make[1]: 디렉터리 '/cygdrive/c/intelFPGA/18.0/embedded/examples/hardware/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga' 나감
make: *** [uboot-socfpga/spl/u-boot-spl.bin] Error 2
----------------------------
How can I fix this error?