On 2022-07-14 18:57, Marcus Müller wrote:
But that application is the USRP block of GNU Radio, so you're at least not the first to use it :)


Wild stab:

So, this is run on your PC, right; are you sure that the GNU Radio you run was built against the UHD you're using? (This is basically asking how you installed both GNU Radio and UHD)


Best regards,

Marcus
Indeed, mis-match between what an application was linked against, and what it has dynamically loaded can cause Bad Things(tm).  It's unfortunate that the   *reality* of dynamically-linked, shared-library applications is that you *cannot* mix-and-match.     This was one of the "promises" of DLLs "back in the day", when
  they were a shiny-new thing.  Sigh.

But my comment still holds to a certain degree.   If you're writing an app in C++ or C that uses Gnu Radio, you can still "paste" things in such a way that some
   "distant" library loses its lunch.  Been there.   Done that. Yikes.

_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to