Build libbladeRF for (Windows 10) and using (Visual Studio 2019)

Having issues with the site, hardware, source code, or any other issues?
Post Reply
thalsharif
Posts: 1
Joined: Wed Aug 07, 2019 4:51 am

Build libbladeRF for (Windows 10) and using (Visual Studio 2019)

Post by thalsharif »

Dears,

I am trying to rebuild libbladeRF from scratch.

I follows same steps as mention here:
https://github.com/Nuand/bladeRF/wiki/B ... or-Windows
https://github.com/Nuand/bladeRF/tree/master/host

after build the solution, I got a lot of warning massages and one error.
then I rebuild the bladeRF-cli only and I got same warning massages without errors.
I will put all the warning massages in next replay:

when I try to run baldeRF-cli.exe from CMD, I got this error:
pup window shows with this:

Code: Select all

The application was unable to start correctly (0xc000007b).
Click OK to close the application
robert.ghilduta
Posts: 156
Joined: Thu Feb 28, 2013 11:14 pm

Re: Build libbladeRF for (Windows 10) and using (Visual Studio 2019)

Post by robert.ghilduta »

This seems like a runtime problem, perhaps due to missing MSVS 2019 runtime libraries.
Ensure MSVC++ runtime libraries are installed. More information can be found on Microsoft's site: https://support.microsoft.com/en-us/hel ... -downloads
Post Reply