Re: [Discuss-gnuradio] uhd time_spec

2017-05-31 Thread Garver, Paul W
Did you do ldconfig after compiling? Also, you can remove the try/catch in python/__init__.py this should tell you the actual error if you use a debugger. Paul Garver On May 31, 2017, at 2:35 AM, Amirhosein naseri mailto:amirhosein_nas...@yahoo.com>> wrote: Tnx Paul for your answer. Yeah I r

Re: [Discuss-gnuradio] uhd time_spec

2017-05-30 Thread Garver, Paul W
Did you link against the appropriate libraries in cmake? Haven’t done this myself for UHD library calls, but my guess is you need to add UHD to GR_REQUIRED_COMPONENTS, or something similar [1]. That error is a really poor message for diagnosing the root issue ,which is likely a linking problem.