<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Can&amp;#39;t build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89752/can-t-build-pc-ble-driver-on-windows-10</link><description>I following description of https://github.com/NordicSemiconductor/pc-ble-driver#Compiling-pc-ble-driver-from-source to build pc-ble-driver 
 pc-ble-driver\build&amp;gt; cmake -G Ninja .. -- NRF_BLE_DRIVER_VERSION not specified, setting it to 0.0.0 CMake Warning</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Jul 2022 08:09:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89752/can-t-build-pc-ble-driver-on-windows-10" /><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376347?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 08:09:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d531a30-20e7-4b8a-820d-f8cc0cf88e92</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Windows_5F00_10_5F00_SDK.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376346?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 08:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68df4e21-b49a-4824-8ad2-0de9c3f36aa1</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Visual_5F00_Studio_2D00_installer.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376345?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 08:08:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:260ca8ba-b311-4792-b91d-30a22c39c2e9</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;Thanks for your help! I can build pc-ble-driver DLL after I reinstall same version of compiler and SDK of Visual Studio 2019.&lt;/p&gt;
&lt;p&gt;**********************************************************************&lt;br /&gt;** Visual Studio 2019 Developer Command Prompt v16.11.16&lt;br /&gt;** Copyright (c) 2021 Microsoft Corporation&lt;br /&gt;**********************************************************************&lt;br /&gt;&lt;br /&gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community&amp;gt;cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build&lt;br /&gt;&lt;br /&gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build&amp;gt;call vcvars64.bat&lt;br /&gt;**********************************************************************&lt;br /&gt;** Visual Studio 2019 Developer Command Prompt v16.11.16&lt;br /&gt;** Copyright (c) 2021 Microsoft Corporation&lt;br /&gt;**********************************************************************&lt;br /&gt;[vcvarsall.bat] Environment initialized for: &amp;#39;x64&amp;#39;&lt;br /&gt;&lt;br /&gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build&amp;gt;call vcvarsall.bat x64 -vcvars_ver=14.29&lt;br /&gt;**********************************************************************&lt;br /&gt;** Visual Studio 2019 Developer Command Prompt v16.11.16&lt;br /&gt;** Copyright (c) 2021 Microsoft Corporation&lt;br /&gt;**********************************************************************&lt;br /&gt;[vcvarsall.bat] Environment initialized for: &amp;#39;x64&amp;#39;&lt;br /&gt;&lt;br /&gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build&amp;gt;d:&lt;br /&gt;&lt;br /&gt;D:\&amp;gt;cd D:\pc-ble-driver\&lt;br /&gt;&lt;br /&gt;D:\pc-ble-driver&amp;gt;mkdir build&lt;br /&gt;&lt;br /&gt;D:\pc-ble-driver&amp;gt;cd build&lt;br /&gt;&lt;br /&gt;D:\pc-ble-driver\build&amp;gt;cmake -G Ninja&amp;nbsp; -DMSVC_TOOLSET_VERSION=142 ..&lt;br /&gt;-- NRF_BLE_DRIVER_VERSION not specified, setting it to 0.0.0&lt;br /&gt;-- CONNECTIVITY_VERSION not specified, setting it to 0.0.0&lt;br /&gt;-- The C compiler identification is MSVC 19.29.30145.0&lt;br /&gt;-- The CXX compiler identification is MSVC 19.29.30145.0&lt;br /&gt;-- Detecting C compiler ABI info&lt;br /&gt;-- Detecting C compiler ABI info - done&lt;br /&gt;-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped&lt;br /&gt;-- Detecting C compile features&lt;br /&gt;-- Detecting C compile features - done&lt;br /&gt;-- Detecting CXX compiler ABI info&lt;br /&gt;-- Detecting CXX compiler ABI info - done&lt;br /&gt;-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped&lt;br /&gt;-- Detecting CXX compile features&lt;br /&gt;-- Detecting CXX compile features - done&lt;br /&gt;-- Architecture not set, using native 64-bit toolchain.&lt;br /&gt;-- Found Git: D:/Program Files/Git/cmd/git.exe (found version &amp;quot;2.37.0.windows.1&amp;quot;)&lt;br /&gt;-- Looking for pthread.h&lt;br /&gt;-- Looking for pthread.h - not found&lt;br /&gt;-- Found Threads: TRUE&lt;br /&gt;-- Compiled tests are installed in directory &amp;quot;bin&amp;quot;&lt;br /&gt;-- Compiled examples are installed in directory &amp;quot;bin&amp;quot;&lt;br /&gt;-- Found Python: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.10_3.10.1520.0_x64__qbz5n2kfra8p0/python3.10.exe (found version &amp;quot;3.10.5&amp;quot;) found components: Interpreter&lt;br /&gt;-- Did not find clang-tidy, target tidy is disabled.&lt;br /&gt;-- If clang-tidy is installed, make sure run-clang-tidy.py and clang-tidy is in PATH&lt;br /&gt;-- Configuring done&lt;br /&gt;-- Generating done&lt;br /&gt;-- Build files have been written to: D:/pc-ble-driver/build&lt;br /&gt;&lt;br /&gt;D:\pc-ble-driver\build&amp;gt;cmake --build .&lt;br /&gt;[117/372] Building CXX object CMakeFiles\nrf_ble_driver_obj_sd_api_v2.dir\src\common\app_ble_gap.cpp.obj&lt;br /&gt;..\src\common\app_ble_gap.cpp(74): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;..\src\common\app_ble_gap.cpp(100): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;[152/372] Building CXX object CMakeFiles\nrf_ble_driver_obj_sd_api_v5.dir\src\common\app_ble_gap.cpp.obj&lt;br /&gt;..\src\common\app_ble_gap.cpp(74): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;..\src\common\app_ble_gap.cpp(100): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;[195/372] Building CXX object CMakeFiles\nrf_ble_driver_obj_sd_api_v3.dir\src\common\app_ble_gap.cpp.obj&lt;br /&gt;..\src\common\app_ble_gap.cpp(74): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;..\src\common\app_ble_gap.cpp(100): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;[242/372] Building CXX object CMakeFiles\nrf_ble_driver_obj_sd_api_v6.dir\src\common\app_ble_gap.cpp.obj&lt;br /&gt;..\src\common\app_ble_gap.cpp(74): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;..\src\common\app_ble_gap.cpp(100): warning C5208: 在 typedef 名稱中使用的未命名類別，不可宣告非靜態資料成員、成員列舉或成員類別以外的成員&lt;br /&gt;[260/372] Building CXX object test\CMakeFiles\test_serial_port_enum_sd_api_v2.dir\util\src\logging.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[263/372] Building CXX object test\CMakeFiles\test_serial_port_enum_sd_api_v2.dir\util\src\test_environment.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[265/372] Building CXX object test\CMakeFiles\test_serial_port_enum_sd_api_v2.dir\util\src\test_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[266/372] Building CXX object test\CMakeFiles\test_serial_port_enum_sd_api_v2.dir\util\src\test_util_role.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt\core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[267/372] Building CXX object test\CMakeFiles\test_serial_port_enum_sd_api_v2.dir\util\src\test_util_adapter_wrapper.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[269/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_advertising.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[270/372] Building CXX object test\CMakeFiles\test_serial_port_enum_sd_api_v2.dir\util\src\test_util_conversion.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[271/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_driver_open_close.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[273/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_issue_gh_112.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[274/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_issue_128bit_uuid.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[275/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_issue_stuck_in_scan_mode.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[276/372] Building CXX object test\CMakeFiles\test_serial_port_enum_sd_api_v2.dir\transport\test_serial_port_enum.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[277/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_security.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[278/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[279/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\testcase_rssi.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[280/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\util\src\logging.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[281/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\util\src\test_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[282/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\util\src\test_environment.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[283/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\util\src\test_util_role.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt\core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[287/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\util\src\test_util_adapter_wrapper.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[288/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\softdevice_api\test.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[290/372] Building CXX object test\CMakeFiles\test_sd_api_v5.dir\util\src\test_util_conversion.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[291/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\softdevice_api\testcase_advertising.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[292/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\softdevice_api\testcase_driver_open_close.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[293/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\softdevice_api\testcase_issue_stuck_in_scan_mode.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[294/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\softdevice_api\testcase_rssi.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[295/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\softdevice_api\testcase_security.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[296/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\softdevice_api\testcase_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[297/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\util\src\logging.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[298/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\util\src\test_environment.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[299/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\util\src\test_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[301/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\util\src\test_util_role.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt\core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[302/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\util\src\test_util_adapter_wrapper.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[303/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\softdevice_api\test.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[304/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\testcase_advertising.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[305/372] Building CXX object test\CMakeFiles\test_sd_api_v2.dir\util\src\test_util_conversion.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[309/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\testcase_driver_open_close.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[310/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\testcase_issue_gh_112.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[311/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\testcase_issue_stuck_in_scan_mode.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[312/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\testcase_rssi.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[313/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\testcase_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[314/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\testcase_security.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[315/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\util\src\logging.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[316/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\util\src\test_environment.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[317/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\util\src\test_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[318/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\util\src\test_util_role.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt\core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[319/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\util\src\test_util_adapter_wrapper.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[320/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\softdevice_api\test.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[321/372] Building CXX object test\CMakeFiles\test_sd_api_v3.dir\util\src\test_util_conversion.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[323/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_advertising.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[324/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_driver_open_close.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[325/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_issue_gh_112.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[326/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_issue_128bit_uuid.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[327/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_issue_stuck_in_scan_mode.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[328/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_phy_update.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[329/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_rssi.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[330/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\util\src\logging.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[331/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\util\src\test_environment.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[332/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[333/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\util\src\test_util_role.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt\core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[336/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\testcase_security.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[337/372] Building C object examples\CMakeFiles\port_enumeration_sd_api_v6.dir\port_enumeration\main.c.obj&lt;br /&gt;..\examples\port_enumeration\main.c(78): warning C4018: &amp;#39;&amp;lt;&amp;#39;: signed/unsigned 不相符&lt;br /&gt;[340/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\util\src\test_util.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[342/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\softdevice_api\test.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[343/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\util\src\test_util_adapter_wrapper.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[344/372] Building CXX object test\CMakeFiles\test_sd_api_v6.dir\util\src\test_util_conversion.cpp.obj&lt;br /&gt;D:\vcpkg\installed\x64-windows\include\fmt/core.h(327): warning C4566: 由通用字元名稱 &amp;#39;\u00B5&amp;#39; 表示的字元，無法在目前的字碼頁中表示 (950)&lt;br /&gt;[346/372] Building C object examples\CMakeFiles\port_enumeration_sd_api_v5.dir\port_enumeration\main.c.obj&lt;br /&gt;..\examples\port_enumeration\main.c(78): warning C4018: &amp;#39;&amp;lt;&amp;#39;: signed/unsigned 不相符&lt;br /&gt;[352/372] Building C object examples\CMakeFiles\port_enumeration_sd_api_v2.dir\port_enumeration\main.c.obj&lt;br /&gt;..\examples\port_enumeration\main.c(78): warning C4018: &amp;#39;&amp;lt;&amp;#39;: signed/unsigned 不相符&lt;br /&gt;[357/372] Building C object examples\CMakeFiles\port_enumeration_sd_api_v3.dir\port_enumeration\main.c.obj&lt;br /&gt;..\examples\port_enumeration\main.c(78): warning C4018: &amp;#39;&amp;lt;&amp;#39;: signed/unsigned 不相符&lt;br /&gt;[372/372] Linking CXX executable examples\nordic_uart_client_sd_api_v6.exe&lt;br /&gt;&lt;br /&gt;D:\pc-ble-driver\build&amp;gt;dir&lt;br /&gt;&amp;nbsp;磁碟區 D 中的磁碟沒有標籤。&lt;br /&gt;&amp;nbsp;磁碟區序號:&amp;nbsp; 0DC1-12AD&lt;br /&gt;&lt;br /&gt;&amp;nbsp;D:\pc-ble-driver\build 的目錄&lt;br /&gt;&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 126,692 .ninja_deps&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 57,545 .ninja_log&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 677,598 build.ninja&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21,515 CMakeCache.txt&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMakeFiles&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19,123 cmake_install.cmake&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,729 CPackConfig.cmake&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,187 CPackSourceConfig.cmake&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; examples&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,516,032 nrf-ble-driver-sd_api_v2-mt-gd-0_0_0.dll&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11,489 nrf-ble-driver-sd_api_v2-mt-gd-0_0_0.exp&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,427,328 nrf-ble-driver-sd_api_v2-mt-gd-0_0_0.ilk&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21,986 nrf-ble-driver-sd_api_v2-mt-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9,162,752 nrf-ble-driver-sd_api_v2-mt-gd-0_0_0.pdb&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17,103,286 nrf-ble-driver-sd_api_v2-mt-static-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,594,880 nrf-ble-driver-sd_api_v3-mt-gd-0_0_0.dll&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12,425 nrf-ble-driver-sd_api_v3-mt-gd-0_0_0.exp&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,254,944 nrf-ble-driver-sd_api_v3-mt-gd-0_0_0.ilk&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23,704 nrf-ble-driver-sd_api_v3-mt-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,949,760 nrf-ble-driver-sd_api_v3-mt-gd-0_0_0.pdb&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17,273,540 nrf-ble-driver-sd_api_v3-mt-static-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,626,624 nrf-ble-driver-sd_api_v5-mt-gd-0_0_0.dll&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12,693 nrf-ble-driver-sd_api_v5-mt-gd-0_0_0.exp&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,297,504 nrf-ble-driver-sd_api_v5-mt-gd-0_0_0.ilk&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24,204 nrf-ble-driver-sd_api_v5-mt-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9,023,488 nrf-ble-driver-sd_api_v5-mt-gd-0_0_0.pdb&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17,462,192 nrf-ble-driver-sd_api_v5-mt-static-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,652,224 nrf-ble-driver-sd_api_v6-mt-gd-0_0_0.dll&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12,707 nrf-ble-driver-sd_api_v6-mt-gd-0_0_0.exp&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,306,920 nrf-ble-driver-sd_api_v6-mt-gd-0_0_0.ilk&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24,228 nrf-ble-driver-sd_api_v6-mt-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9,064,448 nrf-ble-driver-sd_api_v6-mt-gd-0_0_0.pdb&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17,534,040 nrf-ble-driver-sd_api_v6-mt-static-gd-0_0_0.lib&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,457 nrf-ble-driverConfig.cmake&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,564 nrf-ble-driverConfig.cmake.in&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,025 nrf-ble-driverConfigVersion.cmake&lt;br /&gt;2022/07/11&amp;nbsp; 下午 03:50&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34 個檔案&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 146,309,833 位元組&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 個目錄&amp;nbsp; 137,845,309,440 位元組可用&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376310?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2022 03:28:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112fc412-b606-4cc3-bd6d-a11ca6c80f8b</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build&amp;gt;cl.exe --version&lt;br /&gt;Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30145 for x64&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376175?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2022 10:59:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e887847-b0ec-4b14-88cf-d7c1aef8c815</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;My visual studio is 2019. Its msvc should already expected version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376173?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2022 10:45:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5fcc568-05a1-47fd-9c7f-4e5ad65a81cd</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you tried to update MSVC to the expected version&amp;nbsp; ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376101?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2022 06:14:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b6c6fd6-0571-4dbe-897d-f4a0d688db25</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;But command &amp;quot;cmake --build .&amp;quot; is failed.&lt;/p&gt;
&lt;p&gt;c:&lt;br /&gt;cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build&lt;br /&gt;vcvars64.bat&lt;br /&gt;d:&lt;br /&gt;cd D:\pc-ble-driver\&lt;br /&gt;mkdir build&lt;br /&gt;cd build&lt;br /&gt;cmake -G Ninja ..&lt;br /&gt;cmake --build .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\yvals_core.h(575): fatal error C1189: #error:&amp;nbsp; STL1001: Unexpected compiler version, expected MSVC 19.29 or newer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376099?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2022 05:13:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8547d51b-832c-44be-8f01-2c5fcc01a945</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;Thanks for your suggestion! I can run &amp;quot;cmake -G Ninja ..&amp;quot; command successfully.&lt;/p&gt;
&lt;p&gt;C:\Windows\system32&amp;gt;%comspec% /k &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat&amp;quot;&lt;br /&gt;**********************************************************************&lt;br /&gt;** Visual Studio 2019 Developer Command Prompt v16.11.16&lt;br /&gt;** Copyright (c) 2021 Microsoft Corporation&lt;br /&gt;**********************************************************************&lt;br /&gt;[vcvarsall.bat] Environment initialized for: &amp;#39;x64&amp;#39;&lt;br /&gt;&lt;br /&gt;C:\Windows\System32&amp;gt;d:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;D:\&amp;gt;cd pc-ble-driver&lt;br /&gt;&lt;br /&gt;D:\pc-ble-driver&amp;gt;cd build&lt;br /&gt;&lt;br /&gt;D:\pc-ble-driver\build&amp;gt;cmake -G Ninja ..&lt;br /&gt;CMake Warning (dev) at CMakeLists.txt:7:&lt;br /&gt;&amp;nbsp; Syntax Warning in cmake code at column 40&lt;br /&gt;&lt;br /&gt;&amp;nbsp; Argument not separated from preceding token by whitespace.&lt;br /&gt;This warning is for project developers.&amp;nbsp; Use -Wno-dev to suppress it.&lt;br /&gt;&lt;br /&gt;-- NRF_BLE_DRIVER_VERSION not specified, setting it to 0.0.0&lt;br /&gt;-- The C compiler identification is MSVC 19.28.29924.0&lt;br /&gt;-- The CXX compiler identification is MSVC 19.28.29924.0&lt;br /&gt;-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe&lt;br /&gt;-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe -- works&lt;br /&gt;-- Detecting C compiler ABI info&lt;br /&gt;-- Detecting C compiler ABI info - done&lt;br /&gt;-- Detecting C compile features&lt;br /&gt;-- Detecting C compile features - done&lt;br /&gt;-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe&lt;br /&gt;-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29910/bin/Hostx64/x64/cl.exe -- works&lt;br /&gt;-- Detecting CXX compiler ABI info&lt;br /&gt;-- Detecting CXX compiler ABI info - done&lt;br /&gt;-- Detecting CXX compile features&lt;br /&gt;-- Detecting CXX compile features - done&lt;br /&gt;-- Architecture not set, using native 64-bit toolchain.&lt;br /&gt;-- Found Git: D:/Program Files/Git/cmd/git.exe (found version &amp;quot;2.37.0.windows.1&amp;quot;)&lt;br /&gt;-- Check if the system is big endian&lt;br /&gt;-- Searching 16 bit integer&lt;br /&gt;-- Looking for sys/types.h&lt;br /&gt;-- Looking for sys/types.h - found&lt;br /&gt;-- Looking for stdint.h&lt;br /&gt;-- Looking for stdint.h - found&lt;br /&gt;-- Looking for stddef.h&lt;br /&gt;-- Looking for stddef.h - found&lt;br /&gt;-- Check size of unsigned short&lt;br /&gt;-- Check size of unsigned short - done&lt;br /&gt;-- Using unsigned short&lt;br /&gt;-- Check if the system is big endian - little endian&lt;br /&gt;-- Looking for pthread.h&lt;br /&gt;-- Looking for pthread.h - not found&lt;br /&gt;-- Found Threads: TRUE&lt;br /&gt;-- Compiled tests are installed in directory &amp;quot;bin&amp;quot;&lt;br /&gt;-- Compiled examples are installed in directory &amp;quot;bin&amp;quot;&lt;br /&gt;-- Found Python: D:/Python/Python37/python.exe (found version &amp;quot;3.7.8&amp;quot;) found components:&amp;nbsp; Interpreter&lt;br /&gt;-- Did not find clang-tidy, target tidy is disabled.&lt;br /&gt;-- If clang-tidy is installed, make sure run-clang-tidy.py and clang-tidy is in PATH&lt;br /&gt;-- Configuring done&lt;br /&gt;-- Generating done&lt;br /&gt;-- Build files have been written to: D:pc-ble-driver/build&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/376015?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 12:37:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13554521-c27c-4db1-be9c-ea584fa8ab50</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m checking with the team to see what can be wrong here.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you followed the instruction pointed in the documentation:&amp;nbsp;&lt;a href="https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170&amp;amp;viewFallbackFrom=vs-2015"&gt;https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170&amp;amp;viewFallbackFrom=vs-2015&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Could you try to follow the suggestion by Pierre &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/79840/pc-ble-driver-cannot-be-built-with-current-instructions/332033"&gt;here&lt;/a&gt;. It seems that they have similar issue to you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;One of my coworker also suggested that he only managed to build on his computer using the&amp;nbsp;visual studio command prompt, could you give it a try ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't build pc-ble-driver on Windows 10</title><link>https://devzone.nordicsemi.com/thread/375932?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 07:01:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a214dad-595f-4bfe-8559-3b88f6f25d73</guid><dc:creator>snowuyl</dc:creator><description>[quote userid="117187" url="~/f/nordic-q-a/89752/can-t-build-pc-ble-driver-on-windows-10"]log[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8228.CMakeOutput.log"&gt;devzone.nordicsemi.com/.../8228.CMakeOutput.log&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>