[Discuss-gnuradio] I am getting a Segmentation fault (core dumped) error when running companion

2013-11-15 Thread mhorvat
Hello, At one point I had gnuradio companion working just fine. But while trying to get the software to recognize my blade-RF device, I somehow came to a point where I was getting the Segmentation fault error when trying to open companion. I uninstalled and reinstalled gnuradio, but I am still

Re: [Discuss-gnuradio] Is there a way to get already programmed blocks?

2013-10-30 Thread mhorvat
Ok I followed the instructions for installing gnuradio on https://github.com/Nuand/bladeRF/wiki/Getting-Started%3A-Linux. The commands go as follows.$ mkdir -p ~/sandbox/gnuradio-builds $ cd ~/sandbox/gnuradio-builds $ wget http://www.sbrac.org/files/build-gnuradio $ chmod +x ./build-gnuradio $

[Discuss-gnuradio] Is there a way to get already programmed blocks?

2013-10-28 Thread mhorvat
Hello,I am an engineering intern at a company called Cellantenna and I just recently installed Gnuradio 3.71. I've been trying to follow some tutorials online, and I noticed that a lot of these tutorials use blocks (such as QT GUI Sink and Variable Slider) that my program simply doesn't have...