I'm struggling with an easy task: get USRP B200mini working with my code.

I'm using windows 10 x64 and visual studio 2017, I downloded and compiled
boost 1.67.0 (both 32 and 64 bit). I used udh.dll from UHD 3.12.0.0 and
GNURadio-3.7.

I followed the simple guide but it's not working, even this small piece
code gives me error:

 int UHD_SAFE_MAIN(int argc, char *argv[]) {
    uhd::set_thread_priority_safe();

    uhd::usrp::subdev_spec_t addr; // <-- exception

 }

Exception thrown at 0x00007FF9A3321688 (uhd.dll) in
ConsoleApplicationTest2.exe: 0xC0000005: Access violation reading location
0x000000AC70300000.

Other softwares are working with my device but my code is not, maybe it has
an easy solution.. Did anyone already faced this issue?
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to