discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Makefile:127: recipe for target 'test' failed during 'make test' com


From: Marcus Müller
Subject: Re: Makefile:127: recipe for target 'test' failed during 'make test' command
Date: Thu, 12 Nov 2020 17:58:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

Hi Rupak,

can you update to a moderner Ubuntu? GNU Radio 3.8 should work with
Ubuntu 16.04, indeed, but on 20.04, you can just

sudo apt install gnuradio gnuradio-dev cmake swig

and have a working GNU Radio 3.8 development environment, eradicating so
many sources of error...

Anyway, did you implement that test?
Also, when you run `ctest --output-on-failure` instead of `make test`,
you should be getting a more detailed error report.

Best regards,
Marcus


On 12.11.20 04:02, Rupak Paul wrote:
> Hi there,
> 
> I am using Ubuntu 16.08 and GNU 3.8.
> When I run ''make test'' cmd for creating new OOT module, it fails and
> shows-
> ......................................................................
> Running tests...
> Test project /home/rupak/gr-howto/build
>     Start 1: test_howto
> 1/2 Test #1: test_howto .......................   Passed    0.02 sec
>     Start 2: qa_square_ff
> 2/2 Test #2: qa_square_ff .....................***Failed    0.42 sec
> 
> 50% tests passed, 1 tests failed out of 2
> 
> Total Test time (real) =   0.44 sec
> 
> The following tests FAILED:
>  2 - qa_square_ff (Failed)
> Errors while running CTest
> Makefile:127: recipe for target 'test' failed
> make: *** [test] Error 8
> ...............................................................................
> 
> I followed every steps according to'OutOfTreeModules'.
> How can I fix this issue?
> -- 
> 
> 
> Thanking you, 
> 
> Rupak Paul 
> 



reply via email to

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