OPENVX on FPGA

I success to build and excute the OpenVX 1.0 Sample Code on my PC.

Now I’m trying to build it on Zedboard (CPU:Arm OS:Linaro Ubuntu).

I put the openvx_sample directory on the filesystem( on SD card ) and type “make” in the directory,like the picture.

And it say ***No TARGET_COMBOS remain! Nothing to make. Stop.

What is the problem?

Do my way is possible?
[ATTACH=CONFIG]88[/ATTACH]

Go to the Makefile and comment out the lines that say TARGET_COMBOS. These assign the different builds it can do which may not apply or work on an embedded board.

:cool::cool::cool: