discuss-gnuradio
[Top][All Lists]
Advanced

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

OOT tool breaking for one module and then fails on previous working OOT


From: George Edwards
Subject: OOT tool breaking for one module and then fails on previous working OOT Blocks
Date: Wed, 19 Aug 2020 21:17:42 -0600

Hello,

I make all my Gnuradio OOT modules in one directory, gr-tutorial. The problem I am having is that my latest module compiles when I do: cmake ../ and make, however, the QA module fails and gave error warnings
 File "<frozen importlib_bootstrap>" (a bunch of these from some imported file)
Now if I try to run a QA test on a previous working module, it fails and gives the same messages. This is strange because if a QA test for an OOT module passed the test in the past, it should pass the test again and should be independent of the current failed QA test. However, in my case it is failing giving the same error warnings as the current test which failed. So the diagnosis system must be broken. 

I will appreciate any help you can provide me as to why this problem is happening.

Regards,
George

reply via email to

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