[Discuss-gnuradio] Installation-Problem:

2013-05-01 Thread Wolfgang Buesser
I am trying to install gnuradio on a new computer running suse 12.3 to
use it with my usrp.

upon cmake I keep getting the message:
"Could Not find PythonLibs".

Any hint what rpm or sources I need to install on Suse 12.3 would be
great. Or maybe what libraries cmake is looking for.

python is installed of course.

Thanks

wolfgang 





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


[Discuss-gnuradio] Installation problem

2011-09-03 Thread Greg Le Sage
I have a particular error that I have been unable to find described. I
would appreciate advice. I have searched very extensively and put in
many hours.

I performed a new install of Ubuntu 11.04 on a PC (Dell Precision
M6300), downloaded and performed sudo bash build-gnuradio.sh, after
modifying it to look in a different
directory for FPGA code (the site was just changed and I appended /old to
the web site address), and ran the script.
This all worked on two other PCs, and they will both open and run GRC
and talk to my USRP2. I want to use this new computer because it is
significantly faster.

The script performs all of the preliminaries without error. It reaches
the following point.

Doing ldconfig...
Building Gnu Radio...
.Bootstrapping
.Configuring
.Building
make failed

I viewed the log file which contained the following at the end.

/usr/bin/ld: cannot find -l/usr/lib/libboost_date_time-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_filesystem-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_program_options-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_regex-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_system-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_thread-mt.so
/usr/bin/ld: cannot find -loptimized
/usr/bin/ld: cannot find -ldebug
/usr/bin/ld: cannot find -l/usr/lib/libboost_unit_test_framework-mt.so
collect2: ld returned 1 exit status
make[5]: *** [libgnuradio-uhd.la] Error 1
make[5]: Leaving directory
`/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lesagegp/Downloads/gnuradio'
make: *** [all] Error 2
Exiting Gnu Radio build/install

At least some of these files do exist
e.g. /usr/lib/libboost_date_time-mt.so

Next I tried downloading with git clone
http://gnuradio.org/git/gnuradio.git

And went through the steps
sudo ./bootstrap
sudo ./configure
sudo make

make fails again with the same errors

That's when I completely reinstalled Ubuntu to make sure no left over
files were causing a problem. Running the script on a fresh install
fails at exactly the same point.

This is my first question submission. I tried to make sure it is neither
obvious or already answered. I appreciate any advice.

Thanks
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] installation problem

2008-10-23 Thread Achilleas Anastasopoulos

Hi,

I am trying to install gnuradio on a Linux system for which I am not the
owner (university-wide computing at U of Michigan).
Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on
my space (at least as a temporary solution). I also added the path to 
the new swig in my path variable and

verified that


which swig

/afs/engin.umich.edu/u/a/n/anastas/mylocal/bin/swig

and


swig -version

SWIG Version 1.3.36

Fine so far.

Now when I run "configure" in gnuradio it does not recognize the new
swig, but the old one...
In addition, after "configure" is run, when I do "which swig" I get the
old version not the one I installed and similarly "swig -version" gives
me the old one (ie, the one originally installed in the system).

I could circumvent this problem by changing the configure script by adding

$SWIG =

right before the part of the code that checks for the swig version.
Now "configure" works fine.

However i would like to know what I am doing
wrong in the first place.

Thanks
Achilleas



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation-Problem:

2013-05-01 Thread Erik Jakobsen
Wolfgang.

For opensuse 12.3 the repos are here:

http://download.opensuse.org/repositories/home:/dl8fcl/

GL

73s
Erik OZ4KK


> I am trying to install gnuradio on a new
> computer running suse 12.3 to use it with my
> usrp.
> 
> upon cmake I keep getting the message:
> "Could Not find PythonLibs".
> 
> Any hint what rpm or sources I need to install
> on Suse 12.3 would be great. Or maybe what
> libraries cmake is looking for.
> 
> python is installed of course.
> 
> Thanks
> 
> wolfgang 
> 
> 
> 
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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


Re: [Discuss-gnuradio] Installation-Problem:

2013-05-02 Thread Wolfgang Buesser
Hi Erik,

thanks - I managed to install gnuradio that way. When trying to run a
usrp example I get the following error-message:

examples/uhd# ./usrp_wfm_rcv_nogui.py
linux; GNU C++ version 4.7.2 20130108 [gcc-4_7-branch revision 195012]; 
Boost_104900; UHD_003.005.002-61-g08624153

Traceback (most recent call last):
  File "./usrp_wfm_rcv_nogui.py", line 172, in 
tb = wfm_rx_block()
  File "./usrp_wfm_rcv_nogui.py", line 67, in __init__
self.u = uhd.usrp_source(device_addr=options.args, 
stream_args=uhd.stream_args('fc32'))
  File "/usr/lib64/python2.7/site-packages/gnuradio/uhd/__init__.py", line 116, 
in constructor_interceptor
return old_constructor(*args)
  File "/usr/lib64/python2.7/site-packages/gnuradio/uhd/uhd_swig.py", line 
2454, in usrp_source
return _uhd_swig.usrp_source(*args)
RuntimeError:
GR-UHD detected ABI compatibility mismatch with UHD library.
GR-UHD was build against ABI: 3.4.0-3,
but UHD library reports ABI: 3.6.0-0
Suggestion: install an ABI compatible version of UHD,
or rebuild GR-UHD component against this ABI version.

Maybe there is a previous version of some lib left over?
Any hint on what I should do/try?

73 de
Wolfgang
DK1BW 

On Mi, 2013-05-01 at 12:51 +0200, Erik Jakobsen wrote:
> Wolfgang.
> 
> For opensuse 12.3 the repos are here:
> 
> http://download.opensuse.org/repositories/home:/dl8fcl/
> 
> GL
> 
> 73s
> Erik OZ4KK
> 
> 
> > I am trying to install gnuradio on a new
> > computer running suse 12.3 to use it with my
> > usrp.
> > 
> > upon cmake I keep getting the message:
> > "Could Not find PythonLibs".
> > 
> > Any hint what rpm or sources I need to install
> > on Suse 12.3 would be great. Or maybe what
> > libraries cmake is looking for.
> > 
> > python is installed of course.
> > 
> > Thanks
> > 
> > wolfgang 
> > 
> > 
> > 
> > 
> > 
> > ___
> > Discuss-gnuradio mailing list
> > Discuss-gnuradio@gnu.org
> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 

-- 
Wolfgang Buesser
Am Ziegelberg 1a
55595 Mandel

+49 174/585 2995
wolfgang.bues...@web.de



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


Re: [Discuss-gnuradio] Installation-Problem:

2013-05-02 Thread Nicholas Corgan
This error is saying that GR-UHD was built against an older version of UHD
than you're using now, a 3.4.* version from the looks of it. To fix this,
rebuild GR-UHD against your current UHD.

cd (GNU Radio build directory)/gr-uhd
make clean
sudo make install


On Thu, May 2, 2013 at 1:01 PM, Wolfgang Buesser wrote:

> Hi Erik,
>
> thanks - I managed to install gnuradio that way. When trying to run a
> usrp example I get the following error-message:
>
> examples/uhd# ./usrp_wfm_rcv_nogui.py
> linux; GNU C++ version 4.7.2 20130108 [gcc-4_7-branch revision 195012];
> Boost_104900; UHD_003.005.002-61-g08624153
>
> Traceback (most recent call last):
>   File "./usrp_wfm_rcv_nogui.py", line 172, in 
> tb = wfm_rx_block()
>   File "./usrp_wfm_rcv_nogui.py", line 67, in __init__
> self.u = uhd.usrp_source(device_addr=options.args,
> stream_args=uhd.stream_args('fc32'))
>   File "/usr/lib64/python2.7/site-packages/gnuradio/uhd/__init__.py", line
> 116, in constructor_interceptor
> return old_constructor(*args)
>   File "/usr/lib64/python2.7/site-packages/gnuradio/uhd/uhd_swig.py", line
> 2454, in usrp_source
> return _uhd_swig.usrp_source(*args)
> RuntimeError:
> GR-UHD detected ABI compatibility mismatch with UHD library.
> GR-UHD was build against ABI: 3.4.0-3,
> but UHD library reports ABI: 3.6.0-0
> Suggestion: install an ABI compatible version of UHD,
> or rebuild GR-UHD component against this ABI version.
>
> Maybe there is a previous version of some lib left over?
> Any hint on what I should do/try?
>
> 73 de
> Wolfgang
> DK1BW
>
> On Mi, 2013-05-01 at 12:51 +0200, Erik Jakobsen wrote:
> > Wolfgang.
> >
> > For opensuse 12.3 the repos are here:
> >
> > http://download.opensuse.org/repositories/home:/dl8fcl/
> >
> > GL
> >
> > 73s
> > Erik OZ4KK
> >
> >
> > > I am trying to install gnuradio on a new
> > > computer running suse 12.3 to use it with my
> > > usrp.
> > >
> > > upon cmake I keep getting the message:
> > > "Could Not find PythonLibs".
> > >
> > > Any hint what rpm or sources I need to install
> > > on Suse 12.3 would be great. Or maybe what
> > > libraries cmake is looking for.
> > >
> > > python is installed of course.
> > >
> > > Thanks
> > >
> > > wolfgang
> > >
> > >
> > >
> > >
> > >
> > > ___
> > > Discuss-gnuradio mailing list
> > > Discuss-gnuradio@gnu.org
> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
>
> --
> Wolfgang Buesser
> Am Ziegelberg 1a
> 55595 Mandel
>
> +49 174/585 2995
> wolfgang.bues...@web.de
>
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>



-- 
Nicholas Corgan
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation-Problem:

2013-05-03 Thread Wolfgang Buesser
O.k.

I managed to make it work by removing every file named  *usrp* or
*gnuradio* and reinstalling gnuradio and uhd from the repository.

Now the examples seem to work on my usrp1.

But I am quite desperate at getting my old python code to work. I have
programmed a vector-network-analyzer.
I used to call 

...

from gnuradio import usrp

...

def _instantiate_blocks (self):
self.tx = usrp.sink_s(0, self.interp)


Apparently all the system call have changed completely. Is there
anything like a 'migration guide'? I really hate the idea of having to
go through all this tedious programming again just because my old OS is
gone.

Thanks for your help

tnx de
Wolfgang

DK1BW

On Do, 2013-05-02 at 13:26 -0700, Nicholas Corgan wrote:
> This error is saying that GR-UHD was built against an older version of
> UHD than you're using now, a 3.4.* version from the looks of it. To
> fix this, rebuild GR-UHD against your current UHD.
> 
> cd (GNU Radio build directory)/gr-uhd
> make clean
> 
> sudo make install
> 
> 
> 
> On Thu, May 2, 2013 at 1:01 PM, Wolfgang Buesser
>  wrote:
> Hi Erik,
> 
> thanks - I managed to install gnuradio that way. When trying
> to run a
> usrp example I get the following error-message:
> 
> examples/uhd# ./usrp_wfm_rcv_nogui.py
> linux; GNU C++ version 4.7.2 20130108 [gcc-4_7-branch revision
> 195012]; Boost_104900; UHD_003.005.002-61-g08624153
> 
> Traceback (most recent call last):
>   File "./usrp_wfm_rcv_nogui.py", line 172, in 
> tb = wfm_rx_block()
>   File "./usrp_wfm_rcv_nogui.py", line 67, in __init__
> self.u = uhd.usrp_source(device_addr=options.args,
> stream_args=uhd.stream_args('fc32'))
>   File
> "/usr/lib64/python2.7/site-packages/gnuradio/uhd/__init__.py",
> line 116, in constructor_interceptor
> return old_constructor(*args)
>   File
> "/usr/lib64/python2.7/site-packages/gnuradio/uhd/uhd_swig.py",
> line 2454, in usrp_source
> return _uhd_swig.usrp_source(*args)
> RuntimeError:
> GR-UHD detected ABI compatibility mismatch with UHD library.
> GR-UHD was build against ABI: 3.4.0-3,
> but UHD library reports ABI: 3.6.0-0
> Suggestion: install an ABI compatible version of UHD,
> or rebuild GR-UHD component against this ABI version.
> 
> Maybe there is a previous version of some lib left over?
> Any hint on what I should do/try?
> 
> 73 de
> Wolfgang
> DK1BW
> 
> On Mi, 2013-05-01 at 12:51 +0200, Erik Jakobsen wrote:
> > Wolfgang.
> >
> > For opensuse 12.3 the repos are here:
> >
> > http://download.opensuse.org/repositories/home:/dl8fcl/
> >
> > GL
> >
> > 73s
> > Erik OZ4KK
> >
> >
> > > I am trying to install gnuradio on a new
> > > computer running suse 12.3 to use it with my
> > > usrp.
> > >
> > > upon cmake I keep getting the message:
> > > "Could Not find PythonLibs".
> > >
> > > Any hint what rpm or sources I need to install
> > > on Suse 12.3 would be great. Or maybe what
> > > libraries cmake is looking for.
> > >
> > > python is installed of course.
> > >
> > > Thanks
> > >
> > > wolfgang
> > >
> > >
> > >
> > >
> > >
> > > ___
> > > Discuss-gnuradio mailing list
> > > Discuss-gnuradio@gnu.org
> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> 
> 
> --
> Wolfgang Buesser
> Am Ziegelberg 1a
> 55595 Mandel
> 
> +49 174/585 2995
> wolfgang.bues...@web.de
> 
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> 
> 
> -- 
> Nicholas Corgan
> 

-- 
Wolfgang Buesser
Am Ziegelberg 1a
55595 Mandel

+49 174/585 2995
wolfgang.bues...@web.de



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


Re: [Discuss-gnuradio] Installation-Problem:

2013-05-03 Thread Erik Jakobsen

Nice to hear, that you have made progress Wolfgang.

GL with the rest

73s
Erik OZ4KK

O.k.

I managed to make it work by removing every file named  *usrp* or
*gnuradio* and reinstalling gnuradio and uhd from the repository.

Now the examples seem to work on my usrp1.

But I am quite desperate at getting my old python code to work. I have
programmed a vector-network-analyzer.
I used to call

...

from gnuradio import usrp

...

 def _instantiate_blocks (self):
 self.tx = usrp.sink_s(0, self.interp)


Apparently all the system call have changed completely. Is there
anything like a 'migration guide'? I really hate the idea of having to
go through all this tedious programming again just because my old OS is
gone.

Thanks for your help

tnx de
Wolfgang

DK1BW

On Do, 2013-05-02 at 13:26 -0700, Nicholas Corgan wrote:

This error is saying that GR-UHD was built against an older version of
UHD than you're using now, a 3.4.* version from the looks of it. To
fix this, rebuild GR-UHD against your current UHD.

cd (GNU Radio build directory)/gr-uhd
make clean

sudo make install



On Thu, May 2, 2013 at 1:01 PM, Wolfgang Buesser
 wrote:
 Hi Erik,
 
 thanks - I managed to install gnuradio that way. When trying

 to run a
 usrp example I get the following error-message:
 
 examples/uhd# ./usrp_wfm_rcv_nogui.py

 linux; GNU C++ version 4.7.2 20130108 [gcc-4_7-branch revision
 195012]; Boost_104900; UHD_003.005.002-61-g08624153
 
 Traceback (most recent call last):

   File "./usrp_wfm_rcv_nogui.py", line 172, in 
 tb = wfm_rx_block()
   File "./usrp_wfm_rcv_nogui.py", line 67, in __init__
 self.u = uhd.usrp_source(device_addr=options.args,
 stream_args=uhd.stream_args('fc32'))
   File
 "/usr/lib64/python2.7/site-packages/gnuradio/uhd/__init__.py",
 line 116, in constructor_interceptor
 return old_constructor(*args)
   File
 "/usr/lib64/python2.7/site-packages/gnuradio/uhd/uhd_swig.py",
 line 2454, in usrp_source
 return _uhd_swig.usrp_source(*args)
 RuntimeError:
 GR-UHD detected ABI compatibility mismatch with UHD library.
 GR-UHD was build against ABI: 3.4.0-3,
 but UHD library reports ABI: 3.6.0-0
 Suggestion: install an ABI compatible version of UHD,
 or rebuild GR-UHD component against this ABI version.
 
 Maybe there is a previous version of some lib left over?

 Any hint on what I should do/try?
 
 73 de

 Wolfgang
 DK1BW
 
 On Mi, 2013-05-01 at 12:51 +0200, Erik Jakobsen wrote:

 > Wolfgang.
 >
 > For opensuse 12.3 the repos are here:
 >
 > http://download.opensuse.org/repositories/home:/dl8fcl/
 >
 > GL
 >
 > 73s
 > Erik OZ4KK
 >
 >
 > > I am trying to install gnuradio on a new
 > > computer running suse 12.3 to use it with my
 > > usrp.
 > >
 > > upon cmake I keep getting the message:
 > > "Could Not find PythonLibs".
 > >
 > > Any hint what rpm or sources I need to install
 > > on Suse 12.3 would be great. Or maybe what
 > > libraries cmake is looking for.
 > >
 > > python is installed of course.
 > >
 > > Thanks
 > >
 > > wolfgang
 > >
 > >
 > >
 > >
 > >
 > > ___
 > > Discuss-gnuradio mailing list
 > > Discuss-gnuradio@gnu.org
 > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
 >
 
 
 --

 Wolfgang Buesser
 Am Ziegelberg 1a
 55595 Mandel
 
 +49 174/585 2995

 wolfgang.bues...@web.de
 
 
 
 ___

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




--
Nicholas Corgan




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


Re: [Discuss-gnuradio] Installation problem

2011-09-03 Thread Ronaldo Nunez
Greg,

I'm getting the same error. I read in another forum that this problem
is solved changing the LD_LIBRARY_PATH value:

export LD_LIBRARY_PATH="/usr/local/lib:/usr/lib:$LD_LIBRARY_PATH"

But, I've try it with no effect. I'm on Ubuntu 10.04.

Thanks in advance,

Ronaldo

On Sat, Sep 3, 2011 at 2:16 PM, Greg Le Sage  wrote:
> I have a particular error that I have been unable to find described. I
> would appreciate advice. I have searched very extensively and put in
> many hours.
>
> I performed a new install of Ubuntu 11.04 on a PC (Dell Precision
> M6300), downloaded and performed sudo bash build-gnuradio.sh, after
> modifying it to look in a different
> directory for FPGA code (the site was just changed and I appended /old to
> the web site address), and ran the script.
> This all worked on two other PCs, and they will both open and run GRC
> and talk to my USRP2. I want to use this new computer because it is
> significantly faster.
>
> The script performs all of the preliminaries without error. It reaches
> the following point.
>
> Doing ldconfig...
> Building Gnu Radio...
> .Bootstrapping
> .Configuring
> .Building
> make failed
>
> I viewed the log file which contained the following at the end.
>
> /usr/bin/ld: cannot find -l/usr/lib/libboost_date_time-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_filesystem-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_program_options-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_regex-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_system-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_thread-mt.so
> /usr/bin/ld: cannot find -loptimized
> /usr/bin/ld: cannot find -ldebug
> /usr/bin/ld: cannot find -l/usr/lib/libboost_unit_test_framework-mt.so
> collect2: ld returned 1 exit status
> make[5]: *** [libgnuradio-uhd.la] Error 1
> make[5]: Leaving directory
> `/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory
> `/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/lesagegp/Downloads/gnuradio'
> make: *** [all] Error 2
> Exiting Gnu Radio build/install
>
> At least some of these files do exist
> e.g. /usr/lib/libboost_date_time-mt.so
>
> Next I tried downloading with git clone
> http://gnuradio.org/git/gnuradio.git
>
> And went through the steps
> sudo ./bootstrap
> sudo ./configure
> sudo make
>
> make fails again with the same errors
>
> That's when I completely reinstalled Ubuntu to make sure no left over
> files were causing a problem. Running the script on a fresh install
> fails at exactly the same point.
>
> This is my first question submission. I tried to make sure it is neither
> obvious or already answered. I appreciate any advice.
>
> Thanks
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>

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


Re: [Discuss-gnuradio] Installation problem

2011-09-03 Thread Marcus D. Leech

On 09/03/2011 01:16 PM, Greg Le Sage wrote:

I have a particular error that I have been unable to find described. I
would appreciate advice. I have searched very extensively and put in
many hours.

I performed a new install of Ubuntu 11.04 on a PC (Dell Precision
M6300), downloaded and performed sudo bash build-gnuradio.sh, after 
modifying it to look in a different
directory for FPGA code (the site was just changed and I appended /old 
to the web site address), and ran the script.

This all worked on two other PCs, and they will both open and run GRC
and talk to my USRP2. I want to use this new computer because it is
significantly faster.

There is *zero* reason to run build-gnuradio as root.  Zero.  It 
acquires root as it needs it.  Ordinary operations don't require root.
  Compiling C code, moving your own files around, editing those files.  
You only need to be root to install stuff in the system directories, update
  system software, etc.  The build-gnuradio acquires that via "sudo" as 
it needs to.  Don't run it as root.  That's just a bad idea.




The script performs all of the preliminaries without error. It reaches
the following point.

Doing ldconfig...
Building Gnu Radio...
.Bootstrapping
.Configuring
.Building
make failed

I viewed the log file which contained the following at the end.

/usr/bin/ld: cannot find -l/usr/lib/libboost_date_time-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_filesystem-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_program_options-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_regex-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_system-mt.so
/usr/bin/ld: cannot find -l/usr/lib/libboost_thread-mt.so
/usr/bin/ld: cannot find -loptimized
/usr/bin/ld: cannot find -ldebug
/usr/bin/ld: cannot find -l/usr/lib/libboost_unit_test_framework-mt.so
collect2: ld returned 1 exit status
make[5]: *** [libgnuradio-uhd.la ] Error 1
make[5]: Leaving directory
`/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lesagegp/Downloads/gnuradio'
make: *** [all] Error 2
Exiting Gnu Radio build/install

