-
Notifications
You must be signed in to change notification settings - Fork 191
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
There's some errors when i make the project #19
Comments
Hi. https://gitlab.kitware.com/cmake/cmake/commit/16589bf46f71a342ff88ac4566b5ed1ee106b33f |
Hi, thank you for your reply! /home/pc/libSGM/sample/zed/zed_demo.cpp: In function ‘int main(int, char**)’: I have already installed the ZED sdk downloaded from web "https://www.stereolabs.com/".Looking forward to your reply, thank you! |
I'm sorry for replying late. |
When i make the project, there's some error, as follow:
Linking CXX executable stereo_test
../../src/libsgm.so: undefined reference to
nppiFilterMedianGetBufferSize_16u_C1R' ../../src/libsgm.so: undefined reference to
nppiFilterMedian_16u_C1R'collect2: error: ld returned 1 exit status
sample/image/CMakeFiles/stereo_test.dir/build.make:107: recipe for target 'sample/image/stereo_test' failed
make[2]: *** [sample/image/stereo_test] Error 1
CMakeFiles/Makefile2:140: recipe for target 'sample/image/CMakeFiles/stereo_test.dir/all' failed
make[1]: *** [sample/image/CMakeFiles/stereo_test.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
My environment is ubuntu 16.04, cuda 9.1, thank you!
The text was updated successfully, but these errors were encountered: