[USRP-users] CMake error when building UHD for N310

2021-08-27 Thread Tellrell White via USRP-users
Currently, I'm trying to build UHD for the N310 on my host machine following the link https://files.ettus.com/manual/page_usrp_n3xx.html#n3xx_fsbuild and I'm getting the following error as shown. tw@tw-virtual-machine:~/uhd_n310/uhd/host/build$ cmake

[USRP-users] CMake Error Compiling init_usrp Example Ubuntu 20.04

2021-06-17 Thread Alex Bouvy via USRP-users
Hi, I'm hoping someone might be able to help me out. I'm running Ubuntu 20.04. I'm encountering errors when trying to use CMake to compile the init_usrp example. This is the error I receive: CMake Error at CMakeLists.txt:26 (find_package): By not providing "FindUHD.cmake" in

Re: [USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-19 Thread 福島幹雄 via USRP-users
Hi Nate I suceed to build cross-compiling UHD and GR with no error for E310 on Ubuntu 18.04.2. but I got error for E320. I try to build the *E320 version* according to your advice, but I got an error from "cmake" in Cross-Compiling gr-ettus. cmake says "RFNoC not found". I always built with

Re: [USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-06 Thread 福島幹雄 via USRP-users
Hi, I built the UHD and GRC with no error for a E310 as follow the updated procedure. Next I will try to build for E320 and Custom FPGA design. Thank you. Regards, ___ USRP-users mailing list USRP-users@lists.ettus.com

Re: [USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-02 Thread Philip Balister via USRP-users
On 08/01/2019 10:58 PM, Nate Temple via USRP-users wrote: > Hi, > > I hope to have the E310 version posted tomorrow. Don't have a firm timeline > for the E320/N3xx version yet. > > The process is mostly the same, except you should not use rfnoc-devel, but > instead use a modern UHD version such

Re: [USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-01 Thread 福島幹雄 via USRP-users
Hi, Thank you for your quick reply. Ok, I will try to compile the E310 version after updated document and I will try to compile the *E320 version* according to your advice. Regards, 2019年8月2日(金) 11:58 Nate Temple : > Hi, > > I hope to have the E310 version posted tomorrow. Don't have a firm >

Re: [USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-01 Thread Nate Temple via USRP-users
Hi, I hope to have the E310 version posted tomorrow. Don't have a firm timeline for the E320/N3xx version yet. The process is mostly the same, except you should not use rfnoc-devel, but instead use a modern UHD version such as v3.14.1.0, and then during the cmake configuration step, pass the arg

Re: [USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-01 Thread 福島幹雄 via USRP-users
Hi Nate Thank you for always your support and quick reply. >Are you using the E320 SDK? No, I use the *E310 SDK*. bacause I am training to get used to build the UHD and GR for cross compiling environment. next step, I will use the *E320 SDK*. >Also that app note is outdated, and I will be posted

Re: [USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-01 Thread Nate Temple via USRP-users
Hi, That application note is specific to the E310. Are you using the E320 SDK? Did you source the OE environment setup file? (What is the output of echo $CC)? Also that app note is outdated, and I will be posted an updated version soon. Another app note that covers the E320/N3xx will follow.

[USRP-users] cmake error : Cross-Compiling GNU Radio on Ubuntu 16.04

2019-08-01 Thread 福島幹雄 via USRP-users
Hi everyone. I try to compile the UHD and GNU Radio for my E320 on Ubuntu 16.04, I am referencing this application note. https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source but I got error message from cmake as follows. Do you know

Re: [USRP-users] CMake Error

2018-06-13 Thread Martin Braun via USRP-users
It's the right file, however, this kind of modification is outside of the scope of what we can help you with. Good luck! -- M On 06/13/2018 02:49 PM, Farhad Mirkazemi wrote: > Hello martin, > > Thanks for your reply;meanwhile, I am modifying/setting the r divider to > "2" in the clock_ctrl.cpp

Re: [USRP-users] CMake Error

2018-06-13 Thread Farhad Mirkazemi via USRP-users
Thanks again; I figured my second question.Have a great day. On Wednesday, June 13, 2018, 5:50:31 PM EDT, Farhad Mirkazemi via USRP-users wrote: Hello martin, Thanks for your reply;meanwhile, I am modifying/setting the r divider to "2" in the clock_ctrl.cpp of usrp2 to be able to

Re: [USRP-users] CMake Error

2018-06-13 Thread Farhad Mirkazemi via USRP-users
Hello martin, Thanks for your reply;meanwhile, I am modifying/setting the r divider to "2" in the clock_ctrl.cpp of usrp2 to be able to use 20 MHz clock reference instead of 10 MHz. Am I modifying the correct file? Thank you in advance  On Wednesday, June 13, 2018, 5:16:38 PM EDT,

Re: [USRP-users] CMake Error

2018-06-13 Thread Martin Braun via USRP-users
On 06/13/2018 12:49 PM, Farhad Mirkazemi via USRP-users wrote: > I'm trying to manipulate my usrp2 clock using the example clock_ctrl.cpp > but when I try to build it, I get cmake error related as following; the > warning should be ok but I don't understand the error which says it does > not know

[USRP-users] CMake Error

2018-06-13 Thread Farhad Mirkazemi via USRP-users
Hello all, I'm trying to manipulate my usrp2 clock using the example clock_ctrl.cpp but when I try to build it, I get cmake error related as following; the warning should be ok but I don't understand the error which says it does not know LIBUHD_REGISTER_COMPONENT. Can any of you possibly help