Trunk Recorder Rpi compile errors

Status
Not open for further replies.

KE0CRW

Member
Joined
Jun 22, 2015
Messages
11
Reaction score
0
Location
Minnesota
I'm following the instructions on the trunk recorder site to the letter. I'm getting compile errors at 90% completion. Any suggestions for help?

Rpi 3B+, Linux RPI3 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux

[ 90%] Linking CXX executable trunk-recorder

/usr/bin/ld: warning: libboost_chrono.so.1.71.0, needed by /usr/lib/gcc/arm-linux-gnueabihf/10/../../../arm-linux-gnueabihf/libuhd.so, may conflict with libboost_chrono.so.1.74.0

/usr/bin/ld: warning: libboost_filesystem.so.1.71.0, needed by /usr/lib/gcc/arm-linux-gnueabihf/10/../../../arm-linux-gnueabihf/libuhd.so, may conflict with libboost_filesystem.so.1.74.0

/usr/bin/ld: warning: libboost_regex.so.1.71.0, needed by /usr/lib/gcc/arm-linux-gnueabihf/10/../../../arm-linux-gnueabihf/libuhd.so, may conflict with libboost_regex.so.1.74.0

/usr/bin/ld: warning: libboost_thread.so.1.71.0, needed by /usr/lib/gcc/arm-linux-gnueabihf/10/../../../arm-linux-gnueabihf/libuhd.so, may conflict with libboost_thread.so.1.74.0

/usr/bin/ld: warning: libboost_thread.so.1.67.0, needed by /usr/local/lib/libgnuradio-osmosdr.so, may conflict with libboost_thread.so.1.74.0

/usr/bin/ld: warning: libboost_chrono.so.1.67.0, needed by /usr/local/lib/libgnuradio-osmosdr.so, may conflict with libboost_chrono.so.1.74.0

/usr/bin/ld: warning: libgnuradio-runtime.so.3.7.13, needed by /usr/local/lib/libgnuradio-osmosdr.so, may conflict with libgnuradio-runtime.so.3.8.2

/usr/bin/ld: warning: libgnuradio-pmt.so.3.7.13, needed by /usr/local/lib/libgnuradio-osmosdr.so, may conflict with libgnuradio-pmt.so.3.8.2

/usr/bin/ld: warning: libgnuradio-blocks.so.3.7.13, needed by /usr/local/lib/libgnuradio-osmosdr.so, not found (try using -rpath or -rpath-link)

/usr/bin/ld: warning: libgnuradio-fcd.so.3.7.13, needed by /usr/local/lib/libgnuradio-osmosdr.so, not found (try using -rpath or -rpath-link)

/usr/bin/ld: warning: libboost_program_options.so.1.67.0, needed by /usr/lib/arm-linux-gnueabihf/libgnuradio-runtime.so.3.7.13, may conflict with libboost_program_options.so.1.74.0

/usr/bin/ld: warning: libboost_filesystem.so.1.67.0, needed by /usr/lib/arm-linux-gnueabihf/libgnuradio-runtime.so.3.7.13, may conflict with libboost_filesystem.so.1.74.0

/usr/bin/ld: warning: libboost_regex.so.1.67.0, needed by /usr/lib/arm-linux-gnueabihf/libgnuradio-runtime.so.3.7.13, may conflict with libboost_regex.so.1.74.0

/usr/bin/ld: /usr/local/lib/libgnuradio-osmosdr.so: undefined reference to `gr::fcd::source_c::make(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'

/usr/bin/ld: /usr/local/lib/libgnuradio-osmosdr.so: undefined reference to `gr::blocks::file_source::make(unsigned int, char const*, bool)'

collect2: error: ld returned 1 exit status

make[2]: *** [CMakeFiles/trunk-recorder.dir/build.make:135: trunk-recorder] Error 1

make[1]: *** [CMakeFiles/Makefile2:288: CMakeFiles/trunk-recorder.dir/all] Error 2

make: *** [Makefile:149: all] Error 2
 
Status
Not open for further replies.
Top