Altera_Forum
Honored Contributor
9 years agoInstalling OpenCL RTE on Cyclone V board
Hi there,
I am trying to install the OpenCL RTE version 16.1 on a Cyclone V board. However I realized that there is not a pre-compiled driver to be able to load during the initialization, as suggested on the documentation. I tried to compile the driver on my PC. For this, I downloaded the kernel files from here: https://github.com/altera-opensource/linux-socfpga and I modified the makefile with the following: KDIR ?= /cygdrive/c/data/linux-socfpga-master However, when I try to compile I get the following error: make: *** /cygdrive/c/data/linux-socfpga-master: No such file or directory. Stop make: *** [all] Error 2 Any suggestions on where can I find a pre-compiled version of the driver for RTE 16 or how could I get my current version to compile?