Re: building OOT module in conda

2022-03-11 Thread Ryan Volz
Hi Wayne, I think I see where the confusion occurs in what the wiki says, so I've just made some edits to hopefully make it clearer. It does look like some porting would be necessary for gr-lora_sdr, unfortunately. Sometimes it's possible to use IFDEFs and substitute in the appropriate Window

Re: building OOT module in conda

2022-03-11 Thread Wayne Roberts
yes that works fo me. The reason i had this trouble initially is the CondaInstall on gnuradio wiki says to activate default environment prior to running cmake. So, i can compile it now with gnuradio environment activated. But this OOT module includes posix header files sys/resources.h and sys/sysc

Re: building OOT module in conda

2022-03-11 Thread Ryan Volz
Hi Wayne, You shouldn't need specifically gnuradio=3.8.2 for gr-lora_sdr (despite what their README says), and that fails because there was no gnuradio-build-deps package at the time of that release. Try it with gnuradio=3.8 instead. You do need gnuradio-build-deps installed into your "gnuradio

Re: building OOT module in conda

2022-03-10 Thread Wayne Roberts
is it possible (since the OOT needs 3.82 of gnuradio), your step 2: conda create -n gnuradio gnuradio=3.8.2 gnuradio-build-deps that results in conflicts It looks like gnuradio is installed via conda with environment gnuradio activated. But its not clear if gnuradio-build-deps needs also be

Re: building OOT module in conda

2022-03-10 Thread Ryan Volz
Hi Wayne, On 3/10/22 5:21 PM, Wayne Roberts wrote: when i say that gnuradio works on windows, that doesnt include UHD. When i plug in B100, and point windows 11 device management to the unzipped  erllc_uhd_winusb_driver.zip, it just ignores the contents. But run it ok in ubuntu now. Getting th

Re: building OOT module in conda

2022-03-10 Thread Ryan Volz
Hi Wayne, On 3/10/22 1:49 PM, Wayne Roberts wrote: gnuradio itself from conda works ok on windows from conda. Glad to hear it! But i was trying to build an OOT module  using conda on windows https://wiki.gnuradio.org/index.php/CondaInstall