You should be inside your build directory when you run make.

On 19.05.2014 15:15, Activecat wrote:
> On Mon, May 19, 2014 at 9:04 PM, Tom Rondeau <t...@trondeau.com> wrote:
>
>> On Mon, May 19, 2014 at 12:40 AM, Activecat <active...@gmail.com> wrote:
>>
>>> On Wed, Apr 30, 2014 at 4:17 AM, Martin Braun <martin.br...@ettus.com>wrote:
>>>
>>>> Hey Don,
>>>>
>>>> this is a bug in UHD, which is fixed on the current 'master'. If you're
>>>> using 'master', you can simply update UHD and reinstall (git pull etc.).
>>>>
>>>> If you can't update for some reason right now, --wire-format=sc16 might
>>>> help.
>>>>
>>>> Cheers,
>>>> Martin
>>>>
>>>
>>> Unfortunately it becomes incompatible after the uhd update:
>>>
>>>   RuntimeError:
>>>   GR-UHD detected ABI compatibility mismatch with UHD library.
>>>   GR-UHD was build against ABI: 3.7.0-0,
>>>   but UHD library reports ABI: 3.7.1-0
>>>   Suggestion: install an ABI compatible version of UHD,
>>>   or rebuild GR-UHD component against this ABI version.
>>>
>>> So, how to update the ABI, without a complete gnuradio rebuild ..?
>>>
>> If you still have the build directory from your previous build of GNU
>> Radio, you can just go into the gr-uhd directory and type make and make
>> install. You might want to make clean to make sure it rebuilds and
>> therefore links against the newest versions; gr-uhd isn't that big, so
>> rebuilding the whole component isn't that time consuming.
>>
>> If you did not save the original build directory, you will have to rebuild
>> the whole thing to update the library.
>>
>> Tom
>>
>
> Do I need to "cmake ../" first?  The "make" within gr-uhd produces
> following error:
>
>   activecat@rs: ~/download/gnuradio37/gnuradio/gr-uhd $ make
>   make: *** No targets specified and no makefile found.  Stop.
>
>
>
> _______________________________________________
> 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

Reply via email to