Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- You are compiling your host code against the wrong OpenCL SDK; the host code is trying to run the OpenCL kernel on your CPU (CL_DEVICE_NAME = Intel(R) Core(TM) i7-6800K CPU @ 3.40), rather than your FPGA. --- Quote End --- Thanks for the response. I compiled helloworld example as per readme file. aoc -march=emulator device/hello_world.cl -o bin/hello_world.aocx -board=a10gx and ran host code by using "bin/host". Did I missed any device/target setting??