Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe LINKER.EXE is from Microsoft Visual Studio. I read from the AOCL docs that it's used for emulation. If you only intend on running your kernels in the actual FPGA instead of emulating it on your PC, you don't need it.
I have a DE1-SoC too and I can compile the .cl files in the example projects using `aoc` even if I don't have visual studio. You can set environment variables permanently in Windows using these steps (see DE1-SOC_OpenCL_v02.pdf from the DE1-SOC resources page):- Open start menu, right click computer, select properties
- Select Advanced system settings -> Advanced tab -> Environment variables -> New user variable
- Type the name of the variable and its value, press ok/apply