Thanks Tom. Tom Rondeau wrote: > > On Sun, May 8, 2011 at 5:40 PM, sumitstop > <[email protected]>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 >> > [email protected] >> > 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 >> [email protected] >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://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-tp29561741p31572171.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
