Created
July 22, 2012 17:47
-
-
Save yalla/3160485 to your computer and use it in GitHub Desktop.
gnuradio compile errors during gr-uhd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scanning dependencies of target _uhd_swig | |
[ 89%] Building CXX object gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o | |
Linking CXX shared module _uhd_swig.so | |
Undefined symbols for architecture x86_64: | |
"uhd::get_version_string()", referenced from: | |
__wrap_get_version_string in uhd_swigPYTHON_wrap.cxx.o | |
get_version_string() in uhd_swigPYTHON_wrap.cxx.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[2]: *** [gr-uhd/swig/_uhd_swig.so] Error 1 | |
make[1]: *** [gr-uhd/swig/CMakeFiles/_uhd_swig.dir/all] Error 2 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment