Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

how to link against OpenVINO libraries

Altera_Forum
Honored Contributor II
1,249 Views

I will like to understand where are the OpenVINO link libraries that are linked with the user’s application when running make. 

I am compiling an OpenVINO application that uses external libraries, and I have to link OpenVINO libraries to this application (along with my other external libraries). 

I have looked at the makefile and makefile2 files within OpenVINO source, but I am not understanding how to tweak these files for my desired need.  

For this linking, I have also tried something like: 

g++ main.o -L /opt/intel/computer_vision_sdk/deployment_tools/inference_engine/lib/centos_7.4/intel64 

 

0 Kudos
0 Replies
Reply