GR 3.4.2 sdcc issue

Hi,

To get OpenBTS up and running together with the USRP1 I need gnuradio
3.4.2.
These instructions here

http://gnuradio.org/redmine/projects/gnuradio/wiki/UsingLibusrpWith3_5

are a good way to go, did this several times with (K)Ubuntu 12.04 LTS 32
bit. Now on a new machine I need to use Debian Jessie 64 bit, to get all
the
hardware support I need for the new PC. Latest gnradio 3.7 is no problem
at
all, but the above mentioned old version does not build. The configure
command from the website stops after a while, complaining that no sdcc
is
available. In fact it is installed, but version 3.2, unlike the old
system,
where 2.9 is installed.

Is this the reason for the issue, would installing 2.9 fix this? Then I
would need to search the sdcc site how to do this :slight_smile: I am not a Linux
pro,
so I avoid such stunts as long as possible…

Ralph.

Ralph A. Schmid
Mondstr. 10
90762 Frth
+49-171-3631223
[email protected]
http://www.bclog.de/

On Thu, Jul 25, 2013 at 6:42 AM, Ralph A. Schmid, dk5ras
[email protected] wrote:

available. In fact it is installed, but version 3.2, unlike the old system,
where 2.9 is installed.

Is this the reason for the issue, would installing 2.9 fix this? Then I
would need to search the sdcc site how to do this :slight_smile: I am not a Linux pro,
so I avoid such stunts as long as possible…

Try this gnuradio 3.4.2 branch. Make sure that at least volk and usrp2
are disabled (–disable-volk --disable-usrp2). It built on Fedora 18 a
few days ago.

https://github.com/ttsou/gnuradio.git fedora17

-TT

Hi,

Thanks a lot for the tip.

Try this gnuradio 3.4.2 branch. Make sure that at least volk and usrp2 are
disabled (–disable-volk --disable-usrp2). It built on Fedora 18 a few
days ago.

https://github.com/ttsou/gnuradio.git fedora17

OK, I cloned it.

As I am still not a Linux pro, normal autoreconf / configure / make
procedure seems not to work, and with cmake, how do I disable all the
stuff
that I do not need?

-TT

Ralph.

https://github.com/ttsou/gnuradio.git fedora17

And it seems to be 3.6.2…

Ralph.

On Fri, Jul 26, 2013 at 3:19 PM, Ralph A. Schmid, dk5ras
[email protected] wrote:

[email protected]
Discuss-gnuradio Info Page

Did you checkout the fedora17 branch? It looks like 3.4.2 to me.