At least some of these files do exist
e.g. /usr/lib/libboost_date_time-mt.so

Next I tried downloading with git clone
http://gnuradio.org/git/gnuradio.git

And went through the steps
sudo ./bootstrap
sudo ./configure
sudo make

make fails again with the same errors

That's when I completely reinstalled Ubuntu to make sure no left over
files were causing a problem. Running the script on a fresh install
fails at exactly the same point.

This is my first question submission. I tried to make sure it is neither
obvious or already answered. I appreciate any advice.

Thanks

I just downloaded the latest Gnu Radio via GIT, and did:

  make distclean; make clean
  ./bootstrap
  ./configure
  make; sudo make install

It went entirely fine.  So, my assumption is that the very latest 
codebase relies on some pre-req that is satisfied on my system (Fedora 
14), and

  not on Ubuntu.  What exactly, that is, I'm not sure.


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

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


Re: [Discuss-gnuradio] Installation problem

2011-09-03 Thread Ronaldo Nunez
Greg,

As you can read on my last message, the "trick" didn't work for me. I
saw that you're running the "Fedora/Ubuntu Installation script", I
also try it, but the same error occurs to me.

About the community, yes they are such good people! They helped me a
lot in the past.

Marcus,

I agree with you. There is no reason to run the script as root.

OK guys I'll keep trying to perform the compilation here, if something
works, I'll report it here.

