Skip to content

Instantly share code, notes, and snippets.

Created October 16, 2014 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b3f4a8c0728590d8a07c to your computer and use it in GitHub Desktop.
Save anonymous/b3f4a8c0728590d8a07c to your computer and use it in GitHub Desktop.
Linking CXX shared library libADM_vf_colorYuv.so
/usr/lib/libc_nonshared.a(stack_chk_fail_local.oS): In function `__stack_chk_fail_local':
(.text+0x10): undefined reference to `__stack_chk_fail'
collect2: error: ld returned 1 exit status
ADM_videoFilters6/colorYUV/CMakeFiles/ADM_vf_colorYuv.dir/build.make:113: recipe for target 'ADM_videoFilters6/colorYUV/libADM_vf_colorYuv.so' failed
make[2]: *** [ADM_videoFilters6/colorYUV/libADM_vf_colorYuv.so] Error 1
CMakeFiles/Makefile2:4108: recipe for target 'ADM_videoFilters6/colorYUV/CMakeFiles/ADM_vf_colorYuv.dir/all' failed
make[1]: *** [ADM_videoFilters6/colorYUV/CMakeFiles/ADM_vf_colorYuv.dir/all] Error 2
Makefile:120: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment