- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am zero knowledge in C++, OpenVino, RPi. In this post, I'm not sure that I fix it correctly or
So, This is the error when run
----------------
/
/
^~
In file i
from /h
/usr/include/c++/8/bits
/usr/include/c++/8/bits/vector.t
ve
^~~
/usr/include/c+
/usr/include/c++/8/bits/
_M_realloc_insert(end(), std::forward<_Args>(__args)...);
^~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [end2end_video_analytics/end2end_video
make[1]: *** [CMakeFiles/Makefile2:556: end2end_video_analytics/end2end_video
make: *** [Makefile:130: all] Error 2
Error on or near line 71; exiting wi
----------------
I found that in another exmaple is using InferenceEngineException as InferenceEngineException&. So, I just change the end2end_video_a
From
catch (InferenceEngineException ex) {
to
ca
After changed, i got successful compiled. with below warning
---------------------------------------
In file included
from /opt/intel/openvino/inference_engine/samples/end2
from /opt/intel/openvino/inference_engine/samples/end2end_
/usr/inclu
/usr/include/c++/8/
vector<_Tp, _Alloc
/u
/usr/includ
_M_realloc_insert(end(), std::forward<_Args>(__args)...);
^~~~~~~~~~~~~~~~~
-----------------------------------------------------
I just leave the information here in case someone m
gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
Raspbian GNU/Linux 10
cmake version 3.13.4
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear scalopus,
did you run setupvars.sh first ?
Please report back here.
If you ran setupvars.sh from your terminal, and then executed the end2end_video_analytics sample from that terminal (this is essential since proper environment variables need to be set), then you should not have to modify your code in any way to get things to compile.
Are you sure that you're carefully following every step outlined in Install OpenVino on Rasp PI Doc ?
Please report back on this forum.
Thanks !
Shubha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Yes, already run the
Note that the guideline is "These steps apply to 32-bit Raspbian* 9 OS (Stretch), which is an official OS for Raspberry Pi* boards."
But I have run on the latest raspbian 10 which based on Debian 10 which just release for just a day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear scalopus,
Got it. I see.
The following information is key:
But I have run on the latest raspbian 10 which based on Debian 10 which just release for just a day.
We have not validated on raspbian 10. Hopefully someone in the community can help you ? Meanwhile I will submit a feature request to support raspbian 10.
Thanks,
Shubha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank for submitting the feature request. I don't need special support for this topic. Just throw the information here in case that someone may experience the same issue and find the way out.
I think the workaround that I post here should be ok enough as the variable use nowhere in the code block.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page