Thanks,

Ronaldo

On Sat, Sep 3, 2011 at 3:22 PM, Marcus D. Leech  wrote:
> On 09/03/2011 01:16 PM, Greg Le Sage wrote:
>
> I have a particular error that I have been unable to find described. I
> would appreciate advice. I have searched very extensively and put in
> many hours.
>
> I performed a new install of Ubuntu 11.04 on a PC (Dell Precision
> M6300), downloaded and performed sudo bash build-gnuradio.sh, after
> modifying it to look in a different
> directory for FPGA code (the site was just changed and I appended /old to
> the web site address), and ran the script.
> This all worked on two other PCs, and they will both open and run GRC
> and talk to my USRP2. I want to use this new computer because it is
> significantly faster.
>
> There is *zero* reason to run build-gnuradio as root.  Zero.  It acquires
> root as it needs it.  Ordinary operations don't require root.
>   Compiling C code, moving your own files around, editing those files.  You
> only need to be root to install stuff in the system directories, update
>   system software, etc.  The build-gnuradio acquires that via "sudo" as it
> needs to.  Don't run it as root.  That's just a bad idea.
>
>
> The script performs all of the preliminaries without error. It reaches
> the following point.
>
> Doing ldconfig...
> Building Gnu Radio...
> .Bootstrapping
> .Configuring
> .Building
> make failed
>
> I viewed the log file which contained the following at the end.
>
> /usr/bin/ld: cannot find -l/usr/lib/libboost_date_time-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_filesystem-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_program_options-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_regex-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_system-mt.so
> /usr/bin/ld: cannot find -l/usr/lib/libboost_thread-mt.so
> /usr/bin/ld: cannot find -loptimized
> /usr/bin/ld: cannot find -ldebug
> /usr/bin/ld: cannot find -l/usr/lib/libboost_unit_test_framework-mt.so
> collect2: ld returned 1 exit status
> make[5]: *** [libgnuradio-uhd.la] Error 1
> make[5]: Leaving directory
> `/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory
> `/home/lesagegp/Downloads/gnuradio/gr-uhd/lib'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/lesagegp/Downloads/gnuradio/gr-uhd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/lesagegp/Downloads/gnuradio'
> make: *** [all] Error 2
> Exiting Gnu Radio build/install
>
> At least some of these files do exist
> e.g. /usr/lib/libboost_date_time-mt.so
>
> Next I tried downloading with git clone
> http://gnuradio.org/git/gnuradio.git
>
> And went through the steps
> sudo ./bootstrap
> sudo ./configure
> sudo make
>
> make fails again with the same errors
>
> That's when I completely reinstalled Ubuntu to make sure no left over
> files were causing a problem. Running the script on a fresh install
> fails at exactly the same point.
>
> This is my first question submission. I tried to make sure it is neither
> obvious or already answered. I appreciate any advice.
>
> Thanks
>
> I just downloaded the latest Gnu Radio via GIT, and did:
>
>   make distclean; make clean
>   ./bootstrap
>   ./configure
>   make; sudo make install
>
> It went entirely fine.  So, my assumption is that the very latest codebase
> relies on some pre-req that is satisfied on my system (Fedora 14), and
>   not on Ubuntu.  What exactly, that is, I'm not sure.
>
>
> --
> Marcus Leech
> Principal Investigator
> Shirleys Bay Radio Astronomy Consortium
> http://www.sbrac.org
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>

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


Re: [Discuss-gnuradio] installation problem

2008-10-23 Thread Eric Blossom
On Thu, Oct 23, 2008 at 10:31:19AM -0400, Achilleas Anastasopoulos wrote:
> Hi,
>
> I am trying to install gnuradio on a Linux system for which I am not the
> owner (university-wide computing at U of Michigan).
> Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on
> my space (at least as a temporary solution). I also added the path to  
> the new swig in my path variable and
> verified that
>
>> which swig
> /afs/engin.umich.edu/u/a/n/anastas/mylocal/bin/swig
>
> and
>
>> swig -version
> SWIG Version 1.3.36
>
> Fine so far.

Be sure your PATH is set correctly.

> Now when I run "configure" in gnuradio it does not recognize the new
> swig, but the old one...
> In addition, after "configure" is run, when I do "which swig" I get the
> old version not the one I installed and similarly "swig -version" gives
> me the old one (ie, the one originally installed in the system).

I suspect you were doing this in a different window then when you
first typed 'which swig'

Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] installation problem

2008-10-23 Thread Umair Nasir
>
> Since they only have swig 1.3.29 installed, I installed myself 1.3.36 on
> my space (at least as a temporary solution).
>
> Now when I run "configure" in gnuradio it does not recognize the new
> swig, but the old one...
> In addition, after "configure" is run, when I do "which swig" I get the
> old version not the one I installed and similarly "swig -version" gives
> me the old one (ie, the one originally installed in the system).
>
>

