Skip to content

Instantly share code, notes, and snippets.

@marcusmueller
Created November 21, 2015 00:35
Show Gist options
  • Save marcusmueller/97ddc26be422d8e04d3e to your computer and use it in GitHub Desktop.
Save marcusmueller/97ddc26be422d8e04d3e to your computer and use it in GitHub Desktop.
cmake ..; make
marcus@workhorse  ~/src/NextNav/timed_transceivers/build   master  cmake ..  ✓  10097  01:34:28
-- The C compiler identification is GNU 5.1.1
-- The CXX compiler identification is GNU 5.1.1
-- Check for working C compiler: /usr/lib64/ccache/cc
-- Check for working C compiler: /usr/lib64/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.57.0
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- thread
-- regex
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Found UHD: /home/marcus/.usrlocal/lib64/libuhd.so (Required is at least version "3.8.3")
-- Linking against shared UHD library.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/marcus/src/NextNav/timed_transceivers/build
marcus@workhorse  ~/src/NextNav/timed_transceivers/build   master  make  ✓  10098  01:34:32
Scanning dependencies of target timed_rx
[ 16%] Building CXX object CMakeFiles/timed_rx.dir/timed_rx.cpp.o
[ 33%] Building CXX object CMakeFiles/timed_rx.dir/common.cpp.o
[ 50%] Building CXX object CMakeFiles/timed_rx.dir/thread_safe_io.cpp.o
Linking CXX executable timed_rx
[ 50%] Built target timed_rx
Scanning dependencies of target timed_tx
[ 66%] Building CXX object CMakeFiles/timed_tx.dir/timed_tx.cpp.o
[ 83%] Building CXX object CMakeFiles/timed_tx.dir/common.cpp.o
[100%] Building CXX object CMakeFiles/timed_tx.dir/thread_safe_io.cpp.o
Linking CXX executable timed_tx
[100%] Built target timed_tx
marcus@workhorse  ~/src/NextNav/timed_transceivers/build   master ?   ✓  1009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment