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: Tom Rondeau
Subject: Re: [Discuss-gnuradio] GNU Radio + UHD install
Date: Sun, 8 May 2011 19:56:42 +0100

On Sun, May 8, 2011 at 5:40 PM, sumitstop <address@hidden> wrote:

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'

There is currently no next branch. The master branch is the current most up-to-date/advanced branch.

Tom
 


 
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.


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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