Did you uninstall the older version with make uninstall?

-- 
Umair
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Ali The GREAT!
Hi all,
i use the following command to get the code:

$ git clone --recursive  https://github.com/gnuradio/gnuradio.git

when i install from source ($mkdir build; cd build; cmake ../; make; sudo
make install; sudo ldconfig) the installed version is v3.7.12
($gnuradio-config-info --version) and i have a problem with the data type
colors appeared in the GRC (the blocks' parameters are not colored as the
previous versions)

i have two questions:
1) why is that?
2) how can i install version 3.7.11 (or any previous versions except
3.7.12) instead of 3.7.12 ?

thanks a million
Ali
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Installation problem CentOS ... FFTW3F

2009-08-06 Thread Mir M. Ali
Hi,
I have a problem installing gnuradio on Centos-5. I installed fftw-3.2.2 and
ran the configure script in gnuradio. It shows this error as it cant find
the fftw3f.

ecking for FFTW3F... configure: error: Package requirements (fftw3f >= 3.0)
were not met:

No package 'fftw3f' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables FFTW3F_CFLAGS
and FFTW3F_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I then set the PKG_CONFIG_PATH as /usr/local/share/fftw-3.2.2 as this is
where the fftw package is. I even tried setting the FFTW3F_CFLAGS and
FFTW3F_LIBS as
/usr/local/include/ and /usr/local/lib respectively. I still get the same
error message. A similar post in the forum
http://www.nabble.com/Problem-iinstalling-fftw-3.2-on-Centos-5.2-64-bits-td21909142.htmlwasn't
of any help either as I still get the same error.

Any help will be appreciated. Installation in Ubuntu is so much easier but I
don't have an Ubuntu system now and will have to work on a CentOS machine.
Please help.

Thanks,
Mir
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Installation problem with cygwin

2008-06-11 Thread Nan Zhang
I tried to install numpy under cygwin using the method given in
http://gnuradio.org/trac/wiki/NumpyInstall as follows

cd /usr/src

tar zxf numpy-1.0.3.1.tar.gz
cd numpy-1.0.3.1
python setup.py install

but always failed. Could someone help? Beside that, I have a python and
numpy installed under windows. I am wondering if there is some way to take
use of the windows version for gnuradio?
Thanks.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Derek Kozel
Hello Ali,

I don't know about #1. Can you share the full version string and some info
about your OS?

For #2:
You can checkout the release tag for 3.7.11
https://github.com/gnuradio/gnuradio/releases/tag/v3.7.11

$ git checkout v3.7.11
$ git submodule update

Regards,
Derek

On Fri, Aug 11, 2017 at 9:38 AM, Ali The GREAT!  wrote:

> Hi all,
> i use the following command to get the code:
>
> $ git clone --recursive  https://github.com/gnuradio/gnuradio.git
>
> when i install from source ($mkdir build; cd build; cmake ../; make; sudo
> make install; sudo ldconfig) the installed version is v3.7.12
> ($gnuradio-config-info --version) and i have a problem with the data type
> colors appeared in the GRC (the blocks' parameters are not colored as the
> previous versions)
>
> i have two questions:
> 1) why is that?
> 2) how can i install version 3.7.11 (or any previous versions except
> 3.7.12) instead of 3.7.12 ?
>
> thanks a million
> Ali
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] installation problem with v3.7.12

2017-08-11 Thread Ron Economos

You can get to older versions by checking them out with git.

git checkout v3.7.11

To see all the available tags.

git tag

I'm not sure why you're not seeing the block parameter colors. The 
latest version (3.7.12git-218-g811bee8c) is working fine here on Ubuntu 
16.04.


Ron

On 08/11/2017 01:38 AM, Ali The GREAT! wrote:

Hi all,
i use the following command to get the code:

$ git clone --recursive https://github.com/gnuradio/gnuradio.git

when i install from source ($mkdir build; cd build; cmake ../; make; 
sudo make install; sudo ldconfig) the installed version is v3.7.12 
($gnuradio-config-info --version) and i have a problem with the data 
type colors appeared in the GRC (the blocks' parameters are not 
colored as the previous versions)


i have two questions:
1) why is that?
2) how can i install version 3.7.11 (or any previous versions except 
3.7.12) instead of 3.7.12 ?


thanks a million
Ali



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


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


Re: [Discuss-gnuradio] Installation problem CentOS ... FFTW3F

2009-08-07 Thread Eric Blossom
On Fri, Aug 07, 2009 at 12:16:31AM -0500, Mir M. Ali wrote:
> Hi,
> I have a problem installing gnuradio on Centos-5. I installed fftw-3.2.2 and
> ran the configure script in gnuradio. It shows this error as it cant find
> the fftw3f.
> 
> ecking for FFTW3F... configure: error: Package requirements (fftw3f >= 3.0)
> were not met:
> 
> No package 'fftw3f' found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.

Try installing the -devel package.

Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem CentOS ... FFTW3F

2009-08-12 Thread Mir M. Ali
I followed the instructions given in
http://gnuradio.org/trac/wiki/FFTWInstall but still had no success. Eric,
suggested installing the fftw-devel package. I used the source fftw-3.2.2
and wouldn't this be all I need. The PKG_CONFIG_PATH was set too but still
had no success.

The output of pkg-config is shown below and it shows that fftw is installed.
$ pkg-config --list-all | grep fft
   fftw3FFTW - fast Fourier transform library

Gnuradio's configure doesn't seem to find it. What can I do now?

Thanks,
Mir


On Fri, Aug 7, 2009 at 3:00 PM, Eric Blossom  wrote:

> On Fri, Aug 07, 2009 at 12:16:31AM -0500, Mir M. Ali wrote:
> > Hi,
> > I have a problem installing gnuradio on Centos-5. I installed fftw-3.2.2
> and
> > ran the configure script in gnuradio. It shows this error as it cant find
> > the fftw3f.
> >
> > ecking for FFTW3F... configure: error: Package requirements (fftw3f >=
> 3.0)
> > were not met:
> >
> > No package 'fftw3f' found
> >
> > Consider adjusting the PKG_CONFIG_PATH environment variable if you
> > installed software in a non-standard prefix.
>
> Try installing the -devel package.
>
> Eric
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem with cygwin

2008-06-11 Thread Don Ward

"Nan Zhang" <[EMAIL PROTECTED]> wrote:


I tried to install numpy under cygwin using the method given in
http://gnuradio.org/trac/wiki/NumpyInstall as follows

cd /usr/src

tar zxf numpy-1.0.3.1.tar.gz
cd numpy-1.0.3.1
python setup.py install

but always failed. Could someone help?


You need to be much more specific about what went wrong.


Beside that, I have a python and
numpy installed under windows.


Were you running the Windows python or Cygwin python?  To use GNU Radio 
under Cygwin you need to use the Cygwin python.



I am wondering if there is some way to take
use of the windows version for gnuradio?


Yes, this can be done using MinGW (see instructions in the wiki).

-- Don W.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] installation problem in gnuradio using cygwin

2008-10-31 Thread teka yemane
hello there,
I was installing gnuradio-3.1.3 in windows using cygwin. The "./configure"  
worked fine but the "make" command results in the follwing error:

ar: .libs/gr_hier_block2.o: No such file or directory
make[5]: *** [libruntime.la] Error 1
make[5]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-core/src/lib/runtim
e'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-core/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-core/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-core'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnuradio-3.1.3'
make: *** [all] Error 2

can anyone give me some advice regarding this error and has any body 
successfully installed the gnuradio using cygwin?
with regards,
teka yemane



  ___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] installation problem of GNURADIO on ubuntu 12.04

2013-01-30 Thread Omer Omer
hi, i have a system PC OF 512 MB RAM and 1.8 GHz processor and 40 GB hard 
disk.My system halts by writing the make command of making GNURADIO and it 
reaches at 40% and then system gets halts.kindly tell me what will be solution 
of this problem.should I Increase my RAM?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] installation problem in gnuradio using cygwin

2008-10-31 Thread Don Ward

teka yemane wrote:


hello there,
I was installing gnuradio-3.1.3 in windows using cygwin. The "./configure"
worked fine but the "make" command results in the follwing error:

ar: .libs/gr_hier_block2.o: No such file or directory
make[5]: *** [libruntime.la] Error 1
make[5]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-
core/src/lib/runtime'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-core/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-core/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnuradio-3.1.3/gnuradio-core'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnuradio-3.1.3'
make: *** [all] Error 2

can anyone give me some advice regarding this error and has any body
successfully installed the gnuradio using cygwin?


Yes, others have installed GNU Radio on Cygwin.

Were you using the instructions at 
http://www.gnuradio.org/trac/wiki/CygwinInstallMain?


Did you check the output listing to see what happened when gr_hier_block2.cc 
was compiled?


-- Don W.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Installation problem on 64-bit ubuntu intrepid

2008-12-02 Thread Songpvamu Gao
Hi,

My system info:

uname -a
Linux user 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64
GNU/Linux

I have been using gnuradio/usrp on 32 bit ubuntu for a while, never have
problem with installation. Yesterday, I decided to switch to 64 bit ubuntu
and install gnuradio follow the procedure what I did on 32 bit system.
Installation is smooth, and I can find usrp by

ls -lR /dev/bus/usb | grep usrp

But when I try to run /usrp_benchmark_usb.py, I got the following error message
  File "usrp_benchmark_usb.py", line 30, in 
from gnuradio import gr
  File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/__init__.py",
line 43, in 
from gnuradio_swig_python import *
  File 
"/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_python.py",
line 23, in 
from gnuradio_swig_py_runtime import *
  File 
"/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py",
line 6, in 
import _gnuradio_swig_py_runtime
ImportError: libgnuradio-core.so.0: cannot open shared object file: No
such file or directory

Seems like library libgnuradio-core.so.0 is missing, but I can loate
the library in /usr/local/lib/libgnuradio-core.so.0.

Anyone has an idea how to fix the problem? Thanks a lot!
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] installation problem of GNURADIO on ubuntu 12.04

2013-01-30 Thread Mike Jameson
Hi Omer,

Increasing your swap space should do the trick. Just run the following
command:

*sudo apt-get install dphys-swapfile


Edit the following config file and reboot:

/etc/dphys-swapfile


*Man page about the tool and config parameters:*

http://manpages.ubuntu.com/manpages/precise/man8/dphys-swapfile.8.html
*

Cheers,

Mike
M0MIK


On 30 January 2013 15:31, Omer Omer  wrote:

> hi, i have a system PC OF 512 MB RAM and 1.8 GHz processor and 40 GB hard
> disk.My system halts by writing the make command of making GNURADIO and it
> reaches at 40% and then system gets halts.kindly tell me what will be
> solution of this problem.should I Increase my RAM?
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] installation problem of usrp package in fedora 15

2011-10-16 Thread Achilleas Anastasopoulos
I have installed libusb in Fedora 15 (it is installed in /lib64)

ls /lib64/libusb*
lrwxrwxrwx. 1 root root19 Oct  5 16:17 /lib64/libusb-0.1.so.4 ->
libusb-0.1.so.4.4.4
-rwxr-xr-x. 1 root root 20376 Jun 22 04:09 /lib64/libusb-0.1.so.4.4.4
-rw-r--r--. 1 root root 85498 Feb  8  2011 /lib64/libusb-1.0.a
lrwxrwxrwx. 1 root root19 Oct  7 20:04 /lib64/libusb-1.0.so ->
libusb-1.0.so.0.0.0
lrwxrwxrwx. 1 root root19 May 13 15:42 /lib64/libusb-1.0.so.0 ->
libusb-1.0.so.0.0.0
-rwxr-xr-x. 1 root root 56280 Feb  8  2011 /lib64/libusb-1.0.so.0.0.0
-rw-r--r--. 1 root root 19362 Jun 22 04:09 /lib64/libusb.a
lrwxrwxrwx. 1 root root19 Oct  5 17:01 /lib64/libusb.so ->
libusb-0.1.so.4.4.4

I have also added /lib64 on my LD_LIBRARY PATH :

export LD_LIBRARY_PATH=/usr/local/lib64:/lib64:$LD_LIBRARY_PATH

When I run
configure --enable-usrp
on the latest master branch
I get the following error:


checking for sigaction... (cached) yes
checking for snprintf... (cached) yes
configure: Checking for LIBUSB version 'libusb'
checking for USB... yes
checking libusb for header usb.h... yes
checking libusb for function usb_bulk_write in library usb... yes
checking libusb for symbol usb_debug in library usb... no
configure: Checking for LIBUSB version 'libusb-legacy'
checking for USB... no
Unable to find dependency libusb.
checking for sdcc... sdcc -mmcs51 --no-xinit-opt
checking for asx8051... asx8051 -plosgff
checking sdcc_version "2.8.0"... 2.8.0
configure: error: Component usrp has errors; stopping.


what is going wrong?

Thanks
Achilleas

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


[Discuss-gnuradio] Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

2012-03-07 Thread senthil murugan
Hi all,

I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I googled
the error but i didn't get any materials to solve this issue.

Could anyone please help me in this regard:

/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[5]: *** [libgnuradio-qtgui.la] Error 1
make[5]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roshni/gnuradio-3.4.2'
make: *** [all] Error 2

Thanks
Senthil
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem on 64-bit ubuntu intrepid

2008-12-02 Thread Newell Jensen
I have just upgraded to Ubuntu 8.10 on my 64-bit machine (a few weeks ago).

Did you do this? (which is on the wiki):

Because Debian and Ubuntu apply a poorly implemented "enhancement" to the
upstream version of libtool, they break the ability to test code and
libraries prior to installing them. We think that testing before
installation is a good idea. To work around their damage, be sure to include
$PREFIX/lib (and $PREFIX/lib64 on 64-bit machines) in /etc/ld.so.conf.

If you don't include $PREFIX/lib in /etc/ld.so.conf, you will see errors
during the linking phase of the build. There are several places it shows up.
The first one is often during the build of mblocks. It's not an mblock
problem. It's a Debian/Ubuntu problem.

Do this to work around the "feature":

cp /etc/ld.so.conf /tmp/ld.so.conf
echo /usr/local/lib >> /tmp/ld.so.conf
sudo mv /tmp/ld.so.conf /etc/ld.so.conf
sudo ldconfig


-- 
Newell

http://www.gempillar.com
Before enlightenment: chop wood, carry water
After enlightenment: code, build circuits
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

2012-03-07 Thread Nick Foster
On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan wrote:

> Hi all,
>
> I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I googled
> the error but i didn't get any materials to solve this issue.
>

You need to install libxi. On Ubuntu 11.10 the package is "libxi6".

--n


>
> Could anyone please help me in this regard:
>
> /usr/bin/ld: cannot find -lXi
> collect2: ld returned 1 exit status
> make[5]: *** [libgnuradio-qtgui.la] Error 1
> make[5]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/roshni/gnuradio-3.4.2'
> make: *** [all] Error 2
>
> Thanks
> Senthil
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

2012-03-07 Thread mleech
  

The other approach for Ubuntu is:


http://www.sbrac.org/files/build-gnuradio 

Takes care of
dependencies, etc. 

On Wed, 7 Mar 2012 08:06:34 -0800, Nick Foster
wrote: 

