On 07/18/2018 05:40 AM, Massimo Bastianon via USRP-users wrote:
> 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:
>
> |intUHD_SAFE_MAIN(intargc,char*argv[]){uhd::set_thread_priority_safe();uhd::usrp::subdev_spec_taddr;//
> <-- 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?
Massimo,
note that this is unrelated to any specific device. In fact, your code
isn't talking to any device.
I'm not sure why you get that segfault. What happens when you don't do
set_thread_priority_safe()?
-- M
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com