discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio + UHD install


From: sumitstop
Subject: Re: [Discuss-gnuradio] GNU Radio + UHD install
Date: Sun, 8 May 2011 09:40:49 -0700 (PDT)

Hi marc,
When i am typing the follwing thing

           git branch --track next origin/next
           git checkout next
its giving error that fatal:not a valid object name : 'origin next'




Marc Epard-3 wrote:
> 
> Yesterday I did a ground-up install of GNU Radio for UHD. Since all the
> steps were kind of scattered around various websites and list posts, I
> thought I'd post them all in one place. Hopefully this'll make it easier
> for the next guy. This was on Ubuntu 10.04. You'll need all the
> prerequisites (e.g. cmake) first, of course. Corrections are welcome.
> 
> mkdir ~/gnuradio-uhd
> cd ~/gnuradio-uhd
> git clone git://ettus.sourcerepo.com/ettus/uhd.git
> git clone git://gnuradio.org/gnuradio.git
> 
> cd ~/gnuradio-uhd/uhd/host/
> mkdir build
> cd build
> cmake ../
> make
> make test
> sudo make install
> sudo ldconfig
> 
> cd ~/gnuradio-uhd/gnuradio
> git branch --track next origin/next
> git checkout next
> 
> ./bootstrap
> 
> PKG_CONFIG_PATH=~/gnuradio-uhd/uhd/host/build/
> export PKG_CONFIG_PATH
> ./configure --enable-gr-uhd
> 
> make
> make check
> sudo make install
> sudo ldconfig
> 
> sudo ifconfig eth0 192.168.10.1               # substitute eth0 with the 
> appropriate
> device.
> 
> I used the GUI System->Preference->Network Connections to make the network
> setting permanent.
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 


-----
Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India
-- 
View this message in context: 
http://old.nabble.com/GNU-Radio-%2B-UHD-install-tp29561741p31571389.html
Sent from the GnuRadio mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]