Build your SoC FPGA-specific OpenCLâ„¢
host application using the GCC cross-compiler available with the Linux version of the
SoC EDS.
-
At a command prompt, invoke the following command to set the
PATH environment variable:
export PATH=<path_to_SoCEDS_installation_dir>/ds-5/sw/gcc/bin:$PATH
-
Navigate to the
<local_path_to_exm_opencl_hello_world>/hello_world
directory.
-
Invoke the make -f
Makefile command. Alternatively, you can simply invoke the
make command.
The hello_world executable is in the
<local_path_to_exm_opencl_hello_world>/hello_world/bin
directory.