Using the build-gnuradio script created by Marcus Leech

1,878 views
Skip to first unread message

wb5kzo

unread,
Aug 7, 2013, 7:46:46 PM8/7/13
to sara...@googlegroups.com
Hello Marcus and all SARA members!

This is my first post and this is what I trying to accomplish.  I've just loaded ubuuntu 12.04 LTS on a Dell Latitude D630.  The processor is Intel Core 3 Duo CPU T7250 @2.00GHz x2 and OS type is 32-bit.  Everything seems to be working ok.  My issue is trying to install GNU radio.  I'm using the instructions from the GNU Radio website "http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR#Using-the-build-gnuradio-script".  I created the directory (are I thought I did) 'cd src/' and pasted the following into the command line.

$ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio

I receive the following info in the command line:  bash: cd: src/$: No such file or directory.

I'm new to LINUX so trying to learn that also.  Any help would be appreciated!

Harold-wb5kzo





Marcus D. Leech

unread,
Aug 7, 2013, 7:51:33 PM8/7/13
to sara...@googlegroups.com
Don't past the dollar sign.

Just:

wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio


--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

Harold Hall

unread,
Aug 7, 2013, 8:07:31 PM8/7/13
to sara...@googlegroups.com
Thank you for a quick response.  I left out the $ sign and now the command line response is 'bash: cd: src/wget:  No such file or directory"

Harold Hall




--
--
You received this message because you are subscribed to the Google
Groups "Society of Amateur Radio Astronomers" group.
To post to this group, send email to sara...@googlegroups.com
To unsubscribe from this group, send email to
sara-list-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sara-list?hl=en
--- You received this message because you are subscribed to the Google Groups "Society of Amateur Radio Astronomers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sara-list+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Marcus D. Leech

unread,
Aug 7, 2013, 8:11:49 PM8/7/13
to sara...@googlegroups.com
On 08/07/2013 08:07 PM, Harold Hall wrote:
> Thank you for a quick response. I left out the $ sign and now the
> command line response is 'bash: cd: src/wget: No such file or directory"
>
> Harold Hall
>
OK, where is the "cd src/wget" coming from?

wget http://www.sbrac.org/files/build-gnuradio
chmod 755 build-gnuradio
./build-gnuradio


Try those, one after another

wb5kzo

unread,
Aug 7, 2013, 9:01:55 PM8/7/13
to sara...@googlegroups.com

I believe the "cd src/wget" was coming from me not being in the correct directory.  As you can see below I did connect to sbrac.org. but get the "build-gnuradio: Permission denied" response. 


harold@harold-Latitude-D630:/$ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
--2013-08-07 18:43:27--  http://www.sbrac.org/files/build-gnuradio
Resolving www.sbrac.org (www.sbrac.org)... 67.212.80.242
Connecting to www.sbrac.org (www.sbrac.org)|67.212.80.242|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 35224 (34K) [text/plain]
build-gnuradio: Permission denied

Cannot write to `build-gnuradio' (Permission denied).
harold@harold-Latitude-D630:/$ ./build-gnuradio && ./build-gnuradio ^C
harold@harold-Latitude-D630:/$ wget http://www.sbrac.org/files/build-gnuradio
--2013-08-07 18:45:19--  http://www.sbrac.org/files/build-gnuradio
Resolving www.sbrac.org (www.sbrac.org)... 67.212.80.242
Connecting to www.sbrac.org (www.sbrac.org)|67.212.80.242|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 35224 (34K) [text/plain]
build-gnuradio: Permission denied

Cannot write to `build-gnuradio' (Permission denied).
harold@harold-Latitude-D630:/$ chmod 755 build-gnuradio
chmod: cannot access `build-gnuradio': No such file or directory
harold@harold-Latitude-D630:/$ ./build-gnuradio
 


Marcus D. Leech

unread,
Aug 7, 2013, 9:04:44 PM8/7/13
to sara...@googlegroups.com
cd $HOME

wget http://www.sbrac.org/files/build-gnuradio
chmod 755 build-gnuradio
./build-gnuradio



wb5kzo

unread,
Aug 7, 2013, 9:40:16 PM8/7/13
to sara...@googlegroups.com


Thanks Marcus, once I used the home directory it started working correctly.  I interperted the instructions at gnurado.org incorrectly.  The only issue I have now is the [sudo] password for harold:  It did not take my password so I will have to learn more about sudo and what I will need to do to get it to acknowledge a password.  Again thank you so much! 

Harold-wb5kzo


 
onigh

wb5kzo

unread,
Aug 7, 2013, 9:58:59 PM8/7/13
to sara...@googlegroups.com


Marcus,

I have a little better understanding of sudo now.  Learned I will not see any * when I type my password.  The terminal says it is done checking packages!!!!  Again thank you for your time and patience!

Harold
Reply all
Reply to author
Forward
0 new messages