Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIf you are trying to use the example shipped with the Terasic SoC board, it is obviously not going to work on DE5-Net since the latter is not an SoC board. The example will, by default, compile the host code for ARM, while for DE5-Net you should compile the host code for a standard x86/x64 CPU.
Use the x64 version of the benchmark provided here: https://www.altera.com/support/support-resources/design-examples/design-software/opencl/vector-addition.html P.S. The error you are getting above is due to the necessary ARM cross-compiler not being available on your system. You should install the necessary packages if you want to cross-compile for ARM. You can easily find the package names by searching google for the missing file. Obviously, this is not needed if you are targeting the DE5-Net board.