> So I am curious where I am going wrong. Does anyone have the working > steps for getting an rfnoc development environment setup using the > PyBombs infrastructure? Maybe I needed to install UHD and gr-ettus > somewhere else in the pybombs structure?
Well, I found at least one issue... I forgot to mkdir build && cd build && cmake ../ && make && sudo make install from withing the pybombs/src/uhd directory. Once I did that, I was able to run ./pybombs install gr-ettus and not have it error out. Is there a way to test that this new gnuradio instantiation is working okay (as opposed to my originally hand-built source version I did before pybombs)? _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
