Re: [USRP-users] Compiling UHD Error

2020-07-14 Thread Marcus D. Leech via USRP-users
On 07/14/2020 08:23 PM, Larry Dodd via USRP-users wrote: Using Cmake I get the following error. CMake Error: The source directory "C:/uhd-master/uhd-master/build/CMakeFiles" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. I search

Re: [USRP-users] Compiling UHD Error

2020-07-14 Thread Ron Economos via USRP-users
Take a look at: https://files.ettus.com/manual/page_build_guide.html Typically, for Linux it's: git clone https://github.com/EttusResearch/uhd.git cd uhd git checkout v3.15.0.0 -b tmp cd host mkdir build cd build cmake ../ make sudo make install sudo ldconfig It's highly recommended t

[USRP-users] Compiling UHD Error

2020-07-14 Thread Larry Dodd via USRP-users
Using Cmake I get the following error. CMake Error: The source directory "C:/uhd-master/uhd-master/build/CMakeFiles" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. I searched the computer and can not find CMakeFiles.txt anywhere. La