discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Still problems building gr 3.4.2 / Debian


From: Tom Tsou
Subject: Re: [Discuss-gnuradio] Still problems building gr 3.4.2 / Debian
Date: Fri, 2 Aug 2013 22:38:45 +0200

On Fri, Aug 2, 2013 at 10:19 PM, Ralph A. Schmid, dk5ras
<address@hidden> wrote:
> OK, pulled fresh copy frokm git, no errors with bootstrap, but still this
> one:
>
> /usr/bin/ld: usrp_rx_cfile.o: undefined reference to symbol
> '_ZN5boost6system15system_categoryEv'
> /usr/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO
> /usr/lib/libboost_system.so.1.53.0 so try adding it to the linker command
> line
> /usr/lib/libboost_system.so.1.53.0: could not read symbols: Invalid
> operation
> collect2: error: ld returned 1 exit status
> make[5]: *** [usrp_rx_cfile] Error 1
> make[5]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp/apps'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp/apps'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ras/gnuradio-3.4.2'
> make: *** [all] Error 2
> address@hidden:~/gnuradio-3.4.2$

If I'm not mistaken, that means the driver is built. Anyhow, the
gr-usrp module isn't needed so you can add that to the disable list
too '--disable-gr-usrp'.

Or, since you *only* care about the usrp driver, just go into the
'usrp' subdirectory and run make and make install from there and
ignore everything else.

 -TT



reply via email to

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