Re: [USRP-users] Compiling custom C++ code on E320

2020-10-07 Thread Andrews, Mark J. via USRP-users
__ From: Michael Dickens Sent: Monday, October 5, 2020 10:47 AM To: Andrews, Mark J. Cc: USRP Users Subject: Re: [USRP-users] Compiling custom C++ code on E320 Hi Mark - Yeah you can't compile your UHD application for your host computer (not cross-compiled using the USRP's SDK) and

Re: [USRP-users] Compiling custom C++ code on E320

2020-10-05 Thread Michael Dickens via USRP-users
Hi Mark - Yeah you can't compile your UHD application for your host computer (not cross-compiled using the USRP's SDK) and expect it to run on the USRP. The USRP comes with a full UHD and development install, so you should be able to compile your UHD application directly on the USRP. It might not b

[USRP-users] Compiling custom C++ code on E320

2020-10-05 Thread Andrews, Mark J. via USRP-users
Hello, I'm pretty new to SDR and am trying to run a custom C++ program on an E320. I modified the "rx_ascii_art_dft.cpp" file on my host computer so that it saves the DFTs to files instead of displaying them on the screen (with a 1 second delay between DFTs to prevent a million files being cre