Forum Discussion
Update 2023/5/12 v2
Now I'm doing two tests
1. Run Example FPGA using GCC with error:
process_begin: CreateProcess(NULL, cp C:\intelFPGA\20.1\embedded/ip/altera/hps/altera_hps/hwlib ., ...) failed.
Maybe the reason is no permission to copy from C:\
Or duel to some environment issue.
I started the ARMDS with SOCEDS in WSL2 Ubuntu 18.04 LTS , but it still saied it cant find SOCEDS_DEST_ROOT. So I pointed the SOCEDS_DEST_ROOT to SOCEDS_ROOTDIR.
2. Run Example FPGA using ARMCC with error:
D:\board\cyclone_V_soc\intel-socfpga-hwlib\tools\newlib\usr\arm-eabi/include\sys/_types.h:167:5: error: unknown type name 'wint_t'
wint_t __wch;
^
1 error generated.
I ran it with Armclang (arm compiler 6) since I didnt have the access on 5 with a little changes on makefile. All went well except for this error.
Do you guys have any solutions?
Update 2023/5/12 v3
While doing example of cp .sof, there is no cycloneV GHRD under SOCEDS /hardware file. Only A10 GHRD ones.
For real, have you ever planned to update the SOC?