Giter Site home page Giter Site logo

nivratti / opencv-static-build-cpp--docker-compose Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 33.45 MB

Statically building opencv to avoid any external dependency on production system to run generated binary file

Dockerfile 18.86% CMake 23.50% Makefile 44.56% C++ 13.09%
docker opencv opencv-docker static static-build opencv-static-docker

opencv-static-build-cpp--docker-compose's Introduction

Opencv static build with cpp demo inside docker-compose

statically building opencv to avoid any external dependency on production system to run generated binary file

1. Docker compose build and run useful commands:

sudo docker compose build
sudo docker compose up

After running docker container, you can coonect it via bash from other terminal window.

sudo docker compose exec opencv bash

2. Building and testing demo - you can change dir inside docker to:

cd /workspace/opencv-dnn-demo/build/
cmake .. && make -j $nproc
./main

opencv-static-build-cpp--docker-compose's People

Contributors

nivratti avatar

Watchers

 avatar

opencv-static-build-cpp--docker-compose's Issues

undefined reference to `pthread_mutexattr_init'

root@7617aa05521b:/workspace/opencv-dnn-demo/build# make -j4
[ 50%] Building CXX object CMakeFiles/main.dir/main_executable.cpp.o
[100%] Linking CXX executable main
/usr/local/lib/libopencv_core.a(filesystem.cpp.o): In function `cv::plugin::impl::DynamicLib::libraryLoad(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
filesystem.cpp:(.text._ZN2cv6plugin4impl10DynamicLib11libraryLoadERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x34): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/local/lib/opencv4/3rdparty/libittnotify.a(ittnotify_static.c.o): In function `__itt_domain_create_init_3_0':
ittnotify_static.c:(.text.__itt_domain_create_init_3_0+0x5b): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_domain_create_init_3_0+0x68): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_domain_create_init_3_0+0x75): undefined reference to `pthread_mutexattr_destroy'
ittnotify_static.c:(.text.__itt_domain_create_init_3_0+0x280): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_domain_create_init_3_0+0x291): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_domain_create_init_3_0+0x2b0): undefined reference to `pthread_mutexattr_destroy'
/usr/local/lib/opencv4/3rdparty/libittnotify.a(ittnotify_static.c.o): In function `__itt_string_handle_create_init_3_0':
ittnotify_static.c:(.text.__itt_string_handle_create_init_3_0+0x5b): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_string_handle_create_init_3_0+0x68): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_string_handle_create_init_3_0+0x75): undefined reference to `pthread_mutexattr_destroy'
ittnotify_static.c:(.text.__itt_string_handle_create_init_3_0+0x269): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_string_handle_create_init_3_0+0x27a): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_string_handle_create_init_3_0+0x299): undefined reference to `pthread_mutexattr_destroy'
/usr/local/lib/opencv4/3rdparty/libittnotify.a(ittnotify_static.c.o): In function `__itt_counter_create_init_3_0':
ittnotify_static.c:(.text.__itt_counter_create_init_3_0+0x60): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_counter_create_init_3_0+0x6d): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_counter_create_init_3_0+0x7a): undefined reference to `pthread_mutexattr_destroy'
ittnotify_static.c:(.text.__itt_counter_create_init_3_0+0x2b8): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_counter_create_init_3_0+0x2c9): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_counter_create_init_3_0+0x2e8): undefined reference to `pthread_mutexattr_destroy'
/usr/local/lib/opencv4/3rdparty/libittnotify.a(ittnotify_static.c.o): In function `__itt_counter_create_typed_init_3_0':
ittnotify_static.c:(.text.__itt_counter_create_typed_init_3_0+0x65): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_counter_create_typed_init_3_0+0x72): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_counter_create_typed_init_3_0+0x7f): undefined reference to `pthread_mutexattr_destroy'
ittnotify_static.c:(.text.__itt_counter_create_typed_init_3_0+0x2b8): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_counter_create_typed_init_3_0+0x2c9): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_counter_create_typed_init_3_0+0x2e8): undefined reference to `pthread_mutexattr_destroy'
/usr/local/lib/opencv4/3rdparty/libittnotify.a(ittnotify_static.c.o): In function `__itt_fini_ittlib':
ittnotify_static.c:(.text.__itt_fini_ittlib+0x5b): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_fini_ittlib+0x68): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_fini_ittlib+0x75): undefined reference to `pthread_mutexattr_destroy'
ittnotify_static.c:(.text.__itt_fini_ittlib+0x151): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_fini_ittlib+0x177): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_fini_ittlib+0x1c0): undefined reference to `pthread_mutexattr_destroy'
/usr/local/lib/opencv4/3rdparty/libittnotify.a(ittnotify_static.c.o): In function `__itt_init_ittlib':
ittnotify_static.c:(.text.__itt_init_ittlib+0x68): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_init_ittlib+0x75): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_init_ittlib+0x82): undefined reference to `pthread_mutexattr_destroy'
ittnotify_static.c:(.text.__itt_init_ittlib+0x371): undefined reference to `pthread_mutexattr_init'
ittnotify_static.c:(.text.__itt_init_ittlib+0x397): undefined reference to `pthread_mutexattr_settype'
ittnotify_static.c:(.text.__itt_init_ittlib+0x3e0): undefined reference to `pthread_mutexattr_destroy'
/usr/local/lib/opencv4/3rdparty/libippiw.a(iw_own.c.o): In function `ownTlsStorage_Init':
iw_own.c:(.text.ownTlsStorage_Init+0x4f): undefined reference to `pthread_mutexattr_init'
iw_own.c:(.text.ownTlsStorage_Init+0x64): undefined reference to `pthread_mutexattr_settype'
iw_own.c:(.text.ownTlsStorage_Init+0x8b): undefined reference to `pthread_mutexattr_destroy'
iw_own.c:(.text.ownTlsStorage_Init+0x234): undefined reference to `pthread_mutexattr_destroy'
collect2: error: ld returned 1 exit status
CMakeFiles/main.dir/build.make:115: recipe for target 'main' failed
make[2]: *** [main] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/main.dir/all' failed
make[1]: *** [CMakeFiles/main.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.