Re: [USRP-users] How to Compile rx_samples_to_file and Generate an Executable

2017-07-10 Thread Jacob Knoles via USRP-users
Altug, If you are using Visual Studio, the easiest thing to do is to create a new C++ Win32 Console project (or whatever project you need). From there you can add code files, write new ones or do whatever you need to do. At this point if the code compiles you will get an executable output. You wi

Re: [USRP-users] How to Compile rx_samples_to_file and Generate an Executable

2017-07-10 Thread altuğ kaya via USRP-users
Edit: I copied the target (rx_samples_to_file) c++ code to the directory uhd_release_003_009_002/examples/init_usrp and modified CMakeLists file for rx_samples_to_file. What is next? Sincerely, Altug On Mon, Jul 10, 2017 at 2:43 PM, altuğ kaya wrote: > Dear Derek and Jacob, > > Thank you for yo

Re: [USRP-users] How to Compile rx_samples_to_file and Generate an Executable

2017-07-10 Thread altuğ kaya via USRP-users
Dear Derek and Jacob, Thank you for your time and effort, appreciated. I followed the instructions (https://kb.ettus.com/ Building_and_Installing_the_USRP_Open_Source_Toolchain_( UHD_and_GNU_Radio)_on_Windows) step by step, mimicked what it is told, and successfully finished the building process.

Re: [USRP-users] How to Compile rx_samples_to_file and Generate an Executable

2017-07-06 Thread Derek Kozel via USRP-users
Hi Altug and Jacob, Yes, the most recent Visual Studio we are actively supporting is 2015. We will support 2017 with an upcoming release but as you note Jacob, Boost and other dependencies are still catching up themselves. Jacob, Boost 1.64 is not officially supported but great to hear it is work