Page 1 of 1

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

Posted: Thu Aug 08, 2019 5:45 am
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

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

Posted: Tue Aug 20, 2019 2:59 am
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