discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] unable to compile firmware with microblaze


From: Arun Pillai
Subject: [Discuss-gnuradio] unable to compile firmware with microblaze
Date: Tue, 26 Oct 2010 20:04:45 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.11) Gecko/20101006 Thunderbird/3.1.5

I am running Ubuntu 10.10 2.6.35-22-generic with x86_64. I tried the prebuilt binary as per instructions here: http://gnuradio.org/redmine/wiki/gnuradio/USRP2UserFAQ

Specifically, I did the following:

================
$ wget http://gnuradio.org/tools/mb-gcc-4.1.1.gr2.i386.tar.gz

Once you've downloaded the tarball,

$ sudo bash
# cd /opt
# tar xzvf <path-to-tarball>

Then add /opt/microblaze/bin to PATH ( export PATH=$PATH:/opt/microblaze/bin )
==================

However, when I run configure.gnu in the firmware directory, I get the following error in config.log:

configure:3134: error: in `/home/rahul/vmimo/code/gnuradio/usrp2/firmware':
configure:3137: error: C compiler cannot create executables

When I also explicitly run:

mb-gcc with our without explicit path qualifier of /opt/microblaze/bin/, I get the following error:

$ /opt/microblaze/bin% ./mb-gcc
zsh: no such file or directory: ./mb-gcc

This despite the file existing:

$ /opt/microblaze/bin% ls -l mb-gcc
-rwxr-xr-x 1 500 500 192961 2008-10-13 19:47 mb-gcc*

Any ideas?

Thanks,
Arun




reply via email to

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