-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error: VX/vx.h: No such file or directory #include <VX/vx.h> #36
Comments
refer this |
i followed this Use the Build.py script to build and install OpenVX 1.3 Build and run the conformance: export OPENVX_DIR=$(pwd)/install/Linux/x32/Debug |
Looking at your post export OPENVX_DIR=$(pwd)/install/Linux/x32/Debug I guess, you are trying a 32bit build. Read the Build.py comments and enable needed flags. |
So do i need to do build command again from the beginning ?? I tried with your command :- python Build.py --os=Linux --venum --conf=Debug --conf_vision --enh_vision --conf_nn --arch=32 |
Delete everything and start afresh, following the build instructions carefully. And still you are stuck, post all the command sequence you have used starting form git clone --recursive. |
I followed this tutorial:- https://www.raspberrypi.org/blog/openvx-api-for-raspberry-pi/ |
That blog post is the same as in Not sure about your error. Start afresh and see . |
@SijinJohn, let us know if this issue is resolved for you. The missing header file errors are due to missing submodules. Use the recursive clone flag to fix this. |
not resolved CmakeLists.txt is in OpenVX-sample-impl not inside build-cts |
@SijinJohn follow instructions below, see the Travis build log for more information. Build OpenVX 1.3 on Raspberry Pi
|
@kiritigowda |
/home/pi/OpenVX/OpenVX-sample-impl/cts/test_engine/test_utils.h:21:10: fatal error: VX/vx.h: No such file or directory
#include <VX/vx.h>
^~~~~~~~~
compilation terminated.
i am getting this error on Raspberry pi 3.
The text was updated successfully, but these errors were encountered: