discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] UHD CMake error Boost not found


From: Criss Swaim
Subject: Re: [Discuss-gnuradio] UHD CMake error Boost not found
Date: Mon, 28 Jun 2010 16:01:35 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b2pre Thunderbird/3.0.5

On 6/28/2010 3:42 PM, Josh Blum wrote:
> On 06/28/2010 02:14 PM, Criss Swaim wrote:
>> I am trying to upgrade the USRP2 firmware/fpga and UHD code to the most
>> current releases.
>> Fedora 11, 64-bit
>>
>> After upgrading the firmware/fpga (and before installing the new UHD
>> code) I can ping the USRP2, but the uhd_find_devices returns 'No USRP
>> found'
>>
>> I pulled the newest UHD code from the repository and when I run the
>> cmake ../  - receive an error that the boost libraries cannot be found.
>> After comparing the CMakelist.txt files between the old and new, the
>> only difference around the find boost was the new required boost 1.36
>> and the old required 1.37.  Even after changing the required version to
>> 1.37, the new cmake fails.
>
> When you run cmake try:
>
> cmake -DBOOST_LIBRARYDIR=/usr/lib64 ../
>
> Ive seen this on a few fedora 64 bit machines, but the problem doesnt
> seem consistent... Anyway, let me know if that fixes it for you.
>
> -Josh

That corrected the problem.  System compiles and can access the
USRP....thanks

>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>



reply via email to

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