Hi,
I installed opencl intel fpga sdk 19.2 and after installation the hello world example seems to compile smoothly taking default board as Arria10GX. But when i try giving the emulator compilation, i get following error:
My Machine spec:
Xeon-16 cores,32 GB RAM and Ubuntu 18.04.
aoc -march=emulator -fast-emulator -v device/hello_world.cl -o bin/hello_world.aocx
Warning: Command has been deprecated. The Fast Emulator is the default emulator; use -legacy-emulator if you wish to target the Legacy Emulator.
Error: aoc: The Intel(R) Kernel Builder for OpenCL(TM) compiler (ioc64) can not be found
Any idea on how i can fix this.