Hi,
As many of you, I'm tryng to compile pc-ble-driver (v4.1.2) found in https://github.com/NordicSemiconductor/pc-ble-driver/tree/v4.1.2, just to see how the code works and to re-use some parts in a Python project that I'm developing using the nRF52840 Dongle.
The Operative System is Windows 10 64-bit.
I've completed successfully the following steps Driver installation, Driver validation, Installing tools, Installing dependencies until facing troubles in Compiling pc-ble-driver on Windows:
- First problem encountered when Installing vcpkg dependencies: from the System Environment, I had to delete VCPKG_ROOT variable (previously set in the step 5 of Installing dependencies on Windows) and leave only the vcpkg correct link in path variable; after that I was able to install the vcpkg dependencies
- Second problem encountered at point "CMake Select the Visual Studio compiler to use according to this article: Build C/C++ code on the command line": (here I'm asking if someone can help me)
in this section, the System Environment variables CC and CXX were set for MSVC compiler, and the cmake answer is as follow:
So, long story short, I'm blocked: Can any one please help me?
P.S. As a completion, but don't think is part of the problem, "gcc-arm-none-eabi-9-2020-q2-update-win32" was installed and
the `Mass Storage Device` was disable (using regedit ), as described in Driver installation
Thank you.
Fabio