> On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan wrote:
> 
>>
Hi all,
>> 
>> I have error when making gnuradio 3.4.2 in Ubuntu 11.10
system. I googled the error but i didn't get any materials to solve this
issue.
> 
> You need to install libxi. On Ubuntu 11.10 the package is
"libxi6". 
> 
> --n 
> 
>> Could anyone please help me in this
regard:
>> 
>> /usr/bin/ld: cannot find -lXi
>> collect2: ld returned 1
exit status
>> make[5]: *** [libgnuradio-qtgui.la [1]] Error 1
>>
make[5]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
>>
make[4]: *** [all] Error 2
>> make[4]: Leaving directory
`/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
>> make[3]: ***
[all-recursive] Error 1
>> make[3]: Leaving directory
`/home/roshni/gnuradio-3.4.2/gr-qtgui'
>> make[2]: *** [all] Error 2
>>
make[2]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui'
>>
make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory
`/home/roshni/gnuradio-3.4.2'
>> make: *** [all] Error 2
>> 
>>
Thanks
>> Senthil
>> 
>>
___
>> Discuss-gnuradio
mailing list
>> Discuss-gnuradio@gnu.org [2]
>>
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio [3]

 


Links:
--
[1] http://libgnuradio-qtgui.la
[2]
mailto:Discuss-gnuradio@gnu.org
[3]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
[4]
mailto:amrita.sent...@gmail.com
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

2012-03-08 Thread Arturo Rinaldi
Nella citazione in data Wed Mar  7 17:28:33 2012, mle...@ripnet.com ha 
scritto:

The other approach for Ubuntu is:

http://www.sbrac.org/files/build-gnuradio

Takes care of dependencies, etc.

On Wed, 7 Mar 2012 08:06:34 -0800, Nick Foster wrote:

On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan 
mailto:amrita.sent...@gmail.com>> wrote:


Hi all,

I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I
googled the error but i didn't get any materials to solve this
issue.

You need to install libxi. On Ubuntu 11.10 the package is "libxi6".
--n


Could anyone please help me in this regard:

/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[5]: *** [libgnuradio-qtgui.la ]
Error 1
make[5]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roshni/gnuradio-3.4.2'
make: *** [all] Error 2

Thanks
Senthil

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





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


from the ubuntu shell digit :

sudo apt-get build-dep gnuradio

then 

extract the ubuntu part in the "build_gnuradio" script and run in it in 
the shell. then perform the usual steps and you're done ;)


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


[Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)

2009-09-08 Thread ingangout . civ9z
Following the advice at http://gnuradio.org/trac/wiki/UbuntuInstall, I 
installed the Jaunty version of the Ubuntu distro. on my PC and the , hoping 
for a clean installation of the gnuradio code in a Linux environment (gnuradio 
version 3.2.2-1, according to the synaptic code manager).  I am trying to get 
some UCLA IEEE 802.15.4 code running (at 
https://www.cgran.org/browser/projects/ucla_zigbee_phy/trunk).  Therefore, I 
also followed the installation instructions at: 
https://www.cgran.org/wiki/UCLAZigBee#HowToInstall.  However, after 
installation of all of these, when I try to run the dial tone python example 
(now located in 
/usr/local/gnuradio_r10495/gnuradio-examples/python/audio/dial_tone.py or the 
multi-tone examples, I get the following error:

u...@ubuntu:/usr/local/gnuradio_r10495/gnuradio-examples/python/audio$ python 
dial_tone.py 
Exception RuntimeError: 'maximum recursion depth exceeded while calling a 
Python object' in  ignored

If I run the oscilloscope example, I get the same error:

u...@ubuntu:/usr/local/gnuradio_r10495/gr-utils/src/python$ ./usrp_oscope.py 
Exception RuntimeError: 'maximum recursion depth exceeded while calling a 
Python object' in  ignored

I get the same error when trying to run the UCLA code examples:

u...@ubuntu:/usr/local/ucla_zigbee_phy/src/examples$ python cc2420_rxtest.py
Exception RuntimeError: 'maximum recursion depth exceeded while calling a 
Python object' in  ignored
cordic_freq = 2.475G
data_rate =  2M
samples_per_symbol =  2
usrp_decim =  16
fs =  4M
Using RX d'board A: Flex 2400 Rx MIMO B
>>> gr_fir_fff: using SSE
802_15_4_pkt: waiting for packet

Interestingly, the gnuradio example programs and the UCLA program all appear to 
work(!). I hear tones for the gnuradio audio examples, see an oscilloscope with 
radio activity and I can detect some 802.15.4 beacons using the UCLA example.  

This error seems to have been observed before and to have been attributed to an 
incompatibility between the linux kernel version (my version is 2.6.28-11) and 
the specific version of Python (my version is 2.6).  e.g. 
http://www.ruby-forum.com/topic/176968, 
http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg17030.html. However, 
after a search of the forums and a google or two, I cannot see any information 
about resolving the issue.  Is this a problem that can be ignored safely?  

To get rid of the error or work around the problem, it seems to me that my 
possible options are: 
 . Find a different version of Ubuntu and/or gnuradio that are known to work 
together properly (building from a tarball maybe???). I also need versions that 
will also support the UCLA code
 . change my version of python (I have tried an altinstall of python2.5, but 
get a different set of errors).  This assumes that the Python version *is* in 
fact the issue.
 . get (more) help from the authors of the UCLA code about the compatible 
versions of UCLA and gnuradio software and/or the OS kernel and/or Python 
software that they are using in their labs
 . Review installation logs for potential problems that may have occurred 
during installation (are the logs for any of these installation processes 
stored somewhere or are they just sent to the standard output... which I didn't 
save?). 

These options really require some knowledge of what is supposed to work, which 
I don't have and haven't found yet. The dial_tone and multi_tone examples are 
pretty simple gnuradio-only ones, right?  These examples shouldn't have a lot 
of dependencies on stuff made and configured during the UCLA code tree 
installation process, I'm hoping.  Any guidance from anyone about what to try 
next would be very much appreciated.

/ David


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)

2009-09-09 Thread DDKK

I am wondering if this is some kind of pythonpath setup error that I'm
making.

I get the same error if I just import the gr definition from gnuradio in the
python interpreter.  It gives me the same error message the first time,
although it *doesn't* complain on the second and subsequent import attempts:

u...@ubuntu:/usr/local/gnuradio_r10495/gnuradio-examples/python/audio$
python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
Exception RuntimeError: 'maximum recursion depth exceeded while calling a
Python object' in  ignored
>>> from gnuradio import gr
>>> 

-- 
View this message in context: 
http://www.nabble.com/Installation-problem%3A-Ubuntu-9.04-gnuradio-binary-3.2-package-%28recursion-depth-error%29-tp25347223p25377520.html
Sent from the GnuRadio mailing list archive at Nabble.com.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)

2009-09-10 Thread Eric Blossom
On Wed, Sep 09, 2009 at 10:30:16PM -0700, DDKK wrote:
> 
> I am wondering if this is some kind of pythonpath setup error that I'm
> making.
> 
> I get the same error if I just import the gr definition from gnuradio in the
> python interpreter.  It gives me the same error message the first time,
> although it *doesn't* complain on the second and subsequent import attempts:
> 
> u...@ubuntu:/usr/local/gnuradio_r10495/gnuradio-examples/python/audio$
> python
> Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
> [GCC 4.3.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from gnuradio import gr
> Exception RuntimeError: 'maximum recursion depth exceeded while calling a
> Python object' in  ignored
> >>> from gnuradio import gr
> >>> 
> 

We fixed a Python 2.6 related quite a while ago.  Have you tried
updating to a more recent version of the trunk (or git if you like)?

Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Installation problem: Ubuntu 9.04-gnuradio binary 3.2 package (recursion depth error)

2009-09-11 Thread David Knox


Eric Blossom wrote:
> 
> We fixed a Python 2.6 related quite a while ago.  Have you tried
> updating to a more recent version of the trunk (or git if you like)?
> 
> Eric
> 

As a test, I uninstalled gnuradio and then re-installed it.  I was not too
clear on the correct process for this, based on my reading of the forums and
a quick web search.  For the benefit of others, I will list what I did
(which worked for me).  

I used both 'sudo make uninstall' in the root gnuradio directory
I also uninstalled it (again?) using the Synaptic package manager.
I re-installed gnuradio using only Synaptic and gnu-companion as the device
to pull everything in, although gnu-companion looks nifty as an application
too.  

I don't know which of these steps is necessary or unnecessary.  However,
after this, all the examples that I have tried have worked without error
messages on my USRP1 platform.
-- 
View this message in context: 
http://www.nabble.com/Installation-problem%3A-Ubuntu-9.04-gnuradio-binary-3.2-package-%28recursion-depth-error%29-tp25347223p25397039.html
Sent from the GnuRadio mailing list archive at Nabble.com.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio