Adding Build Configuration make a error,how to solve it?

Hello,i am trying to use the ncs for vscode.My ncs sdk version is 2.3.0.I make a sample of center_uart.When i add the build configuration,there are some error.

The terminator show as follow:

 正在执行任务: nRF Connect: Generate config nrf52833dk_nrf52833 for NCS/central_uart/central_uart 

Building central_uart
west build --build-dir l:\vscode\NCS\central_uart\central_uart\build l:\vscode\NCS\central_uart\central_uart --pristine --board nrf52833dk_nrf52833 -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE"

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: L:/vscode/NCS/central_uart/central_uart
-- Found Python3: C:/ncs/toolchains/v2.3.0/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.3.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/ncs/v2.3.0/zephyr)
-- Found west (found suitable version "0.14.0", minimum required is "0.7.1")
CMake Error at C:/ncs/v2.3.0/zephyr/cmake/modules/zephyr_module.cmake:72 (message):
  Unmet or cyclic dependencies in modules:

  C:/ncs/v2.3.0/nrfxlib depends on: ['hal_nordic']

  

Call Stack (most recent call first):
  C:/ncs/v2.3.0/zephyr/cmake/modules/zephyr_default.cmake:108 (include)
  C:/ncs/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:8 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'c:\ncs\toolchains\v2.3.0\opt\bin\cmake.EXE' '-DWEST_PYTHON=c:\ncs\toolchains\v2.3.0\opt\bin\python.exe' '-Bl:\vscode\NCS\central_uart\central_uart\build' -GNinja -DBOARD=nrf52833dk_nrf52833 -DNCS_TOOLCHAIN_VERSION:STRING=NONE '-Sl:\vscode\NCS\central_uart\central_uart'

 *  终端进程已终止,退出代码: 1。 
 *  终端将被任务重用,按任意键关闭。 

what is this problem?can you help me solve this problem?

  • Hi,

    You are getting the following error:

    Unmet or cyclic dependencies in modules:

    C:/ncs/v2.3.0/nrfxlib depends on: ['hal_nordic']

    This error indicates that the nRF Connect SDK was not installed correctly. Can you verify that you have the following directories?

    ncs
     |___ .west
     |___ bootloader
     |___ modules
     |___ nrf
     |___ nrfxlib
     |___ zephyr
    |___ bootloader
    |___ mbedtls

    Please try to update the SDK and toolchain in the Toolchain Manager:

    If this does not work, select "Open bash" or "Open command prompt" in the Toolchain Manager:

    In the terminal window that appeared, write west update. If this returns an error, please copy and add the entire output here using Insert > Code and paste the text.

    Best regards,
    Marte

  • yes,I try as you describle,but it makes no effect.The error is the same as before.

    Then i try to have west update,but it has error.

    swz@swzlenovo MINGW64 /c/ncs/v2.3.0
    $ west update
    === updating zephyr (zephyr):
    HEAD is now at fcaa60a99f [nrf fromtree] soc: nrf53: Warn if workaround for anomaly 160 cannot be applied
    === updating sdk-hostap (modules/lib/hostap):
    HEAD is now at 73de50a27 Fix hidden SSID association
    === updating mcuboot (bootloader/mcuboot):
    HEAD is now at 9c58609b [nrf fromlist] boot: zephyr: Clean up before chainloading by default
    === updating mbedtls (modules/crypto/mbedtls):
    --- mbedtls: fetching, need revision v3.1.0-ncs3
    fatal: unable to access 'https://github.com/nrfconnect/sdk-mbedtls/': OpenSSL SSL_read: Connection was reset, errno 10054
    === updating nrfxlib (nrfxlib):
    HEAD is now at 6d0f5844 doc: update versions for 2.3.0 release
    === updating trusted-firmware-m (modules/tee/tf-m/trusted-firmware-m):
    HEAD is now at 150e7b43 [nrf fromtree] secure_fw: crypto: add -Wno-unused-const-variable
    === updating matter (modules/lib/matter):
    HEAD is now at bf8b787ae [nrf noup] Mapped the WiFi security type from Zephyr to Matter
    Synchronizing submodule url for 'third_party/nlio/repo'
    Cloning into 'C:/ncs/v2.3.0/modules/lib/matter/third_party/nlio/repo'...
    Submodule path 'third_party/nlio/repo': checked out '0e725502c2b17bb0a0c22ddd4bcaee9090c8fb5c'
    Submodule 'nlassert' (https://github.com/nestlabs/nlassert.git) registered for path 'third_party/nlassert/repo'
    Cloning into 'C:/ncs/v2.3.0/modules/lib/matter/third_party/nlassert/repo'...
    fatal: unable to access 'https://github.com/nestlabs/nlassert.git/': Failed to connect to github.com port 443 after 21041 ms: Timed out
    fatal: clone of 'https://github.com/nestlabs/nlassert.git' into submodule path 'C:/ncs/v2.3.0/modules/lib/matter/third_party/nlassert/repo' failed
    Failed to clone 'third_party/nlassert/repo'. Retry scheduled
    Cloning into 'C:/ncs/v2.3.0/modules/lib/matter/third_party/nlassert/repo'...
    fatal: unable to access 'https://github.com/nestlabs/nlassert.git/': Failed to connect to github.com port 443 after 21057 ms: Timed out
    fatal: clone of 'https://github.com/nestlabs/nlassert.git' into submodule path 'C:/ncs/v2.3.0/modules/lib/matter/third_party/nlassert/repo' failed
    Failed to clone 'third_party/nlassert/repo' a second time, aborting
    === updating cjson (modules/lib/cjson):
    HEAD is now at c6af068 [nrf fromtree] fix: potential memory leak in merge_patch() (#611)
    === updating azure-sdk-for-c (modules/lib/azure-sdk-for-c):
    HEAD is now at 308c171c [nrf fromlist] Make repository a Zephyr module
    === updating cmock (test/cmock):
    HEAD is now at f65066f Merge pull request #404 from tz18/patch-1
    M       vendor/unity
    Synchronizing submodule url for 'vendor/c_exception'
    Synchronizing submodule url for 'vendor/unity'
    Cloning into 'C:/ncs/v2.3.0/test/cmock/vendor/c_exception'...
    fatal: unable to access 'https://github.com/throwtheswitch/cexception.git/': Failed to connect to github.com port 443 after 21063 ms: Timed out
    fatal: clone of 'https://github.com/throwtheswitch/cexception.git' into submodule path 'C:/ncs/v2.3.0/test/cmock/vendor/c_exception' failed
    Failed to clone 'vendor/c_exception'. Retry scheduled
    Cloning into 'C:/ncs/v2.3.0/test/cmock/vendor/c_exception'...
    fatal: unable to access 'https://github.com/throwtheswitch/cexception.git/': Failed to connect to github.com port 443 after 21052 ms: Timed out
    fatal: clone of 'https://github.com/throwtheswitch/cexception.git' into submodule path 'C:/ncs/v2.3.0/test/cmock/vendor/c_exception' failed
    Failed to clone 'vendor/c_exception' a second time, aborting
    === updating memfault-firmware-sdk (modules/lib/memfault-firmware-sdk):
    HEAD is now at dbe84b9 Memfault Firmware SDK 0.37.2 (Build 1352)
    === updating cirrus (modules/hal/cirrus-logic):
    HEAD is now at 9f6b381 sdk-mcu-drivers: Added build system configs and generated files
    === updating openthread (modules/lib/openthread):
    HEAD is now at 2060039bb [csl] fix indirect retransmission of frame previously transmitted via CSL (#8770)
    === updating canopennode (modules/lib/canopennode):
    --- canopennode: fetching, need revision 53d3415c14d60f8f4bfca54bfbc5d5a667d7e724
    fatal: unable to access 'https://github.com/zephyrproject-rtos/canopennode/': Failed to connect to github.com port 443 after 21050 ms: Timed out
    === updating chre (modules/lib/chre):
    --- chre: fetching, need revision fe0ab36e0fa7453a4c9b97bedac89709f45cf965
    fatal: unable to access 'https://github.com/zephyrproject-rtos/chre/': Failed to connect to github.com port 443 after 21070 ms: Timed out
    === updating cmsis (modules/hal/cmsis):
    --- cmsis: fetching, need revision 74981bf893e8b10931464b9945e2143d99a3f0a3
    fatal: unable to access 'https://github.com/zephyrproject-rtos/cmsis/': Failed to connect to github.com port 443 after 21051 ms: Timed out
    === updating edtt (tools/edtt):
    --- edtt: fetching, need revision 000fb87261beaf33f80a8868e73857bd62edc668
    remote: Enumerating objects: 1228, done.
    remote: Counting objects: 100% (179/179), done.
    remote: Compressing objects: 100% (128/128), done.
    Receiving objects: 100% (1228/1228), 736.54 KiB | 1.69 MiB/s, done.
    Resolving deltas: 100% (886/886), done.121 (delta 51), pack-reused 1049
    
    From https://github.com/zephyrproject-rtos/edtt
     * [new branch]      le-audio      -> refs/west/le-audio
     * [new branch]      main          -> refs/west/main
     * [new branch]      public_master -> refs/west/public_master
    HEAD is now at 000fb87 initiator: Fix disconnect with other event at the same time
    HEAD is now at 000fb87 initiator: Fix disconnect with other event at the same time
    === updating fatfs (modules/fs/fatfs):
    --- fatfs: fetching, need revision 38f303ad09fdd687ee066a938f65ad708dd5989d
    remote: Enumerating objects: 183, done.
    remote: Counting objects: 100% (47/47), done.
    remote: Compressing objects: 100% (29/29), done.
    remote: Total 183 (delta 19), reused 23 (delta 16), pack-reused 136
    Receiving objects: 100% (183/183), 1.54 MiB | 2.87 MiB/s, done.
    Resolving deltas: 100% (98/98), done.
    From https://github.com/zephyrproject-rtos/fatfs
     * [new branch]      master       -> refs/west/master
     * [new branch]      v1.14-branch -> refs/west/v1.14-branch
    HEAD is now at 38f303a zephyr: Add ffconf.h override with ZEPHYR_CONFIG_OVERRIDE
    HEAD is now at 38f303a zephyr: Add ffconf.h override with ZEPHYR_CONFIG_OVERRIDE
    === updating hal_nordic (modules/hal/nordic):
    --- hal_nordic: fetching, need revision fe0be3c3546e136a67264084c0e3edfd7354645a
    fatal: unable to access 'https://github.com/zephyrproject-rtos/hal_nordic/': OpenSSL SSL_read: Connection was reset, errno 10054
    === updating hal_st (modules/hal/st):
    --- hal_st: fetching, need revision cccbc24c14decfd3f93959f7b14514536af973c7
    fatal: unable to access 'https://github.com/zephyrproject-rtos/hal_st/': Failed to connect to github.com port 443 after 21053 ms: Timed out
    === updating hal_wurthelektronik (modules/hal/wurthelektronik):
    HEAD is now at 24ca987 Initialized WE HAL module repository.
    === updating libmetal (modules/hal/libmetal):
    --- libmetal: fetching, need revision efa2ace6028290ddee494a78ade772a0b112ab83
    remote: Enumerating objects: 802, done.
    remote: Counting objects: 100% (129/129), done.
    remote: Compressing objects: 100% (56/56), done.
    Receiving objects: 100% (802/802), 198.65 KiB | 1.26 MiB/s, done.
    
    Resolving deltas: 100% (503/503), done.
    From https://github.com/zephyrproject-rtos/libmetal
     * [new branch]      master       -> refs/west/master
     * [new branch]      v1.14-branch -> refs/west/v1.14-branch
    HEAD is now at efa2ace lib: update libmetal to SHA cd4fb67a4f50
    HEAD is now at efa2ace lib: update libmetal to SHA cd4fb67a4f50
    === updating liblc3 (modules/lib/liblc3):
    --- liblc3: fetching, need revision 448f3de31f49a838988a162ef1e23a89ddf2d2ed
    remote: Enumerating objects: 375, done.
    remote: Counting objects: 100% (72/72), done.
    remote: Compressing objects: 100% (10/10), done.
    Receiving objects: 100% (375/375), 350.00 KiB | 1.05 MiB/s, done.
    Resolving deltas: 100% (252/252), done. (delta 62), pack-reused 303
    
    From https://github.com/zephyrproject-rtos/liblc3
     * [new branch]      main       -> refs/west/main
    HEAD is now at 448f3de Merge pull request #8 from carlescufi/rename
    HEAD is now at 448f3de Merge pull request #8 from carlescufi/rename
    === updating littlefs (modules/fs/littlefs):
    --- littlefs: fetching, need revision ca583fd297ceb48bced3c2548600dc615d67af24
    fatal: unable to access 'https://github.com/zephyrproject-rtos/littlefs/': Failed to connect to github.com port 443 after 21052 ms: Timed out
    === updating loramac-node (modules/lib/loramac-node):
    --- loramac-node: fetching, need revision ce57712f3e426bbbb13acaec97b45369f716f43a
    fatal: unable to access 'https://github.com/zephyrproject-rtos/loramac-node/': Failed to connect to github.com port 443 after 21051 ms: Timed out
    === updating lvgl (modules/lib/gui/lvgl):
    --- lvgl: fetching, need revision 5ab83099854719ed326b6ecb9b09b07b1eee4818
    fatal: unable to access 'https://github.com/zephyrproject-rtos/lvgl/': OpenSSL SSL_read: Connection was reset, errno 10054
    === updating lz4 (modules/lib/lz4):
    --- lz4: fetching, need revision 8e303c264fc21c2116dc612658003a22e933124d
    fatal: unable to access 'https://github.com/zephyrproject-rtos/lz4/': Failed to connect to github.com port 443 after 21048 ms: Timed out
    === updating mipi-sys-t (modules/debug/mipi-sys-t):
    --- mipi-sys-t: fetching, need revision 0d521d8055f3b2b4842f728b0365d3f0ece9c37f
    fatal: unable to access 'https://github.com/zephyrproject-rtos/mipi-sys-t/': Failed to connect to github.com port 443 after 21051 ms: Timed out
    === updating nanopb (modules/lib/nanopb):
    --- nanopb: fetching, need revision dc4deed54fd4c7e1935e3b6387eedf21bb45dc38
    fatal: unable to access 'https://github.com/zephyrproject-rtos/nanopb/': Failed to connect to github.com port 443 after 21078 ms: Timed out
    === updating net-tools (tools/net-tools):
    --- net-tools: fetching, need revision e0828aa9629b533644dc96ff6d1295c939bd713c
    fatal: unable to access 'https://github.com/zephyrproject-rtos/net-tools/': Failed to connect to github.com port 443 after 21044 ms: Timed out
    === updating nrf_hw_models (modules/bsim_hw_models/nrf_hw_models):
    HEAD is now at 65bc530 irq_ctrl: Add support for level interrupts
    === updating open-amp (modules/lib/open-amp):
    HEAD is now at aedcc26 lib: update open-amp lib to release v2022.10.0
    === updating picolibc (modules/lib/picolibc):
    --- picolibc: fetching, need revision 04ada5951cbaf8e7b17f8226ce31cb6837c28ba7
    remote: Enumerating objects: 224218, done.
    remote: Counting objects: 100% (1195/1195), done.
    remote: Compressing objects: 100% (397/397), done.
    remote: Total 224218 (delta 854), reused 944 (delta 794), pack-reused 223023
    Receiving objects: 100% (224218/224218), 134.16 MiB | 8.87 MiB/s, done.
    
    Resolving deltas: 100% (178991/178991), done.
    From https://github.com/zephyrproject-rtos/picolibc
     * [new branch]          Z-emcb-cygwin_daemon        -> refs/west/Z-emcb-cygwin_daemon
     * [new branch]          aarch64                     -> refs/west/aarch64
     * [new branch]          add-fakeroots-dir           -> refs/west/add-fakeroots-dir
     * [new branch]          amd64_to_x86_64             -> refs/west/amd64_to_x86_64
     * [new branch]          arc-20081103-branch         -> refs/west/arc-20081103-branch
     * [new branch]          arc-insight_6_8-branch      -> refs/west/arc-insight_6_8-branch
     * [new branch]          arm-read-tp-cleanup         -> refs/west/arm-read-tp-cleanup
     * [new branch]          binutils-2_10-branch        -> refs/west/binutils-2_10-branch
     * [new branch]          binutils-2_11-branch        -> refs/west/binutils-2_11-branch
     * [new branch]          binutils-2_12-branch        -> refs/west/binutils-2_12-branch
     * [new branch]          binutils-2_13-branch        -> refs/west/binutils-2_13-branch
     * [new branch]          binutils-2_14-branch        -> refs/west/binutils-2_14-branch
     * [new branch]          binutils-2_15-branch        -> refs/west/binutils-2_15-branch
     * [new branch]          binutils-2_16-branch        -> refs/west/binutils-2_16-branch
     * [new branch]          binutils-2_17-branch        -> refs/west/binutils-2_17-branch
     * [new branch]          binutils-2_18-branch        -> refs/west/binutils-2_18-branch
     * [new branch]          binutils-2_19-branch        -> refs/west/binutils-2_19-branch
     * [new branch]          binutils-2_20-branch        -> refs/west/binutils-2_20-branch
     * [new branch]          binutils-2_21-branch        -> refs/west/binutils-2_21-branch
     * [new branch]          binutils-2_22-branch        -> refs/west/binutils-2_22-branch
     * [new branch]          binutils-2_22_branch        -> refs/west/binutils-2_22_branch
     * [new branch]          binutils-2_23-branch        -> refs/west/binutils-2_23-branch
     * [new branch]          binutils-2_24-branch        -> refs/west/binutils-2_24-branch
     * [new branch]          binutils-arc-20080908-branch -> refs/west/binutils-arc-20080908-branch
     * [new branch]          binutils-arc-20081103-branch -> refs/west/binutils-arc-20081103-branch
     * [new branch]          binutils-csl-2_17-branch    -> refs/west/binutils-csl-2_17-branch
     * [new branch]          binutils-csl-arm-2005q1-branch -> refs/west/binutils-csl-arm-2005q1-branch
     * [new branch]          binutils-csl-gxxpro-3_4-branch -> refs/west/binutils-csl-gxxpro-3_4-branch
     * [new branch]          branch-1.4.6                -> refs/west/branch-1.4.6
     * [new branch]          c-sky                       -> refs/west/c-sky
     * [new branch]          cagney-unwind-20030108-branch -> refs/west/cagney-unwind-20030108-branch
     * [new branch]          cagney_bfdfile-20040213-branch -> refs/west/cagney_bfdfile-20040213-branch
     * [new branch]          cagney_bigcore-20040122-branch -> refs/west/cagney_bigcore-20040122-branch
     * [new branch]          cagney_convert-20030606-branch -> refs/west/cagney_convert-20030606-branch
     * [new branch]          cagney_fileio-20030521-branch -> refs/west/cagney_fileio-20030521-branch
     * [new branch]          cagney_frameaddr-20030403-branch -> refs/west/cagney_frameaddr-20030403-branch
     * [new branch]          cagney_framebase-20030326-branch -> refs/west/cagney_framebase-20030326-branch
     * [new branch]          cagney_lazyid-20030317-branch -> refs/west/cagney_lazyid-20030317-branch
     * [new branch]          cagney_offbyone-20030303-branch -> refs/west/cagney_offbyone-20030303-branch
     * [new branch]          cagney_regbuf-20020515-branch -> refs/west/cagney_regbuf-20020515-branch
     * [new branch]          cagney_sysregs-20020825-branch -> refs/west/cagney_sysregs-20020825-branch
     * [new branch]          cagney_tramp-20040309-branch -> refs/west/cagney_tramp-20040309-branch
     * [new branch]          cagney_writestrings-20030508-branch -> refs/west/cagney_writestrings-20030508-branch
     * [new branch]          cagney_x86i386-20030821-branch -> refs/west/cagney_x86i386-20030821-branch
     * [new branch]          callout                     -> refs/west/callout
     * [new branch]          carlton_dictionary-branch   -> refs/west/carlton_dictionary-branch
     * [new branch]          cgen-1_1-branch             -> refs/west/cgen-1_1-branch
     * [new branch]          cgf-deleteme                -> refs/west/cgf-deleteme
     * [new branch]          cgf-dev-branch              -> refs/west/cgf-dev-branch
     * [new branch]          cmake                       -> refs/west/cmake
     * [new branch]          cmake-no-tls                -> refs/west/cmake-no-tls
     * [new branch]          cr-0x3b58                   -> refs/west/cr-0x3b58
     * [new branch]          cr-0x5e6                    -> refs/west/cr-0x5e6
     * [new branch]          cr-0x5ef                    -> refs/west/cr-0x5ef
     * [new branch]          cr-0x5f1                    -> refs/west/cr-0x5f1
     * [new branch]          cr-0x9b                     -> refs/west/cr-0x9b
     * [new branch]          cr-0x9c                     -> refs/west/cr-0x9c
     * [new branch]          cr-0x9d                     -> refs/west/cr-0x9d
     * [new branch]          cr-0x9e                     -> refs/west/cr-0x9e
     * [new branch]          csl-arm-20050325-branch     -> refs/west/csl-arm-20050325-branch
     * [new branch]          cv-branch                   -> refs/west/cv-branch
     * [new branch]          cv-branch-2                 -> refs/west/cv-branch-2
     * [new branch]          cv-post-1_7_9               -> refs/west/cv-post-1_7_9
     * [new branch]          cygnus                      -> refs/west/cygnus
     * [new branch]          cygwin-1-1-4                -> refs/west/cygwin-1-1-4
     * [new branch]          cygwin-1-3-1                -> refs/west/cygwin-1-3-1
     * [new branch]          cygwin-1-3-10-1             -> refs/west/cygwin-1-3-10-1
     * [new branch]          cygwin-1-3-11-3             -> refs/west/cygwin-1-3-11-3
     * [new branch]          cygwin-1-3-12-1             -> refs/west/cygwin-1-3-12-1
     * [new branch]          cygwin-1-3-13-1             -> refs/west/cygwin-1-3-13-1
     * [new branch]          cygwin-1-3-13-2             -> refs/west/cygwin-1-3-13-2
     * [new branch]          cygwin-1-3-14-1             -> refs/west/cygwin-1-3-14-1
     * [new branch]          cygwin-1-3-15-1             -> refs/west/cygwin-1-3-15-1
     * [new branch]          cygwin-1-3-16-1             -> refs/west/cygwin-1-3-16-1
     * [new branch]          cygwin-1-3-17-1             -> refs/west/cygwin-1-3-17-1
     * [new branch]          cygwin-1-3-18-1             -> refs/west/cygwin-1-3-18-1
     * [new branch]          cygwin-1-3-19-1             -> refs/west/cygwin-1-3-19-1
     * [new branch]          cygwin-1-3-2                -> refs/west/cygwin-1-3-2
     * [new branch]          cygwin-1-3-3                -> refs/west/cygwin-1-3-3
     * [new branch]          cygwin-1-3-4                -> refs/west/cygwin-1-3-4
     * [new branch]          cygwin-1-3-5                -> refs/west/cygwin-1-3-5
     * [new branch]          cygwin-1-3-5-2              -> refs/west/cygwin-1-3-5-2
     * [new branch]          cygwin-1-3-5-3              -> refs/west/cygwin-1-3-5-3
     * [new branch]          cygwin-1-3-6-1              -> refs/west/cygwin-1-3-6-1
     * [new branch]          cygwin-1-3-6-2              -> refs/west/cygwin-1-3-6-2
     * [new branch]          cygwin-1-3-6-3              -> refs/west/cygwin-1-3-6-3
     * [new branch]          cygwin-1-3-6-4              -> refs/west/cygwin-1-3-6-4
     * [new branch]          cygwin-1-3-6-5              -> refs/west/cygwin-1-3-6-5
     * [new branch]          cygwin-1-3-6-6              -> refs/west/cygwin-1-3-6-6
     * [new branch]          cygwin-1-3-7-1              -> refs/west/cygwin-1-3-7-1
     * [new branch]          cygwin-1-3-8-1              -> refs/west/cygwin-1-3-8-1
     * [new branch]          cygwin-1-3-9                -> refs/west/cygwin-1-3-9
     * [new branch]          cygwin-1_7_29-release-branchpoint -> refs/west/cygwin-1_7_29-release-branchpoint
     * [new branch]          cygwin-2.0                  -> refs/west/cygwin-2.0
     * [new branch]          cygwin-3_0-branch           -> refs/west/cygwin-3_0-branch
     * [new branch]          cygwin-64bit-branch         -> refs/west/cygwin-64bit-branch
     * [new branch]          cygwin-64bit-premerge-branch -> refs/west/cygwin-64bit-premerge-branch
     * [new branch]          cygwin-acl                  -> refs/west/cygwin-acl
     * [new branch]          cygwin_daemon               -> refs/west/cygwin_daemon
     * [new branch]          debian                      -> refs/west/debian
     * [new branch]          dje-cgen-play1-branch       -> refs/west/dje-cgen-play1-branch
     * [new branch]          docker-builder-packages.txt-hash -> refs/west/docker-builder-packages.txt-hash
     * [new branch]          drow-cplus-branch           -> refs/west/drow-cplus-branch
     * [new branch]          drow-reverse-20070409-branch -> refs/west/drow-reverse-20070409-branch
     * [new branch]          drow_intercu-20040221-branch -> refs/west/drow_intercu-20040221-branch
     * [new branch]          ezannoni_pie-20030916-branch -> refs/west/ezannoni_pie-20030916-branch
     * [new branch]          ezannoni_pie-20040323-branch -> refs/west/ezannoni_pie-20040323-branch
     * [new branch]          fifo_doover3                -> refs/west/fifo_doover3
     * [new branch]          fixes-newlib                -> refs/west/fixes-newlib
     * [new branch]          float-inlines               -> refs/west/float-inlines
     * [new branch]          fp-zeuch                    -> refs/west/fp-zeuch
     * [new branch]          gdb-csl-20060226-branch     -> refs/west/gdb-csl-20060226-branch
     * [new branch]          gdb-csl-arm-20051020-branch -> refs/west/gdb-csl-arm-20051020-branch
     * [new branch]          gdb-csl-available-20060303-branch -> refs/west/gdb-csl-available-20060303-branch
     * [new branch]          gdb-csl-gxxpro-6_3-branch   -> refs/west/gdb-csl-gxxpro-6_3-branch
     * [new branch]          gdb-csl-symbian-20060226-branch -> refs/west/gdb-csl-symbian-20060226-branch
     * [new branch]          gdb-premipsmulti-2000-06-06-branch -> refs/west/gdb-premipsmulti-2000-06-06-branch
     * [new branch]          gdb_5_0-2000-04-10-branch   -> refs/west/gdb_5_0-2000-04-10-branch
     * [new branch]          gdb_5_1-2001-07-29-branch   -> refs/west/gdb_5_1-2001-07-29-branch
     * [new branch]          gdb_5_1_0_1-2002-01-03-branch -> refs/west/gdb_5_1_0_1-2002-01-03-branch
     * [new branch]          gdb_5_2-branch              -> refs/west/gdb_5_2-branch
     * [new branch]          gdb_5_3-branch              -> refs/west/gdb_5_3-branch
     * [new branch]          gdb_6_0-branch              -> refs/west/gdb_6_0-branch
     * [new branch]          gdb_6_1-branch              -> refs/west/gdb_6_1-branch
     * [new branch]          gdb_6_2-branch              -> refs/west/gdb_6_2-branch
     * [new branch]          gdb_6_3-branch              -> refs/west/gdb_6_3-branch
     * [new branch]          gdb_6_4-branch              -> refs/west/gdb_6_4-branch
     * [new branch]          gdb_6_5-branch              -> refs/west/gdb_6_5-branch
     * [new branch]          gdb_6_6-branch              -> refs/west/gdb_6_6-branch
     * [new branch]          gdb_6_7-branch              -> refs/west/gdb_6_7-branch
     * [new branch]          gdb_6_8-branch              -> refs/west/gdb_6_8-branch
     * [new branch]          gdb_7_0-branch              -> refs/west/gdb_7_0-branch
     * [new branch]          gdb_7_1-branch              -> refs/west/gdb_7_1-branch
     * [new branch]          gdb_7_2-branch              -> refs/west/gdb_7_2-branch
     * [new branch]          gdb_7_3-branch              -> refs/west/gdb_7_3-branch
     * [new branch]          gdb_7_4-branch              -> refs/west/gdb_7_4-branch
     * [new branch]          gdb_7_5-branch              -> refs/west/gdb_7_5-branch
     * [new branch]          gdb_7_6-branch              -> refs/west/gdb_7_6-branch
     * [new branch]          gdb_s390-2001-09-26-branch  -> refs/west/gdb_s390-2001-09-26-branch
     * [new branch]          gh                          -> refs/west/gh
     * [new branch]          insight_6_8-branch          -> refs/west/insight_6_8-branch
     * [new branch]          interps-20030202-branch     -> refs/west/interps-20030202-branch
     * [new branch]          jimb-gdb_6_2-e500-branch    -> refs/west/jimb-gdb_6_2-e500-branch
     * [new branch]          jimb-macro-020506-branch    -> refs/west/jimb-macro-020506-branch
     * [new branch]          jimb-ppc64-linux-20030509-branch -> refs/west/jimb-ppc64-linux-20030509-branch
     * [new branch]          jimb-ppc64-linux-20030528-branch -> refs/west/jimb-ppc64-linux-20030528-branch
     * [new branch]          jimb-ppc64-linux-20030613-branch -> refs/west/jimb-ppc64-linux-20030613-branch
     * [new branch]          jimb-rda-nptl-branch        -> refs/west/jimb-rda-nptl-branch
     * [new branch]          kettenis-i386newframe-20030308-branch -> refs/west/kettenis-i386newframe-20030308-branch
     * [new branch]          kettenis_i386newframe-20030406-branch -> refs/west/kettenis_i386newframe-20030406-branch
     * [new branch]          kettenis_i386newframe-20030419-branch -> refs/west/kettenis_i386newframe-20030419-branch
     * [new branch]          kettenis_sparc-20030918-branch -> refs/west/kettenis_sparc-20030918-branch
     * [new branch]          kseitz_interps-20020528-branch -> refs/west/kseitz_interps-20020528-branch
     * [new branch]          locking-docs                -> refs/west/locking-docs
     * [new branch]          main                        -> refs/west/main
     * [new branch]          mingw-std-ns-branch         -> refs/west/mingw-std-ns-branch
     * [new branch]          mingwex                     -> refs/west/mingwex
     * [new branch]          msnyder-checkpoint-072509-branch -> refs/west/msnyder-checkpoint-072509-branch
     * [new branch]          msnyder-fork-checkpoint-branch -> refs/west/msnyder-fork-checkpoint-branch
     * [new branch]          msnyder-reverse-20060331-branch -> refs/west/msnyder-reverse-20060331-branch
     * [new branch]          msnyder-reverse-20060502-branch -> refs/west/msnyder-reverse-20060502-branch
     * [new branch]          msnyder-reverse-20080609-branch -> refs/west/msnyder-reverse-20080609-branch
     * [new branch]          msnyder-tracepoint-checkpoint-branch -> refs/west/msnyder-tracepoint-checkpoint-branch
     * [new branch]          msp430                      -> refs/west/msp430
     * [new branch]          multiprocess-20081120-branch -> refs/west/multiprocess-20081120-branch
     * [new branch]          newlib                      -> refs/west/newlib
     * [new branch]          newlib-1_17_0-arc           -> refs/west/newlib-1_17_0-arc
     * [new branch]          newlib-autotools-branch     -> refs/west/newlib-autotools-branch
     * [new branch]          newlib-csl-20060320-branch  -> refs/west/newlib-csl-20060320-branch
     * [new branch]          nickrob-async-20060513-branch -> refs/west/nickrob-async-20060513-branch
     * [new branch]          non-linux-ln                -> refs/west/non-linux-ln
     * [new branch]          noreparent                  -> refs/west/noreparent
     * [new branch]          offbyone-20030313-branch    -> refs/west/offbyone-20030313-branch
     * [new branch]          pre-regex                   -> refs/west/pre-regex
     * [new branch]          pregp02r1                   -> refs/west/pregp02r1
     * [new branch]          readline_4_3-import-branch  -> refs/west/readline_4_3-import-branch
     * [new branch]          readline_5_1-import-branch  -> refs/west/readline_5_1-import-branch
     * [new branch]          reverse-20080717-branch     -> refs/west/reverse-20080717-branch
     * [new branch]          reverse-20080930-branch     -> refs/west/reverse-20080930-branch
     * [new branch]          reverse-20081226-branch     -> refs/west/reverse-20081226-branch
     * [new branch]          riscv-zicsr                 -> refs/west/riscv-zicsr
     * [new branch]          semihost-2.0-all            -> refs/west/semihost-2.0-all
     * [new branch]          sid-20020905-branch         -> refs/west/sid-20020905-branch
     * [new branch]          signal-rewrite              -> refs/west/signal-rewrite
     * [new branch]          sysroot-skip-checks         -> refs/west/sysroot-skip-checks
     * [new branch]          tcltk840-20020924-branch    -> refs/west/tcltk840-20020924-branch
     * [new branch]          tls                         -> refs/west/tls
     * [new branch]          topic/af_unix               -> refs/west/topic/af_unix
     * [new branch]          topic/ansification          -> refs/west/topic/ansification
     * [new branch]          topic/fifo                  -> refs/west/topic/fifo
     * [new branch]          topic/forkables             -> refs/west/topic/forkables
     * [new branch]          topic/locales               -> refs/west/topic/locales
     * [new branch]          topic/posix_acl_funcs       -> refs/west/topic/posix_acl_funcs
     * [new branch]          topic/ssp                   -> refs/west/topic/ssp
     * [new branch]          unlabeled-1.1.1.1.2         -> refs/west/unlabeled-1.1.1.1.2
     * [new branch]          unlabeled-1.100.2           -> refs/west/unlabeled-1.100.2
     * [new branch]          unlabeled-1.1010.2          -> refs/west/unlabeled-1.1010.2
     * [new branch]          unlabeled-1.1019.2          -> refs/west/unlabeled-1.1019.2
     * [new branch]          unlabeled-1.1042.2          -> refs/west/unlabeled-1.1042.2
     * [new branch]          unlabeled-1.1042.2.1.4      -> refs/west/unlabeled-1.1042.2.1.4
     * [new branch]          unlabeled-1.1042.2.1.4.2.4  -> refs/west/unlabeled-1.1042.2.1.4.2.4
     * [new branch]          unlabeled-1.1042.2.1.4.2.4.2.2 -> refs/west/unlabeled-1.1042.2.1.4.2.4.2.2
     * [new branch]          unlabeled-1.105.2           -> refs/west/unlabeled-1.105.2
     * [new branch]          unlabeled-1.106.2           -> refs/west/unlabeled-1.106.2
     * [new branch]          unlabeled-1.106.8           -> refs/west/unlabeled-1.106.8
     * [new branch]          unlabeled-1.107.12          -> refs/west/unlabeled-1.107.12
     * [new branch]          unlabeled-1.11.2            -> refs/west/unlabeled-1.11.2
     * [new branch]          unlabeled-1.112.4           -> refs/west/unlabeled-1.112.4
     * [new branch]          unlabeled-1.116.4           -> refs/west/unlabeled-1.116.4
     * [new branch]          unlabeled-1.12.20           -> refs/west/unlabeled-1.12.20
     * [new branch]          unlabeled-1.12.30           -> refs/west/unlabeled-1.12.30
     * [new branch]          unlabeled-1.12.4            -> refs/west/unlabeled-1.12.4
     * [new branch]          unlabeled-1.120.2           -> refs/west/unlabeled-1.120.2
     * [new branch]          unlabeled-1.125.2           -> refs/west/unlabeled-1.125.2
     * [new branch]          unlabeled-1.13.10           -> refs/west/unlabeled-1.13.10
     * [new branch]          unlabeled-1.13.2            -> refs/west/unlabeled-1.13.2
     * [new branch]          unlabeled-1.13.30           -> refs/west/unlabeled-1.13.30
     * [new branch]          unlabeled-1.13.4            -> refs/west/unlabeled-1.13.4
     * [new branch]          unlabeled-1.133.2           -> refs/west/unlabeled-1.133.2
     * [new branch]          unlabeled-1.134.4           -> refs/west/unlabeled-1.134.4
     * [new branch]          unlabeled-1.135.4           -> refs/west/unlabeled-1.135.4
     * [new branch]          unlabeled-1.1370.2          -> refs/west/unlabeled-1.1370.2
     * [new branch]          unlabeled-1.142.2           -> refs/west/unlabeled-1.142.2
     * [new branch]          unlabeled-1.143.4           -> refs/west/unlabeled-1.143.4
     * [new branch]          unlabeled-1.144.2           -> refs/west/unlabeled-1.144.2
     * [new branch]          unlabeled-1.15.10           -> refs/west/unlabeled-1.15.10
     * [new branch]          unlabeled-1.15.2            -> refs/west/unlabeled-1.15.2
     * [new branch]          unlabeled-1.1527.4          -> refs/west/unlabeled-1.1527.4
     * [new branch]          unlabeled-1.153.2           -> refs/west/unlabeled-1.153.2
     * [new branch]          unlabeled-1.1563.2          -> refs/west/unlabeled-1.1563.2
     * [new branch]          unlabeled-1.1656.2          -> refs/west/unlabeled-1.1656.2
     * [new branch]          unlabeled-1.167.4           -> refs/west/unlabeled-1.167.4
     * [new branch]          unlabeled-1.17.2            -> refs/west/unlabeled-1.17.2
     * [new branch]          unlabeled-1.17.4            -> refs/west/unlabeled-1.17.4
     * [new branch]          unlabeled-1.1710.2          -> refs/west/unlabeled-1.1710.2
     * [new branch]          unlabeled-1.172.4           -> refs/west/unlabeled-1.172.4
     * [new branch]          unlabeled-1.18.10           -> refs/west/unlabeled-1.18.10
     * [new branch]          unlabeled-1.18.2            -> refs/west/unlabeled-1.18.2
     * [new branch]          unlabeled-1.1806.2          -> refs/west/unlabeled-1.1806.2
     * [new branch]          unlabeled-1.1856.2          -> refs/west/unlabeled-1.1856.2
     * [new branch]          unlabeled-1.188.2           -> refs/west/unlabeled-1.188.2
     * [new branch]          unlabeled-1.188.2.1.8       -> refs/west/unlabeled-1.188.2.1.8
     * [new branch]          unlabeled-1.188.2.1.8.2.2   -> refs/west/unlabeled-1.188.2.1.8.2.2
     * [new branch]          unlabeled-1.19.12           -> refs/west/unlabeled-1.19.12
     * [new branch]          unlabeled-1.2.2             -> refs/west/unlabeled-1.2.2
     * [new branch]          unlabeled-1.20.4            -> refs/west/unlabeled-1.20.4
     * [new branch]          unlabeled-1.21.2            -> refs/west/unlabeled-1.21.2
     * [new branch]          unlabeled-1.21.4            -> refs/west/unlabeled-1.21.4
     * [new branch]          unlabeled-1.22.2            -> refs/west/unlabeled-1.22.2
     * [new branch]          unlabeled-1.22.4            -> refs/west/unlabeled-1.22.4
     * [new branch]          unlabeled-1.226.2           -> refs/west/unlabeled-1.226.2
     * [new branch]          unlabeled-1.23.16           -> refs/west/unlabeled-1.23.16
     * [new branch]          unlabeled-1.23.2            -> refs/west/unlabeled-1.23.2
     * [new branch]          unlabeled-1.23.4            -> refs/west/unlabeled-1.23.4
     * [new branch]          unlabeled-1.231.4           -> refs/west/unlabeled-1.231.4
     * [new branch]          unlabeled-1.234.16          -> refs/west/unlabeled-1.234.16
     * [new branch]          unlabeled-1.235.2           -> refs/west/unlabeled-1.235.2
     * [new branch]          unlabeled-1.238.4           -> refs/west/unlabeled-1.238.4
     * [new branch]          unlabeled-1.24.16           -> refs/west/unlabeled-1.24.16
     * [new branch]          unlabeled-1.24.2            -> refs/west/unlabeled-1.24.2
     * [new branch]          unlabeled-1.24.4            -> refs/west/unlabeled-1.24.4
     * [new branch]          unlabeled-1.248.2           -> refs/west/unlabeled-1.248.2
     * [new branch]          unlabeled-1.253.2           -> refs/west/unlabeled-1.253.2
     * [new branch]          unlabeled-1.27.12           -> refs/west/unlabeled-1.27.12
     * [new branch]          unlabeled-1.27.8            -> refs/west/unlabeled-1.27.8
     * [new branch]          unlabeled-1.30.4            -> refs/west/unlabeled-1.30.4
     * [new branch]          unlabeled-1.31.4            -> refs/west/unlabeled-1.31.4
     * [new branch]          unlabeled-1.32.16           -> refs/west/unlabeled-1.32.16
     * [new branch]          unlabeled-1.32.2            -> refs/west/unlabeled-1.32.2
     * [new branch]          unlabeled-1.35.12           -> refs/west/unlabeled-1.35.12
     * [new branch]          unlabeled-1.38.4            -> refs/west/unlabeled-1.38.4
     * [new branch]          unlabeled-1.39.2            -> refs/west/unlabeled-1.39.2
     * [new branch]          unlabeled-1.44.2            -> refs/west/unlabeled-1.44.2
     * [new branch]          unlabeled-1.44.4            -> refs/west/unlabeled-1.44.4
     * [new branch]          unlabeled-1.45.2            -> refs/west/unlabeled-1.45.2
     * [new branch]          unlabeled-1.45.8            -> refs/west/unlabeled-1.45.8
     * [new branch]          unlabeled-1.46.4            -> refs/west/unlabeled-1.46.4
     * [new branch]          unlabeled-1.48.16           -> refs/west/unlabeled-1.48.16
     * [new branch]          unlabeled-1.5.16            -> refs/west/unlabeled-1.5.16
     * [new branch]          unlabeled-1.5.2             -> refs/west/unlabeled-1.5.2
     * [new branch]          unlabeled-1.50.2            -> refs/west/unlabeled-1.50.2
     * [new branch]          unlabeled-1.50.6            -> refs/west/unlabeled-1.50.6
     * [new branch]          unlabeled-1.52.2            -> refs/west/unlabeled-1.52.2
     * [new branch]          unlabeled-1.53.6            -> refs/west/unlabeled-1.53.6
     * [new branch]          unlabeled-1.54.4            -> refs/west/unlabeled-1.54.4
     * [new branch]          unlabeled-1.64.2            -> refs/west/unlabeled-1.64.2
     * [new branch]          unlabeled-1.65.12           -> refs/west/unlabeled-1.65.12
     * [new branch]          unlabeled-1.65.4            -> refs/west/unlabeled-1.65.4
     * [new branch]          unlabeled-1.66.2            -> refs/west/unlabeled-1.66.2
     * [new branch]          unlabeled-1.69.4            -> refs/west/unlabeled-1.69.4
     * [new branch]          unlabeled-1.74.4            -> refs/west/unlabeled-1.74.4
     * [new branch]          unlabeled-1.75.4            -> refs/west/unlabeled-1.75.4
     * [new branch]          unlabeled-1.8.2             -> refs/west/unlabeled-1.8.2
     * [new branch]          unlabeled-1.81.2            -> refs/west/unlabeled-1.81.2
     * [new branch]          unlabeled-1.83.4            -> refs/west/unlabeled-1.83.4
     * [new branch]          unlabeled-1.86.2            -> refs/west/unlabeled-1.86.2
     * [new branch]          unlabeled-1.88.2            -> refs/west/unlabeled-1.88.2
     * [new branch]          unlabeled-1.90.2            -> refs/west/unlabeled-1.90.2
     * [new branch]          unlabeled-1.90.2.1.4        -> refs/west/unlabeled-1.90.2.1.4
     * [new branch]          unlabeled-1.93.2            -> refs/west/unlabeled-1.93.2
     * [new branch]          vendor                      -> refs/west/vendor
     * [new branch]          x86-more-32                 -> refs/west/x86-more-32
     * [new branch]          zephyr-deprecated           -> refs/west/zephyr-deprecated
     * [new branch]          zephyr-hacks                -> refs/west/zephyr-hacks
     * [new branch]          zephyr-posix                -> refs/west/zephyr-posix
     * [new tag]             1.0                         -> 1.0
     * [new tag]             1.0-1                       -> 1.0-1
     * [new tag]             1.1                         -> 1.1
     * [new tag]             1.1-1                       -> 1.1-1
     * [new tag]             1.1-2                       -> 1.1-2
     * [new tag]             1.1.1                       -> 1.1.1
     * [new tag]             1.1.1-1                     -> 1.1.1-1
     * [new tag]             1.2                         -> 1.2
     * [new tag]             1.2-1                       -> 1.2-1
     * [new tag]             1.2.1                       -> 1.2.1
     * [new tag]             1.2.1-1                     -> 1.2.1-1
     * [new tag]             1.3                         -> 1.3
     * [new tag]             1.3-1                       -> 1.3-1
     * [new tag]             1.4                         -> 1.4
     * [new tag]             1.4-1                       -> 1.4-1
     * [new tag]             1.4.1                       -> 1.4.1
     * [new tag]             1.4.1-1                     -> 1.4.1-1
     * [new tag]             1.4.1-2                     -> 1.4.1-2
     * [new tag]             1.4.2                       -> 1.4.2
     * [new tag]             1.4.2-1                     -> 1.4.2-1
     * [new tag]             1.4.2-2                     -> 1.4.2-2
     * [new tag]             1.4.2-3                     -> 1.4.2-3
     * [new tag]             1.4.3                       -> 1.4.3
     * [new tag]             1.4.3-1                     -> 1.4.3-1
     * [new tag]             1.4.4                       -> 1.4.4
     * [new tag]             1.4.4-1                     -> 1.4.4-1
     * [new tag]             1.4.5                       -> 1.4.5
     * [new tag]             1.4.5-1                     -> 1.4.5-1
     * [new tag]             1.4.6                       -> 1.4.6
     * [new tag]             1.4.6-1                     -> 1.4.6-1
     * [new tag]             1.4.7                       -> 1.4.7
     * [new tag]             1.4.7-1                     -> 1.4.7-1
     * [new tag]             1.4.7-2                     -> 1.4.7-2
     * [new tag]             1.5                         -> 1.5
     * [new tag]             1.5-1                       -> 1.5-1
     * [new tag]             1.5.1                       -> 1.5.1
     * [new tag]             1.5.1-1                     -> 1.5.1-1
     * [new tag]             1.5.1-2                     -> 1.5.1-2
     * [new tag]             1.6                         -> 1.6
     * [new tag]             1.6-1                       -> 1.6-1
     * [new tag]             1.6.1                       -> 1.6.1
     * [new tag]             1.6.1-1                     -> 1.6.1-1
     * [new tag]             1.6.2                       -> 1.6.2
     * [new tag]             1.6.2-1                     -> 1.6.2-1
     * [new tag]             1.7                         -> 1.7
     * [new tag]             1.7-1                       -> 1.7-1
     * [new tag]             1.7.1                       -> 1.7.1
     * [new tag]             1.7.1-1                     -> 1.7.1-1
     * [new tag]             1.7.2                       -> 1.7.2
     * [new tag]             1.7.2-1                     -> 1.7.2-1
     * [new tag]             1.7.2-2                     -> 1.7.2-2
     * [new tag]             1.7.3                       -> 1.7.3
     * [new tag]             1.7.3-1                     -> 1.7.3-1
     * [new tag]             1.7.3-2                     -> 1.7.3-2
     * [new tag]             1.7.4                       -> 1.7.4
     * [new tag]             1.7.4-1                     -> 1.7.4-1
     * [new tag]             1.7.5                       -> 1.7.5
     * [new tag]             1.7.5-1                     -> 1.7.5-1
     * [new tag]             1.7.6                       -> 1.7.6
     * [new tag]             1.7.6-1                     -> 1.7.6-1
     * [new tag]             1.7.8                       -> 1.7.8
     * [new tag]             1.7.9                       -> 1.7.9
     * [new tag]             3.1.0.2019.08.08            -> 3.1.0.2019.08.08
     * [new tag]             3.1.0.2019.08.08-1          -> 3.1.0.2019.08.08-1
     * [new tag]             3.1.0.2019.08.14            -> 3.1.0.2019.08.14
     * [new tag]             3.1.0.2019.08.14-1          -> 3.1.0.2019.08.14-1
     * [new tag]             EOL_registry_mounts         -> EOL_registry_mounts
     * [new tag]             Z-cygwin_daemon_merge-new_HEAD -> Z-cygwin_daemon_merge-new_HEAD
     * [new tag]             Z-cygwin_daemon_merge_HEAD  -> Z-cygwin_daemon_merge_HEAD
     * [new tag]             after-mmap-privanon-noreserve -> after-mmap-privanon-noreserve
     * [new tag]             after-mmap-revamp           -> after-mmap-revamp
     * [new tag]             arc-20081103-branchpoint    -> arc-20081103-branchpoint
     * [new tag]             arc-insight_6_8-branchpoint -> arc-insight_6_8-branchpoint
     * [new tag]             arc-sim-20090309            -> arc-sim-20090309
     * [new tag]             before-mmap-revamp          -> before-mmap-revamp
     * [new tag]             binu_ss_19990502            -> binu_ss_19990502
     * [new tag]             binu_ss_19990602            -> binu_ss_19990602
     * [new tag]             binu_ss_19990721            -> binu_ss_19990721
     * [new tag]             binutils-2_10               -> binutils-2_10
     * [new tag]             binutils-2_10-branchpoint   -> binutils-2_10-branchpoint
     * [new tag]             binutils-2_10_1             -> binutils-2_10_1
     * [new tag]             binutils-2_11               -> binutils-2_11
     * [new tag]             binutils-2_11_1             -> binutils-2_11_1
     * [new tag]             binutils-2_11_2             -> binutils-2_11_2
     * [new tag]             binutils-2_12               -> binutils-2_12
     * [new tag]             binutils-2_12-branchpoint   -> binutils-2_12-branchpoint
     * [new tag]             binutils-2_12_1             -> binutils-2_12_1
     * [new tag]             binutils-2_13               -> binutils-2_13
     * [new tag]             binutils-2_13-branchpoint   -> binutils-2_13-branchpoint
     * [new tag]             binutils-2_13_1             -> binutils-2_13_1
     * [new tag]             binutils-2_13_2             -> binutils-2_13_2
     * [new tag]             binutils-2_13_2_1           -> binutils-2_13_2_1
     * [new tag]             binutils-2_14               -> binutils-2_14
     * [new tag]             binutils-2_14-branchpoint   -> binutils-2_14-branchpoint
     * [new tag]             binutils-2_15               -> binutils-2_15
     * [new tag]             binutils-2_15-branchpoint   -> binutils-2_15-branchpoint
     * [new tag]             binutils-2_16               -> binutils-2_16
     * [new tag]             binutils-2_16-branchpoint   -> binutils-2_16-branchpoint
     * [new tag]             binutils-2_16_1             -> binutils-2_16_1
     * [new tag]             binutils-2_17               -> binutils-2_17
     * [new tag]             binutils-2_17-branchpoint   -> binutils-2_17-branchpoint
     * [new tag]             binutils-2_18               -> binutils-2_18
     * [new tag]             binutils-2_18-branchpoint   -> binutils-2_18-branchpoint
     * [new tag]             binutils-2_19               -> binutils-2_19
     * [new tag]             binutils-2_19-branchpoint   -> binutils-2_19-branchpoint
     * [new tag]             binutils-2_19_1             -> binutils-2_19_1
     * [new tag]             binutils-2_20               -> binutils-2_20
     * [new tag]             binutils-2_20-branchpoint   -> binutils-2_20-branchpoint
     * [new tag]             binutils-2_20_1             -> binutils-2_20_1
     * [new tag]             binutils-2_21               -> binutils-2_21
     * [new tag]             binutils-2_21-branchpoint   -> binutils-2_21-branchpoint
     * [new tag]             binutils-2_21_1             -> binutils-2_21_1
     * [new tag]             binutils-2_22               -> binutils-2_22
     * [new tag]             binutils-2_22-branchpoint   -> binutils-2_22-branchpoint
     * [new tag]             binutils-2_23               -> binutils-2_23
     * [new tag]             binutils-2_23-branchpoint   -> binutils-2_23-branchpoint
     * [new tag]             binutils-2_23_1             -> binutils-2_23_1
     * [new tag]             binutils-2_23_2             -> binutils-2_23_2
     * [new tag]             binutils-2_24-branchpoint   -> binutils-2_24-branchpoint
     * [new tag]             binutils-arc-20080908-branchpoint -> binutils-arc-20080908-branchpoint
     * [new tag]             binutils-arc-20081103-branchpoint -> binutils-arc-20081103-branchpoint
     * [new tag]             binutils-csl-2_17-branchpoint -> binutils-csl-2_17-branchpoint
     * [new tag]             binutils-csl-arm-2005q1-branchpoint -> binutils-csl-arm-2005q1-branchpoint
     * [new tag]             binutils-csl-arm-2005q1a    -> binutils-csl-arm-2005q1a
     * [new tag]             binutils-csl-arm-2005q1b    -> binutils-csl-arm-2005q1b
     * [new tag]             binutils-csl-arm-2006q1-6   -> binutils-csl-arm-2006q1-6
     * [new tag]             binutils-csl-arm-2006q3-19  -> binutils-csl-arm-2006q3-19
     * [new tag]             binutils-csl-arm-2006q3-21  -> binutils-csl-arm-2006q3-21
     * [new tag]             binutils-csl-arm-2006q3-26  -> binutils-csl-arm-2006q3-26
     * [new tag]             binutils-csl-arm-2006q3-27  -> binutils-csl-arm-2006q3-27
     * [new tag]             binutils-csl-coldfire-4_1-10 -> binutils-csl-coldfire-4_1-10
     * [new tag]             binutils-csl-coldfire-4_1-11 -> binutils-csl-coldfire-4_1-11
     * [new tag]             binutils-csl-coldfire-4_1-28 -> binutils-csl-coldfire-4_1-28
     * [new tag]             binutils-csl-coldfire-4_1-30 -> binutils-csl-coldfire-4_1-30
     * [new tag]             binutils-csl-coldfire-4_1-32 -> binutils-csl-coldfire-4_1-32
     * [new tag]             binutils-csl-gxxpro-3_4-branchpoint -> binutils-csl-gxxpro-3_4-branchpoint
     * [new tag]             binutils-csl-innovasic-fido-3_4_4-33 -> binutils-csl-innovasic-fido-3_4_4-33
     * [new tag]             binutils-csl-morpho-4_1-4   -> binutils-csl-morpho-4_1-4
     * [new tag]             binutils-csl-palmsource-arm-prelinker-1_0-1 -> binutils-csl-palmsource-arm-prelinker-1_0-1
     * [new tag]             binutils-csl-renesas-4_1-6  -> binutils-csl-renesas-4_1-6
     * [new tag]             binutils-csl-renesas-4_1-7  -> binutils-csl-renesas-4_1-7
     * [new tag]             binutils-csl-renesas-4_1-8  -> binutils-csl-renesas-4_1-8
     * [new tag]             binutils-csl-renesas-4_1-9  -> binutils-csl-renesas-4_1-9
     * [new tag]             binutils-csl-sourcerygxx-3_4_4-17 -> binutils-csl-sourcerygxx-3_4_4-17
     * [new tag]             binutils-csl-sourcerygxx-3_4_4-19 -> binutils-csl-sourcerygxx-3_4_4-19
     * [new tag]             binutils-csl-sourcerygxx-3_4_4-21 -> binutils-csl-sourcerygxx-3_4_4-21
     * [new tag]             binutils-csl-sourcerygxx-3_4_4-25 -> binutils-csl-sourcerygxx-3_4_4-25
     * [new tag]             binutils-csl-sourcerygxx-3_4_4-32 -> binutils-csl-sourcerygxx-3_4_4-32
     * [new tag]             binutils-csl-sourcerygxx-4_1-12 -> binutils-csl-sourcerygxx-4_1-12
     * [new tag]             binutils-csl-sourcerygxx-4_1-13 -> binutils-csl-sourcerygxx-4_1-13
     * [new tag]             binutils-csl-sourcerygxx-4_1-14 -> binutils-csl-sourcerygxx-4_1-14
     * [new tag]             binutils-csl-sourcerygxx-4_1-15 -> binutils-csl-sourcerygxx-4_1-15
     * [new tag]             binutils-csl-sourcerygxx-4_1-17 -> binutils-csl-sourcerygxx-4_1-17
     * [new tag]             binutils-csl-sourcerygxx-4_1-18 -> binutils-csl-sourcerygxx-4_1-18
     * [new tag]             binutils-csl-sourcerygxx-4_1-19 -> binutils-csl-sourcerygxx-4_1-19
     * [new tag]             binutils-csl-sourcerygxx-4_1-20 -> binutils-csl-sourcerygxx-4_1-20
     * [new tag]             binutils-csl-sourcerygxx-4_1-21 -> binutils-csl-sourcerygxx-4_1-21
     * [new tag]             binutils-csl-sourcerygxx-4_1-22 -> binutils-csl-sourcerygxx-4_1-22
     * [new tag]             binutils-csl-sourcerygxx-4_1-23 -> binutils-csl-sourcerygxx-4_1-23
     * [new tag]             binutils-csl-sourcerygxx-4_1-24 -> binutils-csl-sourcerygxx-4_1-24
     * [new tag]             binutils-csl-sourcerygxx-4_1-25 -> binutils-csl-sourcerygxx-4_1-25
     * [new tag]             binutils-csl-sourcerygxx-4_1-26 -> binutils-csl-sourcerygxx-4_1-26
     * [new tag]             binutils-csl-sourcerygxx-4_1-27 -> binutils-csl-sourcerygxx-4_1-27
     * [new tag]             binutils-csl-sourcerygxx-4_1-28 -> binutils-csl-sourcerygxx-4_1-28
     * [new tag]             binutils-csl-sourcerygxx-4_1-29 -> binutils-csl-sourcerygxx-4_1-29
     * [new tag]             binutils-csl-sourcerygxx-4_1-30 -> binutils-csl-sourcerygxx-4_1-30
     * [new tag]             binutils-csl-sourcerygxx-4_1-32 -> binutils-csl-sourcerygxx-4_1-32
     * [new tag]             binutils-csl-sourcerygxx-4_1-4 -> binutils-csl-sourcerygxx-4_1-4
     * [new tag]             binutils-csl-sourcerygxx-4_1-5 -> binutils-csl-sourcerygxx-4_1-5
     * [new tag]             binutils-csl-sourcerygxx-4_1-6 -> binutils-csl-sourcerygxx-4_1-6
     * [new tag]             binutils-csl-sourcerygxx-4_1-7 -> binutils-csl-sourcerygxx-4_1-7
     * [new tag]             binutils-csl-sourcerygxx-4_1-8 -> binutils-csl-sourcerygxx-4_1-8
     * [new tag]             binutils-csl-sourcerygxx-4_1-9 -> binutils-csl-sourcerygxx-4_1-9
     * [new tag]             binutils-csl-wrs-linux-3_4_4-20 -> binutils-csl-wrs-linux-3_4_4-20
     * [new tag]             binutils-csl-wrs-linux-3_4_4-21 -> binutils-csl-wrs-linux-3_4_4-21
     * [new tag]             binutils-csl-wrs-linux-3_4_4-22 -> binutils-csl-wrs-linux-3_4_4-22
     * [new tag]             binutils-csl-wrs-linux-3_4_4-23 -> binutils-csl-wrs-linux-3_4_4-23
     * [new tag]             binutils-csl-wrs-linux-3_4_4-24 -> binutils-csl-wrs-linux-3_4_4-24
     * [new tag]             binutils_latest_snapshot    -> binutils_latest_snapshot
     * [new tag]             cagney-unwind-20030108-branchpoint -> cagney-unwind-20030108-branchpoint
     * [new tag]             cagney_bfdfile-20040213-branchpoint -> cagney_bfdfile-20040213-branchpoint
     * [new tag]             cagney_bigcore-20040122-branchpoint -> cagney_bigcore-20040122-branchpoint
     * [new tag]             cagney_convert-20030606-branchpoint -> cagney_convert-20030606-branchpoint
     * [new tag]             cagney_fileio-20030521-branchpoint -> cagney_fileio-20030521-branchpoint
     * [new tag]             cagney_frameaddr-20030403-branchpoint -> cagney_frameaddr-20030403-branchpoint
     * [new tag]             cagney_frameaddr-20030409-mergepoint -> cagney_frameaddr-20030409-mergepoint
     * [new tag]             cagney_framebase-20030326-branchpoint -> cagney_framebase-20030326-branchpoint
     * [new tag]             cagney_framebase-20030330-mergepoint -> cagney_framebase-20030330-mergepoint
     * [new tag]             cagney_lazyid-20030317-branchpoint -> cagney_lazyid-20030317-branchpoint
     * [new tag]             cagney_offbyone-20030303-branchpoint -> cagney_offbyone-20030303-branchpoint
     * [new tag]             cagney_regbuf-20020515-branchpoint -> cagney_regbuf-20020515-branchpoint
     * [new tag]             cagney_sysregs-20020825-branchpoint -> cagney_sysregs-20020825-branchpoint
     * [new tag]             cagney_tramp-20040309-branchpoint -> cagney_tramp-20040309-branchpoint
     * [new tag]             cagney_tramp-20040321-mergepoint -> cagney_tramp-20040321-mergepoint
     * [new tag]             cagney_writestrings-20030508-branchpoint -> cagney_writestrings-20030508-branchpoint
     * [new tag]             cagney_x86i386-20030821-branchpoint -> cagney_x86i386-20030821-branchpoint
     * [new tag]             carlton-dictionary-20031111-merge -> carlton-dictionary-20031111-merge
     * [new tag]             carlton_dictionary-20020920-branchpoint -> carlton_dictionary-20020920-branchpoint
     * [new tag]             carlton_dictionary-20020927-merge -> carlton_dictionary-20020927-merge
     * [new tag]             carlton_dictionary-20021011-merge -> carlton_dictionary-20021011-merge
     * [new tag]             carlton_dictionary-20021025-merge -> carlton_dictionary-20021025-merge
     * [new tag]             carlton_dictionary-20021115-merge -> carlton_dictionary-20021115-merge
     * [new tag]             carlton_dictionary-20021223-merge -> carlton_dictionary-20021223-merge
     * [new tag]             carlton_dictionary-20030207-merge -> carlton_dictionary-20030207-merge
     * [new tag]             carlton_dictionary-20030305-merge -> carlton_dictionary-20030305-merge
     * [new tag]             carlton_dictionary-20030416-merge -> carlton_dictionary-20030416-merge
     * [new tag]             carlton_dictionary-20030430-merge -> carlton_dictionary-20030430-merge
     * [new tag]             carlton_dictionary-20030523-merge -> carlton_dictionary-20030523-merge
     * [new tag]             carlton_dictionary-20030627-merge -> carlton_dictionary-20030627-merge
     * [new tag]             carlton_dictionary-20030805-merge -> carlton_dictionary-20030805-merge
     * [new tag]             carlton_dictionary-20030917-merge -> carlton_dictionary-20030917-merge
     * [new tag]             carlton_dictionary-20031215-merge -> carlton_dictionary-20031215-merge
     * [new tag]             carlton_dictionary-20040126-merge -> carlton_dictionary-20040126-merge
     * [new tag]             cgen-1_1-branchpoint        -> cgen-1_1-branchpoint
     * [new tag]             cgen-snapshot-20071001      -> cgen-snapshot-20071001
     * [new tag]             cgen-snapshot-20071101      -> cgen-snapshot-20071101
     * [new tag]             cgen-snapshot-20071201      -> cgen-snapshot-20071201
     * [new tag]             cgen-snapshot-20080101      -> cgen-snapshot-20080101
     * [new tag]             cgen-snapshot-20080201      -> cgen-snapshot-20080201
     * [new tag]             cgen-snapshot-20080301      -> cgen-snapshot-20080301
     * [new tag]             cgen-snapshot-20080401      -> cgen-snapshot-20080401
     * [new tag]             cgen-snapshot-20080501      -> cgen-snapshot-20080501
     * [new tag]             cgen-snapshot-20080601      -> cgen-snapshot-20080601
     * [new tag]             cgen-snapshot-20080701      -> cgen-snapshot-20080701
     * [new tag]             cgen-snapshot-20080801      -> cgen-snapshot-20080801
     * [new tag]             cgen-snapshot-20080901      -> cgen-snapshot-20080901
     * [new tag]             cgen-snapshot-20081001      -> cgen-snapshot-20081001
     * [new tag]             cgen-snapshot-20081101      -> cgen-snapshot-20081101
     * [new tag]             cgen-snapshot-20081201      -> cgen-snapshot-20081201
     * [new tag]             cgen-snapshot-20090101      -> cgen-snapshot-20090101
     * [new tag]             cgen-snapshot-20090201      -> cgen-snapshot-20090201
     * [new tag]             cgen-snapshot-20090301      -> cgen-snapshot-20090301
     * [new tag]             cgen-snapshot-20090401      -> cgen-snapshot-20090401
     * [new tag]             cgen-snapshot-20090501      -> cgen-snapshot-20090501
     * [new tag]             cgen-snapshot-20090601      -> cgen-snapshot-20090601
     * [new tag]             cgen-snapshot-20090701      -> cgen-snapshot-20090701
     * [new tag]             cgen-snapshot-20090801      -> cgen-snapshot-20090801
     * [new tag]             cgen-snapshot-20090901      -> cgen-snapshot-20090901
     * [new tag]             cgen-snapshot-20091001      -> cgen-snapshot-20091001
     * [new tag]             cgen-snapshot-20091101      -> cgen-snapshot-20091101
     * [new tag]             cgen-snapshot-20091201      -> cgen-snapshot-20091201
     * [new tag]             cgen-snapshot-20100101      -> cgen-snapshot-20100101
     * [new tag]             cgen-snapshot-20100201      -> cgen-snapshot-20100201
     * [new tag]             cgen-snapshot-20100301      -> cgen-snapshot-20100301
     * [new tag]             cgen-snapshot-20100401      -> cgen-snapshot-20100401
     * [new tag]             cgen-snapshot-20100501      -> cgen-snapshot-20100501
     * [new tag]             cgen-snapshot-20100601      -> cgen-snapshot-20100601
     * [new tag]             cgen-snapshot-20100701      -> cgen-snapshot-20100701
     * [new tag]             cgen-snapshot-20100801      -> cgen-snapshot-20100801
     * [new tag]             cgen-snapshot-20100901      -> cgen-snapshot-20100901
     * [new tag]             cgen-snapshot-20101001      -> cgen-snapshot-20101001
     * [new tag]             cgen-snapshot-20101101      -> cgen-snapshot-20101101
     * [new tag]             cgen-snapshot-20101201      -> cgen-snapshot-20101201
     * [new tag]             cgen-snapshot-20110101      -> cgen-snapshot-20110101
     * [new tag]             cgen-snapshot-20110201      -> cgen-snapshot-20110201
     * [new tag]             cgen-snapshot-20110301      -> cgen-snapshot-20110301
     * [new tag]             cgen-snapshot-20110401      -> cgen-snapshot-20110401
     * [new tag]             cgen-snapshot-20110501      -> cgen-snapshot-20110501
     * [new tag]             cgen-snapshot-20110601      -> cgen-snapshot-20110601
     * [new tag]             cgen-snapshot-20110701      -> cgen-snapshot-20110701
     * [new tag]             cgen-snapshot-20110801      -> cgen-snapshot-20110801
     * [new tag]             cgen-snapshot-20110901      -> cgen-snapshot-20110901
     * [new tag]             cgen-snapshot-20111001      -> cgen-snapshot-20111001
     * [new tag]             cgen-snapshot-20111101      -> cgen-snapshot-20111101
     * [new tag]             cgen-snapshot-20111201      -> cgen-snapshot-20111201
     * [new tag]             cgen-snapshot-20120101      -> cgen-snapshot-20120101
     * [new tag]             cgen-snapshot-20120201      -> cgen-snapshot-20120201
     * [new tag]             cgen-snapshot-20120301      -> cgen-snapshot-20120301
     * [new tag]             cgen-snapshot-20120401      -> cgen-snapshot-20120401
     * [new tag]             cgen-snapshot-20120501      -> cgen-snapshot-20120501
     * [new tag]             cgen-snapshot-20120601      -> cgen-snapshot-20120601
     * [new tag]             cgen-snapshot-20120701      -> cgen-snapshot-20120701
     * [new tag]             cgen-snapshot-20120801      -> cgen-snapshot-20120801
     * [new tag]             cgen-snapshot-20120901      -> cgen-snapshot-20120901
     * [new tag]             cgen-snapshot-20121001      -> cgen-snapshot-20121001
     * [new tag]             cgen-snapshot-20121101      -> cgen-snapshot-20121101
     * [new tag]             cgen-snapshot-20121201      -> cgen-snapshot-20121201
     * [new tag]             cgen-snapshot-20130101      -> cgen-snapshot-20130101
     * [new tag]             cgen-snapshot-20130201      -> cgen-snapshot-20130201
     * [new tag]             cgen-snapshot-20130301      -> cgen-snapshot-20130301
     * [new tag]             cgen-snapshot-20130401      -> cgen-snapshot-20130401
     * [new tag]             cgen-snapshot-20130501      -> cgen-snapshot-20130501
     * [new tag]             cgen-snapshot-20130601      -> cgen-snapshot-20130601
     * [new tag]             cgen-snapshot-20130701      -> cgen-snapshot-20130701
     * [new tag]             cgen-snapshot-20130801      -> cgen-snapshot-20130801
     * [new tag]             cgen-snapshot-20130901      -> cgen-snapshot-20130901
     * [new tag]             cgen-snapshot-20131001      -> cgen-snapshot-20131001
     * [new tag]             cgen-snapshot-20131101      -> cgen-snapshot-20131101
     * [new tag]             cgen-snapshot-20131201      -> cgen-snapshot-20131201
     * [new tag]             cgen-snapshot-20140101      -> cgen-snapshot-20140101
     * [new tag]             cgen-snapshot-20140201      -> cgen-snapshot-20140201
     * [new tag]             cgen-snapshot-20140301      -> cgen-snapshot-20140301
     * [new tag]             cgen-snapshot-20140401      -> cgen-snapshot-20140401
     * [new tag]             cgen-snapshot-20140501      -> cgen-snapshot-20140501
     * [new tag]             cgen-snapshot-20140601      -> cgen-snapshot-20140601
     * [new tag]             cgen-snapshot-20140701      -> cgen-snapshot-20140701
     * [new tag]             cgen-snapshot-20140801      -> cgen-snapshot-20140801
     * [new tag]             cgen-snapshot-20140901      -> cgen-snapshot-20140901
     * [new tag]             cgen-snapshot-20141001      -> cgen-snapshot-20141001
     * [new tag]             cgen-snapshot-20141101      -> cgen-snapshot-20141101
     * [new tag]             cgen-snapshot-20141201      -> cgen-snapshot-20141201
     * [new tag]             cgen-snapshot-20150101      -> cgen-snapshot-20150101
     * [new tag]             cgen-snapshot-20150201      -> cgen-snapshot-20150201
     * [new tag]             cgen-snapshot-20150301      -> cgen-snapshot-20150301
     * [new tag]             cgf-more-exit-sync          -> cgf-more-exit-sync
     * [new tag]             corinna-01                  -> corinna-01
     * [new tag]             cr-0x99                     -> cr-0x99
     * [new tag]             csl-arm-2003-q4             -> csl-arm-2003-q4
     * [new tag]             csl-arm-2004-q1             -> csl-arm-2004-q1
     * [new tag]             csl-arm-2004-q1a            -> csl-arm-2004-q1a
     * [new tag]             csl-arm-2004-q3             -> csl-arm-2004-q3
     * [new tag]             csl-arm-2004-q3d            -> csl-arm-2004-q3d
     * [new tag]             csl-arm-20050325-branchpoint -> csl-arm-20050325-branchpoint
     * [new tag]             cygnus_cvs_20020108_pre     -> cygnus_cvs_20020108_pre
     * [new tag]             cygwin-1-1-5                -> cygwin-1-1-5
     * [new tag]             cygwin-1-1-6                -> cygwin-1-1-6
     * [new tag]             cygwin-1-1-7                -> cygwin-1-1-7
     * [new tag]             cygwin-1-1-8                -> cygwin-1-1-8
     * [new tag]             cygwin-1-3-19-1-branchpoint -> cygwin-1-3-19-1-branchpoint
     * [new tag]             cygwin-1_1_1                -> cygwin-1_1_1
     * [new tag]             cygwin-1_7_1-release        -> cygwin-1_7_1-release
     * [new tag]             cygwin-1_7_10-release       -> cygwin-1_7_10-release
     * [new tag]             cygwin-1_7_11-release       -> cygwin-1_7_11-release
     * [new tag]             cygwin-1_7_12-release       -> cygwin-1_7_12-release
     * [new tag]             cygwin-1_7_14-release       -> cygwin-1_7_14-release
     * [new tag]             cygwin-1_7_14_2-release     -> cygwin-1_7_14_2-release
     * [new tag]             cygwin-1_7_15-release       -> cygwin-1_7_15-release
     * [new tag]             cygwin-1_7_16-release       -> cygwin-1_7_16-release
     * [new tag]             cygwin-1_7_17-release       -> cygwin-1_7_17-release
     * [new tag]             cygwin-1_7_18-release       -> cygwin-1_7_18-release
     * [new tag]             cygwin-1_7_19-release       -> cygwin-1_7_19-release
     * [new tag]             cygwin-1_7_2-release        -> cygwin-1_7_2-release
     * [new tag]             cygwin-1_7_20-release       -> cygwin-1_7_20-release
     * [new tag]             cygwin-1_7_21-release       -> cygwin-1_7_21-release
     * [new tag]             cygwin-1_7_22-release       -> cygwin-1_7_22-release
     * [new tag]             cygwin-1_7_23-release       -> cygwin-1_7_23-release
     * [new tag]             cygwin-1_7_24-release       -> cygwin-1_7_24-release
     * [new tag]             cygwin-1_7_25-release       -> cygwin-1_7_25-release
     * [new tag]             cygwin-1_7_26-release       -> cygwin-1_7_26-release
     * [new tag]             cygwin-1_7_27-release       -> cygwin-1_7_27-release
     * [new tag]             cygwin-1_7_28-release       -> cygwin-1_7_28-release
     * [new tag]             cygwin-1_7_29-release       -> cygwin-1_7_29-release
     * [new tag]             cygwin-1_7_3-release        -> cygwin-1_7_3-release
     * [new tag]             cygwin-1_7_30-release       -> cygwin-1_7_30-release
     * [new tag]             cygwin-1_7_31-release       -> cygwin-1_7_31-release
     * [new tag]             cygwin-1_7_32-release       -> cygwin-1_7_32-release
     * [new tag]             cygwin-1_7_33-release       -> cygwin-1_7_33-release
     * [new tag]             cygwin-1_7_34-release       -> cygwin-1_7_34-release
     * [new tag]             cygwin-1_7_35-release       -> cygwin-1_7_35-release
     * [new tag]             cygwin-1_7_4-release        -> cygwin-1_7_4-release
     * [new tag]             cygwin-1_7_5-release        -> cygwin-1_7_5-release
     * [new tag]             cygwin-1_7_7-release        -> cygwin-1_7_7-release
     * [new tag]             cygwin-1_7_8-release        -> cygwin-1_7_8-release
     * [new tag]             cygwin-1_7_9-release        -> cygwin-1_7_9-release
     * [new tag]             cygwin-2_0_0-release        -> cygwin-2_0_0-release
     * [new tag]             cygwin-2_0_1-release        -> cygwin-2_0_1-release
     * [new tag]             cygwin-2_0_2-release        -> cygwin-2_0_2-release
     * [new tag]             cygwin-2_0_3-release        -> cygwin-2_0_3-release
     * [new tag]             cygwin-2_0_4-release        -> cygwin-2_0_4-release
     * [new tag]             cygwin-2_10_0-release       -> cygwin-2_10_0-release
     * [new tag]             cygwin-2_11_0-release       -> cygwin-2_11_0-release
     * [new tag]             cygwin-2_11_1-release       -> cygwin-2_11_1-release
     * [new tag]             cygwin-2_11_2-release       -> cygwin-2_11_2-release
     * [new tag]             cygwin-2_1_0-release        -> cygwin-2_1_0-release
     * [new tag]             cygwin-2_2_0-release        -> cygwin-2_2_0-release
     * [new tag]             cygwin-2_2_1-release        -> cygwin-2_2_1-release
     * [new tag]             cygwin-2_3_0-release        -> cygwin-2_3_0-release
     * [new tag]             cygwin-2_3_1-relase         -> cygwin-2_3_1-relase
     * [new tag]             cygwin-2_3_1-release        -> cygwin-2_3_1-release
     * [new tag]             cygwin-2_4_0-release        -> cygwin-2_4_0-release
     * [new tag]             cygwin-2_4_1-release        -> cygwin-2_4_1-release
     * [new tag]             cygwin-2_5_0-release        -> cygwin-2_5_0-release
     * [new tag]             cygwin-2_5_1-release        -> cygwin-2_5_1-release
     * [new tag]             cygwin-2_5_2-release        -> cygwin-2_5_2-release
     * [new tag]             cygwin-2_6_0-release        -> cygwin-2_6_0-release
     * [new tag]             cygwin-2_6_1-release        -> cygwin-2_6_1-release
     * [new tag]             cygwin-2_7_0-release        -> cygwin-2_7_0-release
     * [new tag]             cygwin-2_8_0-release        -> cygwin-2_8_0-release
     * [new tag]             cygwin-2_8_1-release        -> cygwin-2_8_1-release
     * [new tag]             cygwin-2_8_2-release        -> cygwin-2_8_2-release
     * [new tag]             cygwin-2_9_0-release        -> cygwin-2_9_0-release
     * [new tag]             cygwin-3_0_0-release        -> cygwin-3_0_0-release
     * [new tag]             cygwin-3_0_1-release        -> cygwin-3_0_1-release
     * [new tag]             cygwin-3_0_2-release        -> cygwin-3_0_2-release
     * [new tag]             cygwin-3_0_3-release        -> cygwin-3_0_3-release
     * [new tag]             cygwin-3_0_4-release        -> cygwin-3_0_4-release
     * [new tag]             cygwin-3_0_5-release        -> cygwin-3_0_5-release
     * [new tag]             cygwin-3_0_6-release        -> cygwin-3_0_6-release
     * [new tag]             cygwin-3_0_7-release        -> cygwin-3_0_7-release
     * [new tag]             cygwin-3_1_0-release        -> cygwin-3_1_0-release
     * [new tag]             cygwin-3_1_1-release        -> cygwin-3_1_1-release
     * [new tag]             cygwin-3_1_2-release        -> cygwin-3_1_2-release
     * [new tag]             cygwin-3_1_3-release        -> cygwin-3_1_3-release
     * [new tag]             cygwin-3_1_4-release        -> cygwin-3_1_4-release
     * [new tag]             cygwin-64bit-postmerge      -> cygwin-64bit-postmerge
     * [new tag]             cygwin-64bit-premerge       -> cygwin-64bit-premerge
     * [new tag]             cygwin-pre-user-db          -> cygwin-pre-user-db
     * [new tag]             cygwin_daemon_merge_HEAD    -> cygwin_daemon_merge_HEAD
     * [new tag]             debian-2.10.0-1             -> debian-2.10.0-1
     * [new tag]             dje-cgen-play1-branchpoint  -> dje-cgen-play1-branchpoint
     * [new tag]             drop_9x_support_start       -> drop_9x_support_start
     * [new tag]             drow-cplus-branchpoint      -> drow-cplus-branchpoint
     * [new tag]             drow-cplus-merge-20021020   -> drow-cplus-merge-20021020
     * [new tag]             drow-cplus-merge-20021025   -> drow-cplus-merge-20021025
     * [new tag]             drow-cplus-merge-20031214   -> drow-cplus-merge-20031214
     * [new tag]             drow-cplus-merge-20031220   -> drow-cplus-merge-20031220
     * [new tag]             drow-cplus-merge-20031224   -> drow-cplus-merge-20031224
     * [new tag]             drow-cplus-merge-20040113   -> drow-cplus-merge-20040113
     * [new tag]             drow-cplus-merge-20040208   -> drow-cplus-merge-20040208
     * [new tag]             drow-reverse-20070409-branchpoint -> drow-reverse-20070409-branchpoint
     * [new tag]             drow_intercu-20040221-branchpoint -> drow_intercu-20040221-branchpoint
     * [new tag]             drow_intercu-merge-20040327 -> drow_intercu-merge-20040327
     * [new tag]             drow_intercu-merge-20040402 -> drow_intercu-merge-20040402
     * [new tag]             drow_intercu-merge-20040915 -> drow_intercu-merge-20040915
     * [new tag]             drow_intercu-merge-20040921 -> drow_intercu-merge-20040921
     * [new tag]             egcs_20000222               -> egcs_20000222
     * [new tag]             ezannoni_pie-20030916-branchpoint -> ezannoni_pie-20030916-branchpoint
     * [new tag]             ezannoni_pie-20040323-branchpoint -> ezannoni_pie-20040323-branchpoint
     * [new tag]             gdb-csl-20060226-branch-local-2 -> gdb-csl-20060226-branch-local-2
     * [new tag]             gdb-csl-20060226-branch-merge-to-csl-local-1 -> gdb-csl-20060226-branch-merge-to-csl-local-1
     * [new tag]             gdb-csl-20060226-branch-merge-to-csl-symbian-1 -> gdb-csl-20060226-branch-merge-to-csl-symbian-1
     * [new tag]             gdb-csl-20060226-branchpoint -> gdb-csl-20060226-branchpoint
     * [new tag]             gdb-csl-arm-20050325-2005-q1a -> gdb-csl-arm-20050325-2005-q1a
     * [new tag]             gdb-csl-arm-20050325-2005-q1b -> gdb-csl-arm-20050325-2005-q1b
     * [new tag]             gdb-csl-arm-20051020-branchpoint -> gdb-csl-arm-20051020-branchpoint
     * [new tag]             gdb-csl-arm-2006q1-6        -> gdb-csl-arm-2006q1-6
     * [new tag]             gdb-csl-available-20060303-branchpoint -> gdb-csl-available-20060303-branchpoint
     * [new tag]             gdb-csl-coldfire-4_1-10     -> gdb-csl-coldfire-4_1-10
     * [new tag]             gdb-csl-coldfire-4_1-11     -> gdb-csl-coldfire-4_1-11
     * [new tag]             gdb-csl-gxxpro-6_3-branchpoint -> gdb-csl-gxxpro-6_3-branchpoint
     * [new tag]             gdb-csl-morpho-4_1-4        -> gdb-csl-morpho-4_1-4
     * [new tag]             gdb-csl-sourcerygxx-3_4_4-17 -> gdb-csl-sourcerygxx-3_4_4-17
     * [new tag]             gdb-csl-sourcerygxx-3_4_4-19 -> gdb-csl-sourcerygxx-3_4_4-19
     * [new tag]             gdb-csl-sourcerygxx-3_4_4-21 -> gdb-csl-sourcerygxx-3_4_4-21
     * [new tag]             gdb-csl-sourcerygxx-3_4_4-25 -> gdb-csl-sourcerygxx-3_4_4-25
     * [new tag]             gdb-csl-sourcerygxx-4_1-12  -> gdb-csl-sourcerygxx-4_1-12
     * [new tag]             gdb-csl-sourcerygxx-4_1-13  -> gdb-csl-sourcerygxx-4_1-13
     * [new tag]             gdb-csl-sourcerygxx-4_1-14  -> gdb-csl-sourcerygxx-4_1-14
     * [new tag]             gdb-csl-sourcerygxx-4_1-17  -> gdb-csl-sourcerygxx-4_1-17
     * [new tag]             gdb-csl-sourcerygxx-4_1-4   -> gdb-csl-sourcerygxx-4_1-4
     * [new tag]             gdb-csl-sourcerygxx-4_1-5   -> gdb-csl-sourcerygxx-4_1-5
     * [new tag]             gdb-csl-sourcerygxx-4_1-6   -> gdb-csl-sourcerygxx-4_1-6
     * [new tag]             gdb-csl-sourcerygxx-4_1-7   -> gdb-csl-sourcerygxx-4_1-7
     * [new tag]             gdb-csl-sourcerygxx-4_1-8   -> gdb-csl-sourcerygxx-4_1-8
     * [new tag]             gdb-csl-sourcerygxx-4_1-9   -> gdb-csl-sourcerygxx-4_1-9
     * [new tag]             gdb-csl-symbian-20060226-branchpoint -> gdb-csl-symbian-20060226-branchpoint
     * [new tag]             gdb-csl-symbian-6_4_50_20060226-10 -> gdb-csl-symbian-6_4_50_20060226-10
     * [new tag]             gdb-csl-symbian-6_4_50_20060226-11 -> gdb-csl-symbian-6_4_50_20060226-11
     * [new tag]             gdb-csl-symbian-6_4_50_20060226-12 -> gdb-csl-symbian-6_4_50_20060226-12
     * [new tag]             gdb-csl-symbian-6_4_50_20060226-8 -> gdb-csl-symbian-6_4_50_20060226-8
     * [new tag]             gdb-csl-symbian-6_4_50_20060226-9 -> gdb-csl-symbian-6_4_50_20060226-9
     * [new tag]             gdb-premipsmulti-2000-06-06-branchpoint -> gdb-premipsmulti-2000-06-06-branchpoint
     * [new tag]             gdb_4_18_2-2000-05-18-release -> gdb_4_18_2-2000-05-18-release
     * [new tag]             gdb_4_95_0-2000-04-27-snapshot -> gdb_4_95_0-2000-04-27-snapshot
     * [new tag]             gdb_4_95_1-2000-05-11-snapshot -> gdb_4_95_1-2000-05-11-snapshot
     * [new tag]             gdb_5_0-2000-04-10-branchpoint -> gdb_5_0-2000-04-10-branchpoint
     * [new tag]             gdb_5_0-2000-05-19-release  -> gdb_5_0-2000-05-19-release
     * [new tag]             gdb_5_1-2001-07-29-branchpoint -> gdb_5_1-2001-07-29-branchpoint
     * [new tag]             gdb_5_1-2001-11-21-release  -> gdb_5_1-2001-11-21-release
     * [new tag]             gdb_5_1_0_1-2002-01-03-branchpoint -> gdb_5_1_0_1-2002-01-03-branchpoint
     * [new tag]             gdb_5_1_0_1-2002-01-03-release -> gdb_5_1_0_1-2002-01-03-release
     * [new tag]             gdb_5_1_1-2002-01-24-release -> gdb_5_1_1-2002-01-24-release
     * [new tag]             gdb_5_2-2002-03-03-branchpoint -> gdb_5_2-2002-03-03-branchpoint
     * [new tag]             gdb_5_2-2002-04-29-release  -> gdb_5_2-2002-04-29-release
     * [new tag]             gdb_5_2_1-2002-07-23-release -> gdb_5_2_1-2002-07-23-release
     * [new tag]             gdb_5_3-2002-09-04-branchpoint -> gdb_5_3-2002-09-04-branchpoint
     * [new tag]             gdb_5_3-2002-12-12-release  -> gdb_5_3-2002-12-12-release
     * [new tag]             gdb_6_0-2003-06-23-branchpoint -> gdb_6_0-2003-06-23-branchpoint
     * [new tag]             gdb_6_0-2003-10-04-release  -> gdb_6_0-2003-10-04-release
     * [new tag]             gdb_6_1-2004-03-01-gmt-branchpoint -> gdb_6_1-2004-03-01-gmt-branchpoint
     * [new tag]             gdb_6_1-2004-04-05-release  -> gdb_6_1-2004-04-05-release
     * [new tag]             gdb_6_1_1-20040616-release  -> gdb_6_1_1-20040616-release
     * [new tag]             gdb_6_2-2004-07-10-gmt-branchpoint -> gdb_6_2-2004-07-10-gmt-branchpoint
     * [new tag]             gdb_6_2-20040730-release    -> gdb_6_2-20040730-release
     * [new tag]             gdb_6_3-20041019-branchpoint -> gdb_6_3-20041019-branchpoint
     * [new tag]             gdb_6_3-20041109-release    -> gdb_6_3-20041109-release
     * [new tag]             gdb_6_4-2005-11-01-branchpoint -> gdb_6_4-2005-11-01-branchpoint
     * [new tag]             gdb_6_4-20051202-release    -> gdb_6_4-20051202-release
     * [new tag]             gdb_6_5-2006-05-14-branchpoint -> gdb_6_5-2006-05-14-branchpoint
     * [new tag]             gdb_6_5-20060621-release    -> gdb_6_5-20060621-release
     * [new tag]             gdb_6_6-2006-11-15-branchpoint -> gdb_6_6-2006-11-15-branchpoint
     * [new tag]             gdb_6_6-2006-12-18-release  -> gdb_6_6-2006-12-18-release
     * [new tag]             gdb_6_7-2007-09-07-branchpoint -> gdb_6_7-2007-09-07-branchpoint
     * [new tag]             gdb_6_7-2007-10-10-release  -> gdb_6_7-2007-10-10-release
     * [new tag]             gdb_6_7_1-2007-10-29-release -> gdb_6_7_1-2007-10-29-release
     * [new tag]             gdb_6_8-2008-02-26-branchpoint -> gdb_6_8-2008-02-26-branchpoint
     * [new tag]             gdb_6_8-2008-03-27-release  -> gdb_6_8-2008-03-27-release
     * [new tag]             gdb_7_0-2009-09-16-branchpoint -> gdb_7_0-2009-09-16-branchpoint
     * [new tag]             gdb_7_0-2009-10-06-release  -> gdb_7_0-2009-10-06-release
     * [new tag]             gdb_7_0_1-2009-12-22-release -> gdb_7_0_1-2009-12-22-release
     * [new tag]             gdb_7_1-2010-02-18-branchpoint -> gdb_7_1-2010-02-18-branchpoint
     * [new tag]             gdb_7_1-2010-03-18-release  -> gdb_7_1-2010-03-18-release
     * [new tag]             gdb_7_2-2010-07-07-branchpoint -> gdb_7_2-2010-07-07-branchpoint
     * [new tag]             gdb_7_2-2010-09-02-release  -> gdb_7_2-2010-09-02-release
     * [new tag]             gdb_7_3-2011-04-01-branchpoint -> gdb_7_3-2011-04-01-branchpoint
     * [new tag]             gdb_7_3-2011-07-26-release  -> gdb_7_3-2011-07-26-release
     * [new tag]             gdb_7_3_1-2011-09-04-release -> gdb_7_3_1-2011-09-04-release
     * [new tag]             gdb_7_4-2011-12-13-branchpoint -> gdb_7_4-2011-12-13-branchpoint
     * [new tag]             gdb_7_4-2012-01-24-release  -> gdb_7_4-2012-01-24-release
     * [new tag]             gdb_7_4_1-2012-04-26-release -> gdb_7_4_1-2012-04-26-release
     * [new tag]             gdb_7_5-2012-07-18-branchpoint -> gdb_7_5-2012-07-18-branchpoint
     * [new tag]             gdb_7_5-2012-08-17-release  -> gdb_7_5-2012-08-17-release
     * [new tag]             gdb_7_5_1-2012-11-29-release -> gdb_7_5_1-2012-11-29-release
     * [new tag]             gdb_7_6-2013-03-12-branchpoint -> gdb_7_6-2013-03-12-branchpoint
     * [new tag]             gdb_7_6-2013-04-26-release  -> gdb_7_6-2013-04-26-release
     * [new tag]             gdb_7_6_1-2013-08-30-release -> gdb_7_6_1-2013-08-30-release
     * [new tag]             gdb_s390-2001-09-26-branchpoint -> gdb_s390-2001-09-26-branchpoint
     * [new tag]             hmm                         -> hmm
     * [new tag]             insight-precleanup-2001-01-01 -> insight-precleanup-2001-01-01
     * [new tag]             insight_6_5-20061003-release -> insight_6_5-20061003-release
     * [new tag]             insight_6_6-20070208-release -> insight_6_6-20070208-release
     * [new tag]             insight_6_8-branchpoint     -> insight_6_8-branchpoint
     * [new tag]             interps-20030202-branchpoint -> interps-20030202-branchpoint
     * [new tag]             jimb-gdb_6_2-e500-branchpoint -> jimb-gdb_6_2-e500-branchpoint
     * [new tag]             jimb-macro-020506-branchpoint -> jimb-macro-020506-branchpoint
     * [new tag]             jimb-ppc64-linux-20030509-branchpoint -> jimb-ppc64-linux-20030509-branchpoint
     * [new tag]             jimb-ppc64-linux-20030528-branchpoint -> jimb-ppc64-linux-20030528-branchpoint
     * [new tag]             jimb-ppc64-linux-20030613-branchpoint -> jimb-ppc64-linux-20030613-branchpoint
     * [new tag]             jimb-rda-nptl-branchpoint   -> jimb-rda-nptl-branchpoint
     * [new tag]             kettenis-i386newframe-20030308-branchpoint -> kettenis-i386newframe-20030308-branchpoint
     * [new tag]             kettenis-i386newframe-20030316-mergepoint -> kettenis-i386newframe-20030316-mergepoint
     * [new tag]             kettenis_i386newframe-20030406-branchpoint -> kettenis_i386newframe-20030406-branchpoint
     * [new tag]             kettenis_i386newframe-20030419-branchpoint -> kettenis_i386newframe-20030419-branchpoint
     * [new tag]             kettenis_i386newframe-20030504-mergepoint -> kettenis_i386newframe-20030504-mergepoint
     * [new tag]             kettenis_i386newframe-20030517-mergepoint -> kettenis_i386newframe-20030517-mergepoint
     * [new tag]             kettenis_sparc-20030918-branchpoint -> kettenis_sparc-20030918-branchpoint
     * [new tag]             kseitz_interps-20020528-branchpoint -> kseitz_interps-20020528-branchpoint
     * [new tag]             kseitz_interps-20020829-merge -> kseitz_interps-20020829-merge
     * [new tag]             kseitz_interps-20020930-merge -> kseitz_interps-20020930-merge
     * [new tag]             kseitz_interps-20021103-merge -> kseitz_interps-20021103-merge
     * [new tag]             kseitz_interps-20021105-merge -> kseitz_interps-20021105-merge
     * [new tag]             mingw-runtime-2_0           -> mingw-runtime-2_0
     * [new tag]             mingw-runtime-2_4           -> mingw-runtime-2_4
     * [new tag]             msnyder-checkpoint-072509-branchpoint -> msnyder-checkpoint-072509-branchpoint
     * [new tag]             msnyder-fork-checkpoint-branchpoint -> msnyder-fork-checkpoint-branchpoint
     * [new tag]             msnyder-reverse-20060331-branchpoint -> msnyder-reverse-20060331-branchpoint
     * [new tag]             msnyder-reverse-20060502-branchpoint -> msnyder-reverse-20060502-branchpoint
     * [new tag]             msnyder-reverse-20080609-branchpoint -> msnyder-reverse-20080609-branchpoint
     * [new tag]             msnyder-tracepoint-checkpoint-branchpoint -> msnyder-tracepoint-checkpoint-branchpoint
     * [new tag]             multiprocess-20081120-branchpoint -> multiprocess-20081120-branchpoint
     * [new tag]             newlib-1_10_0               -> newlib-1_10_0
     * [new tag]             newlib-1_11_0               -> newlib-1_11_0
     * [new tag]             newlib-1_12_0               -> newlib-1_12_0
     * [new tag]             newlib-1_13_0               -> newlib-1_13_0
     * [new tag]             newlib-1_14_0               -> newlib-1_14_0
     * [new tag]             newlib-1_15_0               -> newlib-1_15_0
     * [new tag]             newlib-1_16_0               -> newlib-1_16_0
     * [new tag]             newlib-1_17_0               -> newlib-1_17_0
     * [new tag]             newlib-1_18_0               -> newlib-1_18_0
     * [new tag]             newlib-1_19_0               -> newlib-1_19_0
     * [new tag]             newlib-1_20_0               -> newlib-1_20_0
     * [new tag]             newlib-1_9_0                -> newlib-1_9_0
     * [new tag]             newlib-2000-02-17           -> newlib-2000-02-17
     * [new tag]             newlib-2_0_0                -> newlib-2_0_0
     * [new tag]             newlib-2_1_0                -> newlib-2_1_0
     * [new tag]             newlib-2_2_0                -> newlib-2_2_0
     * [new tag]             newlib-2_3_0                -> newlib-2_3_0
     * [new tag]             newlib-2_4_0                -> newlib-2_4_0
     * [new tag]             newlib-2_5_0                -> newlib-2_5_0
     * [new tag]             newlib-3.0.0                -> newlib-3.0.0
     * [new tag]             newlib-3.1.0                -> newlib-3.1.0
     * [new tag]             newlib-3.2.0                -> newlib-3.2.0
     * [new tag]             newlib-3.3.0                -> newlib-3.3.0
     * [new tag]             newlib-csl-20060320-branchpoint -> newlib-csl-20060320-branchpoint
     * [new tag]             newlib-csl-arm-2005-q1a     -> newlib-csl-arm-2005-q1a
     * [new tag]             newlib-csl-arm-2005-q1b     -> newlib-csl-arm-2005-q1b
     * [new tag]             newlib-csl-arm-2006q1-6     -> newlib-csl-arm-2006q1-6
     * [new tag]             newlib-csl-arm-2006q3-19    -> newlib-csl-arm-2006q3-19
     * [new tag]             newlib-csl-arm-2006q3-21    -> newlib-csl-arm-2006q3-21
     * [new tag]             newlib-csl-arm-2006q3-26    -> newlib-csl-arm-2006q3-26
     * [new tag]             newlib-csl-arm-2006q3-27    -> newlib-csl-arm-2006q3-27
     * [new tag]             newlib-csl-coldfire-4_1-28  -> newlib-csl-coldfire-4_1-28
     * [new tag]             newlib-csl-coldfire-4_1-30  -> newlib-csl-coldfire-4_1-30
     * [new tag]             newlib-csl-coldfire-4_1-32  -> newlib-csl-coldfire-4_1-32
     * [new tag]             newlib-csl-innovasic-fido-3_4_4-33 -> newlib-csl-innovasic-fido-3_4_4-33
     * [new tag]             newlib-csl-sourcerygxx-3_4_4-25 -> newlib-csl-sourcerygxx-3_4_4-25
     * [new tag]             newlib-csl-sourcerygxx-4_1-12 -> newlib-csl-sourcerygxx-4_1-12
     * [new tag]             newlib-csl-sourcerygxx-4_1-13 -> newlib-csl-sourcerygxx-4_1-13
     * [new tag]             newlib-csl-sourcerygxx-4_1-14 -> newlib-csl-sourcerygxx-4_1-14
     * [new tag]             newlib-csl-sourcerygxx-4_1-17 -> newlib-csl-sourcerygxx-4_1-17
     * [new tag]             newlib-csl-sourcerygxx-4_1-18 -> newlib-csl-sourcerygxx-4_1-18
     * [new tag]             newlib-csl-sourcerygxx-4_1-19 -> newlib-csl-sourcerygxx-4_1-19
     * [new tag]             newlib-csl-sourcerygxx-4_1-21 -> newlib-csl-sourcerygxx-4_1-21
     * [new tag]             newlib-csl-sourcerygxx-4_1-23 -> newlib-csl-sourcerygxx-4_1-23
     * [new tag]             newlib-csl-sourcerygxx-4_1-24 -> newlib-csl-sourcerygxx-4_1-24
     * [new tag]             newlib-csl-sourcerygxx-4_1-26 -> newlib-csl-sourcerygxx-4_1-26
     * [new tag]             newlib-csl-sourcerygxx-4_1-27 -> newlib-csl-sourcerygxx-4_1-27
     * [new tag]             newlib-csl-sourcerygxx-4_1-28 -> newlib-csl-sourcerygxx-4_1-28
     * [new tag]             newlib-csl-sourcerygxx-4_1-30 -> newlib-csl-sourcerygxx-4_1-30
     * [new tag]             newlib-csl-sourcerygxx-4_1-32 -> newlib-csl-sourcerygxx-4_1-32
     * [new tag]             newlib-csl-sourcerygxx-4_1-4 -> newlib-csl-sourcerygxx-4_1-4
     * [new tag]             newlib-csl-sourcerygxx-4_1-5 -> newlib-csl-sourcerygxx-4_1-5
     * [new tag]             newlib-csl-sourcerygxx-4_1-6 -> newlib-csl-sourcerygxx-4_1-6
     * [new tag]             newlib-csl-sourcerygxx-4_1-7 -> newlib-csl-sourcerygxx-4_1-7
     * [new tag]             newlib-csl-sourcerygxx-4_1-8 -> newlib-csl-sourcerygxx-4_1-8
     * [new tag]             newlib-csl-sourcerygxx-4_1-9 -> newlib-csl-sourcerygxx-4_1-9
     * [new tag]             newlib-snapshot-20150323    -> newlib-snapshot-20150323
     * [new tag]             newlib-snapshot-20150423    -> newlib-snapshot-20150423
     * [new tag]             newlib-snapshot-20150526    -> newlib-snapshot-20150526
     * [new tag]             newlib-snapshot-20150623    -> newlib-snapshot-20150623
     * [new tag]             newlib-snapshot-20150723    -> newlib-snapshot-20150723
     * [new tag]             newlib-snapshot-20150824    -> newlib-snapshot-20150824
     * [new tag]             newlib-snapshot-20150924    -> newlib-snapshot-20150924
     * [new tag]             newlib-snapshot-20151023    -> newlib-snapshot-20151023
     * [new tag]             newlib-snapshot-20160104    -> newlib-snapshot-20160104
     * [new tag]             newlib-snapshot-20160226    -> newlib-snapshot-20160226
     * [new tag]             newlib-snapshot-20160527    -> newlib-snapshot-20160527
     * [new tag]             newlib-snapshot-20160923    -> newlib-snapshot-20160923
     * [new tag]             newlib-snapshot-20170228    -> newlib-snapshot-20170228
     * [new tag]             newlib-snapshot-20170323    -> newlib-snapshot-20170323
     * [new tag]             newlib-snapshot-20170421    -> newlib-snapshot-20170421
     * [new tag]             newlib-snapshot-20170519    -> newlib-snapshot-20170519
     * [new tag]             newlib-snapshot-20170623    -> newlib-snapshot-20170623
     * [new tag]             newlib-snapshot-20170720    -> newlib-snapshot-20170720
     * [new tag]             newlib-snapshot-20170818    -> newlib-snapshot-20170818
     * [new tag]             newlib-snapshot-20170922    -> newlib-snapshot-20170922
     * [new tag]             newlib-snapshot-20171222    -> newlib-snapshot-20171222
     * [new tag]             newlib-snapshot-20180118    -> newlib-snapshot-20180118
     * [new tag]             newlib-snapshot-20180226    -> newlib-snapshot-20180226
     * [new tag]             newlib-snapshot-20180720    -> newlib-snapshot-20180720
     * [new tag]             newlib-snapshot-20180802    -> newlib-snapshot-20180802
     * [new tag]             newlib-snapshot-20180831    -> newlib-snapshot-20180831
     * [new tag]             newlib-snapshot-20181231    -> newlib-snapshot-20181231
     * [new tag]             newlib-snapshot-20200102    -> newlib-snapshot-20200102
     * [new tag]             nickrob-async-20060513-branchpoint -> nickrob-async-20060513-branchpoint
     * [new tag]             nickrob-async-20060828-mergepoint -> nickrob-async-20060828-mergepoint
     * [new tag]             offbyone-20030313-branchpoint -> offbyone-20030313-branchpoint
     * [new tag]             post-ptmalloc3              -> post-ptmalloc3
     * [new tag]             post_wait_sig_exit          -> post_wait_sig_exit
     * [new tag]             pre-cgf-merge               -> pre-cgf-merge
     * [new tag]             pre-cygwin-heap             -> pre-cygwin-heap
     * [new tag]             pre-no-this                 -> pre-no-this
     * [new tag]             pre-notty                   -> pre-notty
     * [new tag]             pre-posix-scan              -> pre-posix-scan
     * [new tag]             pre-ptmalloc3               -> pre-ptmalloc3
     * [new tag]             pre-ptymaster-archetype     -> pre-ptymaster-archetype
     * [new tag]             pre-ripout-set_console_state_for_spawn -> pre-ripout-set_console_state_for_spawn
     * [new tag]             pre-sigrewrite              -> pre-sigrewrite
     * [new tag]             pre_wait_sig_exit           -> pre_wait_sig_exit
     * [new tag]             predaemon                   -> predaemon
     * [new tag]             prefifo                     -> prefifo
     * [new tag]             preoverlapped               -> preoverlapped
     * [new tag]             readline_4_3-import-branchpoint -> readline_4_3-import-branchpoint
     * [new tag]             readline_5_1-import-branchpoint -> readline_5_1-import-branchpoint
     * [new tag]             reparent-point              -> reparent-point
     * [new tag]             repo-unification-2000-02-06 -> repo-unification-2000-02-06
     * [new tag]             reverse-20080717-branchpoint -> reverse-20080717-branchpoint
     * [new tag]             reverse-20080930-branchpoint -> reverse-20080930-branchpoint
     * [new tag]             reverse-20081226-branchpoint -> reverse-20081226-branchpoint
     * [new tag]             sid-20020905-branchpoint    -> sid-20020905-branchpoint
     * [new tag]             sid-snapshot-20071001       -> sid-snapshot-20071001
     * [new tag]             sid-snapshot-20071101       -> sid-snapshot-20071101
     * [new tag]             sid-snapshot-20071201       -> sid-snapshot-20071201
     * [new tag]             sid-snapshot-20080101       -> sid-snapshot-20080101
     * [new tag]             sid-snapshot-20080201       -> sid-snapshot-20080201
     * [new tag]             sid-snapshot-20080301       -> sid-snapshot-20080301
     * [new tag]             sid-snapshot-20080401       -> sid-snapshot-20080401
     * [new tag]             sid-snapshot-20080403       -> sid-snapshot-20080403
     * [new tag]             sid-snapshot-20080501       -> sid-snapshot-20080501
     * [new tag]             sid-snapshot-20080601       -> sid-snapshot-20080601
     * [new tag]             sid-snapshot-20080701       -> sid-snapshot-20080701
     * [new tag]             sid-snapshot-20080801       -> sid-snapshot-20080801
     * [new tag]             sid-snapshot-20080901       -> sid-snapshot-20080901
     * [new tag]             sid-snapshot-20081001       -> sid-snapshot-20081001
     * [new tag]             sid-snapshot-20081101       -> sid-snapshot-20081101
     * [new tag]             sid-snapshot-20081201       -> sid-snapshot-20081201
     * [new tag]             sid-snapshot-20090101       -> sid-snapshot-20090101
     * [new tag]             sid-snapshot-20090201       -> sid-snapshot-20090201
     * [new tag]             sid-snapshot-20090301       -> sid-snapshot-20090301
     * [new tag]             sid-snapshot-20090401       -> sid-snapshot-20090401
     * [new tag]             sid-snapshot-20090501       -> sid-snapshot-20090501
     * [new tag]             sid-snapshot-20090601       -> sid-snapshot-20090601
     * [new tag]             sid-snapshot-20090701       -> sid-snapshot-20090701
     * [new tag]             sid-snapshot-20090801       -> sid-snapshot-20090801
     * [new tag]             sid-snapshot-20090901       -> sid-snapshot-20090901
     * [new tag]             sid-snapshot-20091001       -> sid-snapshot-20091001
     * [new tag]             sid-snapshot-20091101       -> sid-snapshot-20091101
     * [new tag]             sid-snapshot-20091201       -> sid-snapshot-20091201
     * [new tag]             sid-snapshot-20100101       -> sid-snapshot-20100101
     * [new tag]             sid-snapshot-20100201       -> sid-snapshot-20100201
     * [new tag]             sid-snapshot-20100301       -> sid-snapshot-20100301
     * [new tag]             sid-snapshot-20100401       -> sid-snapshot-20100401
     * [new tag]             sid-snapshot-20100501       -> sid-snapshot-20100501
     * [new tag]             sid-snapshot-20100601       -> sid-snapshot-20100601
     * [new tag]             sid-snapshot-20100701       -> sid-snapshot-20100701
     * [new tag]             sid-snapshot-20100801       -> sid-snapshot-20100801
     * [new tag]             sid-snapshot-20100901       -> sid-snapshot-20100901
     * [new tag]             sid-snapshot-20101001       -> sid-snapshot-20101001
     * [new tag]             sid-snapshot-20101101       -> sid-snapshot-20101101
     * [new tag]             sid-snapshot-20101201       -> sid-snapshot-20101201
     * [new tag]             sid-snapshot-20110101       -> sid-snapshot-20110101
     * [new tag]             sid-snapshot-20110201       -> sid-snapshot-20110201
     * [new tag]             sid-snapshot-20110301       -> sid-snapshot-20110301
     * [new tag]             sid-snapshot-20110401       -> sid-snapshot-20110401
     * [new tag]             sid-snapshot-20110501       -> sid-snapshot-20110501
     * [new tag]             sid-snapshot-20110601       -> sid-snapshot-20110601
     * [new tag]             sid-snapshot-20110701       -> sid-snapshot-20110701
     * [new tag]             sid-snapshot-20110801       -> sid-snapshot-20110801
     * [new tag]             sid-snapshot-20110901       -> sid-snapshot-20110901
     * [new tag]             sid-snapshot-20111001       -> sid-snapshot-20111001
     * [new tag]             sid-snapshot-20111101       -> sid-snapshot-20111101
     * [new tag]             sid-snapshot-20111201       -> sid-snapshot-20111201
     * [new tag]             sid-snapshot-20120101       -> sid-snapshot-20120101
     * [new tag]             sid-snapshot-20120201       -> sid-snapshot-20120201
     * [new tag]             sid-snapshot-20120301       -> sid-snapshot-20120301
     * [new tag]             sid-snapshot-20120401       -> sid-snapshot-20120401
     * [new tag]             sid-snapshot-20120501       -> sid-snapshot-20120501
     * [new tag]             sid-snapshot-20120601       -> sid-snapshot-20120601
     * [new tag]             sid-snapshot-20120701       -> sid-snapshot-20120701
     * [new tag]             sid-snapshot-20120801       -> sid-snapshot-20120801
     * [new tag]             sid-snapshot-20120901       -> sid-snapshot-20120901
     * [new tag]             sid-snapshot-20121001       -> sid-snapshot-20121001
     * [new tag]             sid-snapshot-20121101       -> sid-snapshot-20121101
     * [new tag]             sid-snapshot-20121201       -> sid-snapshot-20121201
     * [new tag]             sid-snapshot-20130101       -> sid-snapshot-20130101
     * [new tag]             sid-snapshot-20130201       -> sid-snapshot-20130201
     * [new tag]             sid-snapshot-20130301       -> sid-snapshot-20130301
     * [new tag]             sid-snapshot-20130401       -> sid-snapshot-20130401
     * [new tag]             sid-snapshot-20130501       -> sid-snapshot-20130501
     * [new tag]             sid-snapshot-20130601       -> sid-snapshot-20130601
     * [new tag]             sid-snapshot-20130701       -> sid-snapshot-20130701
     * [new tag]             sid-snapshot-20130801       -> sid-snapshot-20130801
     * [new tag]             sid-snapshot-20130901       -> sid-snapshot-20130901
     * [new tag]             sid-snapshot-20131001       -> sid-snapshot-20131001
     * [new tag]             sid-snapshot-20131101       -> sid-snapshot-20131101
     * [new tag]             sid-snapshot-20131201       -> sid-snapshot-20131201
     * [new tag]             sid-snapshot-20140101       -> sid-snapshot-20140101
     * [new tag]             sid-snapshot-20140201       -> sid-snapshot-20140201
     * [new tag]             sid-snapshot-20140301       -> sid-snapshot-20140301
     * [new tag]             sid-snapshot-20140401       -> sid-snapshot-20140401
     * [new tag]             sid-snapshot-20140501       -> sid-snapshot-20140501
     * [new tag]             sid-snapshot-20140601       -> sid-snapshot-20140601
     * [new tag]             sid-snapshot-20140701       -> sid-snapshot-20140701
     * [new tag]             sid-snapshot-20140801       -> sid-snapshot-20140801
     * [new tag]             sid-snapshot-20140901       -> sid-snapshot-20140901
     * [new tag]             sid-snapshot-20141001       -> sid-snapshot-20141001
     * [new tag]             sid-snapshot-20141101       -> sid-snapshot-20141101
     * [new tag]             sid-snapshot-20141201       -> sid-snapshot-20141201
     * [new tag]             sid-snapshot-20150101       -> sid-snapshot-20150101
     * [new tag]             sid-snapshot-20150201       -> sid-snapshot-20150201
     * [new tag]             sid-snapshot-20150301       -> sid-snapshot-20150301
     * [new tag]             tcltk840-20020924-branchpoint -> tcltk840-20020924-branchpoint
     * [new tag]             w32api-1_5                  -> w32api-1_5
     * [new tag]             w32api-2_2                  -> w32api-2_2
     * [new tag]             winsup-2000-02-17           -> winsup-2000-02-17
     * [new tag]             x86_64versiong3             -> x86_64versiong3
    Updating files: 100% (3097/3097), done.
    HEAD is now at 04ada5951 Version 1.7.8
    HEAD is now at 04ada5951 Version 1.7.8
    === updating segger (modules/debug/segger):
    HEAD is now at d4e568a Resolve circular include dependencies
    === updating tinycbor (modules/lib/tinycbor):
    HEAD is now at 9e1f34b module: Deprecate TinyCBOR
    === updating tinycrypt (modules/crypto/tinycrypt):
    HEAD is now at 3e9a49d cmake: Fix conditional in root CMakeLists.txt
    === updating TraceRecorderSource (modules/debug/TraceRecorder):
    HEAD is now at d926075 Merge pull request #12 from nashif/topic/thread_name
    === updating tf-m-tests (modules/tee/tf-m/tf-m-tests):
    --- tf-m-tests: fetching, need revision bcb53bccccdc05c713aade707e7a8ddad35c210f
    remote: Enumerating objects: 3821, done.
    remote: Counting objects: 100% (3821/3821), done.
    remote: Compressing objects: 100% (1335/1335), done.
    remote: Total 3821 (delta 2632), reused 3643 (delta 2460), pack-reused 0
    Receiving objects: 100% (3821/3821), 2.46 MiB | 1.77 MiB/s, done.
    
    Resolving deltas: 100% (2632/2632), done.
    From https://github.com/zephyrproject-rtos/tf-m-tests
     * [new branch]      master        -> refs/west/master
     * [new branch]      release/1.7.x -> refs/west/release/1.7.x
    HEAD is now at bcb53bc Merge pull request #4 from joerchan/tfm-library-mode-invalid-data-length-zephyr
    HEAD is now at bcb53bc Merge pull request #4 from joerchan/tfm-library-mode-invalid-data-length-zephyr
    === updating psa-arch-tests (modules/tee/tf-m/psa-arch-tests):
    --- psa-arch-tests: fetching, need revision f4fc2442b8e29e2a03d9899e46e5a3ea3df8c2c9
    remote: Enumerating objects: 12492, done.
    remote: Counting objects: 100% (528/528), done.
    remote: Compressing objects: 100% (235/235), done.
    remote: Total 12492 (delta 337), reused 376 (delta 293), pack-reused 11964
    Receiving objects: 100% (12492/12492), 17.81 MiB | 10.03 MiB/s, done.
    Resolving deltas: 100% (9354/9354), done.
    From https://github.com/zephyrproject-rtos/psa-arch-tests
     * [new branch]      master                   -> refs/west/master
     * [new tag]         Before_Crypto_1.0        -> Before_Crypto_1.0
     * [new tag]         v18.07_0.6               -> v18.07_0.6
     * [new tag]         v18.07_TBSA0.6           -> v18.07_TBSA0.6
     * [new tag]         v18.10_FF0.5             -> v18.10_FF0.5
     * [new tag]         v19.01_API0.7            -> v19.01_API0.7
     * [new tag]         v19.02_API0.8            -> v19.02_API0.8
     * [new tag]         v19.02_EW0_0.8           -> v19.02_EW0_0.8
     * [new tag]         v19.06_API0.9            -> v19.06_API0.9
     * [new tag]         v19.08_TBSA0.9           -> v19.08_TBSA0.9
     * [new tag]         v20.03_API1.0            -> v20.03_API1.0
     * [new tag]         v20.11_API1.1            -> v20.11_API1.1
     * [new tag]         v21.07_API1.2_ADAC_ALPHA -> v21.07_API1.2_ADAC_ALPHA
    Updating files: 100% (1347/1347), done.
    HEAD is now at f4fc244 Merge pull request #5 from Vge0rge/increase_crypto_timeout
    HEAD is now at f4fc244 Merge pull request #5 from Vge0rge/increase_crypto_timeout
    === updating uoscore-uedhoc (modules/lib/uoscore-uedhoc):
    HEAD is now at e892019 Merge pull request #11 from rlubos/zephyr-integration
    === updating zcbor (modules/lib/zcbor):
    HEAD is now at 0556eda Update version from 0.5.99 to 0.6.0
    === updating zscilib (modules/lib/zscilib):
    --- zscilib: fetching, need revision ca070ddabdaf67175a2da901d0bd62e8899371c5
    remote: Enumerating objects: 5248, done.
    remote: Counting objects: 100% (960/960), done.
    remote: Compressing objects: 100% (468/468), done.
    remote: Total 5248 (delta 657), reused 623 (delta 448), pack-reused 4288
    Receiving objects: 100% (5248/5248), 3.56 MiB | 5.05 MiB/s, done.
    
    Resolving deltas: 100% (3846/3846), done.
    From https://github.com/zephyrproject-rtos/zscilib
     * [new branch]      gh-pages   -> refs/west/gh-pages
     * [new branch]      master     -> refs/west/master
     * [new branch]      revert-38-fix_zephyr_3_1 -> refs/west/revert-38-fix_zephyr_3_1
     * [new tag]         v0.2.0-rc1 -> v0.2.0-rc1
    HEAD is now at ca070dd Merge pull request #39 from microbuilder/fix_tests_cmake
    HEAD is now at ca070dd Merge pull request #39 from microbuilder/fix_tests_cmake
    ERROR: update failed for projects: mbedtls, matter, cmock, canopennode, chre, cmsis, hal_nordic, hal_st, littlefs, loramac-node, lvgl, lz4, mipi-sys-t, nanopb, net-tools

    how to solve it?

  • Hi,

    The SDK is not installed completely. From your log, I see that several GitHub repositories fail to install, for example, hal_nordic, which is the repository causing the error:

    === updating hal_nordic (modules/hal/nordic):
    --- hal_nordic: fetching, need revision fe0be3c3546e136a67264084c0e3edfd7354645a
    fatal: unable to access 'github.com/.../': OpenSSL SSL_read: Connection was reset, errno 10054
    === updating hal_st (modules/hal/st):
    --- hal_st: fetching, need revision cccbc24c14decfd3f93959f7b14514536af973c7
    fatal: unable to access 'github.com/.../': Failed to connect to github.com port 443 after 21053 ms: Timed out

    This is an issue we see happen in locations where GitHub access is slow. In those cases, the problem has often been solved by using VPN to download the SDK.

    Best regards,
    Marte

  • yes,I use the VPN for downloading the sdk of NCS.

    "This error indicates that the nRF Connect SDK was not installed correctly. Can you verify that you have the following directories?",my sdk structure seem not like to yours.

    I live in guangdong province of china.I also use the VPN,but it don't matter.

    I try many times,there is no error in sdk as follow.

    C:\ncs\v2.3.0>west update
    === updating zephyr (zephyr):
    HEAD is now at fcaa60a99f [nrf fromtree] soc: nrf53: Warn if workaround for anomaly 160 cannot be applied
    === updating sdk-hostap (modules/lib/hostap):
    HEAD is now at 73de50a27 Fix hidden SSID association
    === updating mcuboot (bootloader/mcuboot):
    HEAD is now at 9c58609b [nrf fromlist] boot: zephyr: Clean up before chainloading by default
    === updating mbedtls (modules/crypto/mbedtls):
    HEAD is now at c2a205601 [nrf noup] Constant size for psa_core_key_attributes_t struct
    === updating nrfxlib (nrfxlib):
    HEAD is now at 6d0f5844 doc: update versions for 2.3.0 release
    === updating trusted-firmware-m (modules/tee/tf-m/trusted-firmware-m):
    HEAD is now at 150e7b43 [nrf fromtree] secure_fw: crypto: add -Wno-unused-const-variable
    === updating matter (modules/lib/matter):
    HEAD is now at bf8b787ae [nrf noup] Mapped the WiFi security type from Zephyr to Matter
    Synchronizing submodule url for 'third_party/nlio/repo'
    Synchronizing submodule url for 'third_party/nlassert/repo'
    Synchronizing submodule url for 'third_party/nlunit-test/repo'
    Synchronizing submodule url for 'third_party/pigweed/repo'
    === updating cjson (modules/lib/cjson):
    HEAD is now at c6af068 [nrf fromtree] fix: potential memory leak in merge_patch() (#611)
    === updating azure-sdk-for-c (modules/lib/azure-sdk-for-c):
    HEAD is now at 308c171c [nrf fromlist] Make repository a Zephyr module
    === updating cmock (test/cmock):
    HEAD is now at f65066f Merge pull request #404 from tz18/patch-1
    Synchronizing submodule url for 'vendor/c_exception'
    Synchronizing submodule url for 'vendor/unity'
    === updating memfault-firmware-sdk (modules/lib/memfault-firmware-sdk):
    HEAD is now at dbe84b9 Memfault Firmware SDK 0.37.2 (Build 1352)
    === updating cirrus (modules/hal/cirrus-logic):
    HEAD is now at 9f6b381 sdk-mcu-drivers: Added build system configs and generated files
    === updating openthread (modules/lib/openthread):
    HEAD is now at 2060039bb [csl] fix indirect retransmission of frame previously transmitted via CSL (#8770)
    === updating canopennode (modules/lib/canopennode):
    HEAD is now at 53d3415 Merge pull request #5 from teslabs/module-name
    === updating chre (modules/lib/chre):
    HEAD is now at fe0ab36e Merge pull request #6 from yperess/peress/downstream-fix
    === updating cmsis (modules/hal/cmsis):
    HEAD is now at 74981bf Update DSP library for additional platforms
    === updating edtt (tools/edtt):
    HEAD is now at 000fb87 initiator: Fix disconnect with other event at the same time
    === updating fatfs (modules/fs/fatfs):
    HEAD is now at 38f303a zephyr: Add ffconf.h override with ZEPHYR_CONFIG_OVERRIDE
    === updating hal_nordic (modules/hal/nordic):
    HEAD is now at fe0be3c drivers: nrf_802154: Update the IEEE 802.15.4 component
    === updating hal_st (modules/hal/st):
    HEAD is now at cccbc24 sensor: lsm6dso: Disable -Wmaybe-uninitialized for lsm6dso_mode_set
    === updating hal_wurthelektronik (modules/hal/wurthelektronik):
    HEAD is now at 24ca987 Initialized WE HAL module repository.
    === updating libmetal (modules/hal/libmetal):
    HEAD is now at efa2ace lib: update libmetal to SHA cd4fb67a4f50
    === updating liblc3 (modules/lib/liblc3):
    HEAD is now at 448f3de Merge pull request #8 from carlescufi/rename
    === updating littlefs (modules/fs/littlefs):
    HEAD is now at ca583fd Merge tag 'v2.5.0' of https://github.com/littlefs-project/littlefs into zephyr
    === updating loramac-node (modules/lib/loramac-node):
    HEAD is now at ce57712f Don't memset the TXRX buffer when radio is set to receive mode (#1345)
    === updating lvgl (modules/lib/gui/lvgl):
    HEAD is now at 5ab83099 zephyr: add missing errno.h include
    === updating lz4 (modules/lib/lz4):
    HEAD is now at 8e303c2 zephyr: make this repo a zephyr module
    === updating mipi-sys-t (modules/debug/mipi-sys-t):
    HEAD is now at 0d521d8 mipi_syst_api.c: Change MIPI_SYST_PCFG_PRINTF_ARGBUF_SIZE macro.
    === updating nanopb (modules/lib/nanopb):
    HEAD is now at dc4deed Merge pull request #1 from pdgendt/zephyr
    === updating net-tools (tools/net-tools):
    HEAD is now at e0828aa net-setup: Add instructions for NAT and routing
    === updating nrf_hw_models (modules/bsim_hw_models/nrf_hw_models):
    HEAD is now at 65bc530 irq_ctrl: Add support for level interrupts
    === updating open-amp (modules/lib/open-amp):
    HEAD is now at aedcc26 lib: update open-amp lib to release v2022.10.0
    === updating picolibc (modules/lib/picolibc):
    HEAD is now at 04ada5951 Version 1.7.8
    === updating segger (modules/debug/segger):
    HEAD is now at d4e568a Resolve circular include dependencies
    === updating tinycbor (modules/lib/tinycbor):
    HEAD is now at 9e1f34b module: Deprecate TinyCBOR
    === updating tinycrypt (modules/crypto/tinycrypt):
    HEAD is now at 3e9a49d cmake: Fix conditional in root CMakeLists.txt
    === updating TraceRecorderSource (modules/debug/TraceRecorder):
    HEAD is now at d926075 Merge pull request #12 from nashif/topic/thread_name
    === updating tf-m-tests (modules/tee/tf-m/tf-m-tests):
    HEAD is now at bcb53bc Merge pull request #4 from joerchan/tfm-library-mode-invalid-data-length-zephyr
    === updating psa-arch-tests (modules/tee/tf-m/psa-arch-tests):
    HEAD is now at f4fc244 Merge pull request #5 from Vge0rge/increase_crypto_timeout
    === updating uoscore-uedhoc (modules/lib/uoscore-uedhoc):
    HEAD is now at e892019 Merge pull request #11 from rlubos/zephyr-integration
    === updating zcbor (modules/lib/zcbor):
    HEAD is now at 0556eda Update version from 0.5.99 to 0.6.0
    === updating zscilib (modules/lib/zscilib):
    HEAD is now at ca070dd Merge pull request #39 from microbuilder/fix_tests_cmake

    Then i use the configuration in vscode,there sre some warning.The terminal show as follow.

     *  正在执行任务: nRF Connect: Generate config nrf52833dk_nrf52833 for central_uart 
    
    Building central_uart
    west build --build-dir l:\vscode\NCS\central_uart\central_uart\nrf52833 l:\vscode\NCS\central_uart\central_uart --pristine --board nrf52833dk_nrf52833 -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE"
    
    -- west build: generating a build system
    Loading Zephyr default modules (Zephyr base).
    -- Application: L:/vscode/NCS/central_uart/central_uart
    -- Found Python3: C:/ncs/toolchains/v2.3.0/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter 
    -- Cache files will be written to: C:/ncs/v2.3.0/zephyr/.cache
    -- Zephyr version: 3.2.99 (C:/ncs/v2.3.0/zephyr)
    -- Found west (found suitable version "0.14.0", minimum required is "0.7.1")
    -- Board: nrf52833dk_nrf52833
    -- Found host-tools: zephyr 0.15.2 (C:/ncs/toolchains/v2.3.0/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.15.2 (C:/ncs/toolchains/v2.3.0/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/v2.3.0/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs/v2.3.0/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts
    -- Generated zephyr.dts: L:/vscode/NCS/central_uart/central_uart/nrf52833/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: L:/vscode/NCS/central_uart/central_uart/nrf52833/zephyr/include/generated/devicetree_generated.h
    -- Including generated dts.cmake file: L:/vscode/NCS/central_uart/central_uart/nrf52833/zephyr/dts.cmake
    Parsing C:/ncs/v2.3.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs/v2.3.0/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833_defconfig'
    Merged configuration 'L:/vscode/NCS/central_uart/central_uart/prj.conf'
    Configuration saved to 'L:/vscode/NCS/central_uart/central_uart/nrf52833/zephyr/.config'
    Kconfig header saved to 'L:/vscode/NCS/central_uart/central_uart/nrf52833/zephyr/include/generated/autoconf.h'
    -- The C compiler identification is GNU 12.1.0
    -- The CXX compiler identification is GNU 12.1.0
    -- The ASM compiler identification is GNU
    -- Found assembler: C:/ncs/toolchains/v2.3.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    CMake Warning at C:/ncs/v2.3.0/zephyr/CMakeLists.txt:1838 (message):
      __ASSERT() statements are globally ENABLED
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: L:/vscode/NCS/central_uart/central_uart/nrf52833
    -- west build: building application
    [1/240] Generating include/generated/version.h
    -- Zephyr version: 3.2.99 (C:/ncs/v2.3.0/zephyr), build: v3.2.99-ncs2
    [2/240] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
    [3/240] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
    [4/240] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h, include/generated/otype-to-size.h
    [5/240] Generating include/generated/driver-validation.h
    [6/240] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
    [7/240] Generating include/generated/offsets.h
    [8/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj
    [9/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj
    [10/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj
    [11/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj
    [12/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_default.c.obj
    [13/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj
    [14/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj
    [15/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_nvs.c.obj
    [16/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm.c.obj
    [17/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy.c.obj
    [18/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/state.c.obj
    [19/240] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.3.0/modules/crypto/tinycrypt/lib/source/utils.c.obj
    [20/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
    [21/240] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.3.0/nrf/subsys/bluetooth/scan.c.obj
    [22/240] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.3.0/nrf/subsys/bluetooth/gatt_dm.c.obj
    [23/240] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.3.0/nrf/subsys/bluetooth/services/nus_client.c.obj
    [24/240] Generating linker_zephyr_pre1.cmd
    [25/240] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.3.0/modules/crypto/tinycrypt/lib/source/aes_decrypt.c.obj
    [26/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
    [27/240] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.3.0/modules/crypto/tinycrypt/lib/source/cmac_mode.c.obj
    [28/240] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v2.3.0/modules/crypto/tinycrypt/lib/source/aes_encrypt.c.obj
    [29/240] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
    [30/240] Generating linker_zephyr_pre0.cmd
    [31/240] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
    [32/240] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
    [33/240] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
    [34/240] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
    [35/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
    [36/240] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
    [37/240] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
    [38/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
    [39/240] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
    [40/240] Linking C static library zephyr\arch\common\libisr_tables.a
    [41/240] Linking C static library zephyr\arch\common\libarch__common.a
    [42/240] Building C object CMakeFiles/app.dir/src/main.c.obj
    [43/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
    [44/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
    [45/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
    [46/240] Linking C static library app\libapp.a
    [47/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
    [48/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
    [49/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
    [50/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
    [51/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
    [52/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
    [53/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
    [54/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
    [55/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
    [56/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/multi_heap.c.obj
    [57/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
    [58/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
    [59/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
    [60/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
    [61/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
    [62/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
    [63/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
    [64/240] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
    [65/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
    [66/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
    [67/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
    [68/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj
    [69/240] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
    [70/240] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
    [71/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj
    [72/240] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
    [73/240] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
    [74/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_rtt.c.obj
    [75/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj
    [76/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj
    [77/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj
    [78/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj
    [79/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
    [80/240] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
    [81/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj
    [82/240] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj
    [83/240] Linking C static library zephyr\libzephyr.a
    [84/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
    [85/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
    [86/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
    [87/240] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
    [88/240] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
    [89/240] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
    [90/240] Generating ../../../include/generated/libc/minimal/strerror_table.h
    [91/240] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
    [92/240] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
    [93/240] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
    [94/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
    [95/240] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
    [96/240] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
    [97/240] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
    [98/240] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
    [99/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
    [100/240] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
    [101/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
    [102/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
    [103/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoll.c.obj
    [104/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
    [105/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoull.c.obj
    [106/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
    [107/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/qsort.c.obj
    [108/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
    [109/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
    [110/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strerror.c.obj
    [111/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
    [112/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
    [113/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
    [114/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
    [115/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
    [116/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/math/sqrt.c.obj
    [117/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
    [118/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
    [119/240] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
    [120/240] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/math/sqrtf.c.obj
    [121/240] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
    [122/240] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
    [123/240] Building C object zephyr/soc/arm/nordic_nrf/nrf52/CMakeFiles/soc__arm__nordic_nrf__nrf52.dir/power.c.obj
    [124/240] Building C object zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/bt_str.c.obj
    [125/240] Building C object zephyr/soc/arm/nordic_nrf/nrf52/CMakeFiles/soc__arm__nordic_nrf__nrf52.dir/soc.c.obj
    [126/240] Linking C static library zephyr\soc\arm\nordic_nrf\nrf52\libsoc__arm__nordic_nrf__nrf52.a
    [127/240] Building C object zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/rpa.c.obj
    [128/240] Building C object zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/addr.c.obj
    [129/240] Building C object zephyr/subsys/bluetooth/common/CMakeFiles/subsys__bluetooth__common.dir/dummy.c.obj
    [130/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/long_wq.c.obj
    [131/240] Linking C static library zephyr\subsys\bluetooth\common\libsubsys__bluetooth__common.a
    [132/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/uuid.c.obj
    [133/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/settings.c.obj
    [134/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/addr.c.obj
    [135/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/buf.c.obj
    [136/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/scan.c.obj
    [137/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_common.c.obj
    [138/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/id.c.obj
    [139/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/ecc.c.obj
    [140/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/l2cap.c.obj
    [141/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/conn.c.obj
    [142/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/hci_core.c.obj
    [143/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/keys.c.obj
    [144/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/att.c.obj
    [145/240] Building C object zephyr/subsys/bluetooth/crypto/CMakeFiles/subsys__bluetooth__crypto.dir/bt_crypto.c.obj
    [146/240] Linking C static library zephyr\subsys\bluetooth\crypto\libsubsys__bluetooth__crypto.a
    [147/240] Building C object zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj
    [148/240] Linking C static library zephyr\subsys\net\libsubsys__net.a
    [149/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/smp.c.obj
    [150/240] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_xoshiro128.c.obj
    [151/240] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj
    [152/240] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj
    [153/240] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
    [154/240] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj
    [155/240] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
    [156/240] Linking C static library zephyr\subsys\random\libsubsys__random.a
    [157/240] Linking C static library zephyr\subsys\bluetooth\host\libsubsys__bluetooth__host.a
    [158/240] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
    [159/240] Linking C static library zephyr\drivers\console\libdrivers__console.a
    [160/240] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
    [161/240] Linking C static library zephyr\drivers\gpio\libdrivers__gpio.a
    [162/240] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_bt_hci.c.obj
    [163/240] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj
    [164/240] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_nrf5.c.obj
    [165/240] Linking C static library zephyr\drivers\flash\libdrivers__flash.a
    [166/240] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
    [167/240] Linking C static library zephyr\drivers\entropy\libdrivers__entropy.a
    [168/240] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj
    [169/240] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
    [170/240] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
    [171/240] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
    [172/240] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
    [173/240] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj
    [174/240] Building C object modules/nrf/lib/multithreading_lock/CMakeFiles/..__nrf__lib__multithreading_lock.dir/multithreading_lock.c.obj
    [175/240] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
    [176/240] Linking C static library zephyr\drivers\pinctrl\libdrivers__pinctrl.a
    [177/240] Building C object modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_internal.c.obj
    [178/240] Linking C static library modules\nrf\lib\multithreading_lock\lib..__nrf__lib__multithreading_lock.a
    [179/240] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
    [180/240] Building C object modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj
    [181/240] Building C object modules/nrf/subsys/mpsl/init/CMakeFiles/..__nrf__subsys__mpsl__init.dir/mpsl_init.c.obj
    [182/240] Building C object modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/ecdh.c.obj
    [183/240] Building C object modules/nrf/subsys/mpsl/fem/CMakeFiles/..__nrf__subsys__mpsl__fem.dir/api_init/mpsl_fem_api_init.c.obj
    [184/240] Building C object modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/crypto.c.obj
    [185/240] Linking C static library modules\nrf\subsys\mpsl\init\lib..__nrf__subsys__mpsl__init.a
    [186/240] Building C object modules/nrf/drivers/mpsl/clock_control/CMakeFiles/..__nrf__drivers__mpsl__clock_control.dir/nrfx_clock_mpsl.c.obj
    [187/240] Linking C static library modules\nrf\subsys\mpsl\fem\lib..__nrf__subsys__mpsl__fem.a
    [188/240] Linking C static library modules\nrf\subsys\bluetooth\controller\lib..__nrf__subsys__bluetooth__controller.a
    [189/240] Linking C static library modules\nrf\drivers\mpsl\clock_control\lib..__nrf__drivers__mpsl__clock_control.a
    [190/240] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.3.0/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj
    [191/240] Building C object modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj
    [192/240] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
    [193/240] Linking C static library modules\nrf\drivers\mpsl\flash_sync\lib..__nrf__drivers__mpsl__flash_sync.a
    [194/240] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.3.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
    [195/240] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.3.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
    [196/240] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.3.0/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj
    [197/240] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.3.0/modules/hal/nordic/nrfx/drivers/src/nrfx_ppi.c.obj
    [198/240] Building C object modules/segger/CMakeFiles/modules__segger.dir/SEGGER_RTT_zephyr.c.obj
    [199/240] Building C object modules/segger/CMakeFiles/modules__segger.dir/C_/ncs/v2.3.0/modules/debug/segger/SEGGER/SEGGER_RTT.c.obj
    [200/240] Linking C static library modules\segger\libmodules__segger.a
    [201/240] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.3.0/modules/hal/nordic/nrfx/drivers/src/nrfx_uarte.c.obj
    [202/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
    [203/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
    [204/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
    [205/240] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
    [206/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
    [207/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
    [208/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
    [209/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
    [210/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
    [211/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
    [212/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
    [213/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
    [214/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
    [215/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
    [216/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
    [217/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
    [218/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
    [219/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
    [220/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
    [221/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
    [222/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
    [223/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
    [224/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj
    [225/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
    [226/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
    [227/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
    [228/240] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
    [229/240] Linking C static library zephyr\kernel\libkernel.a
    [230/240] Linking C executable zephyr\zephyr_pre0.elf
    
    [231/240] Generating dev_handles.c
    [232/240] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/misc/empty_file.c.obj
    [233/240] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/dev_handles.c.obj
    [234/240] Linking C executable zephyr\zephyr_pre1.elf
    
    [235/240] Generating linker.cmd
    [236/240] Generating isr_tables.c, isrList.bin
    [237/240] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
    [238/240] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
    [239/240] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
    [240/240] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:      217420 B       512 KB     41.47%
                 RAM:       34916 B       128 KB     26.64%
            IDT_LIST:          0 GB         2 KB      0.00%
     *  终端将被任务重用,按任意键关闭。 

    Finally,i flash the procedure to the board,there is a error.

     *  正在执行任务: nRF Connect: Flash: central_uart/nrf52833 (active) 
    
    Flashing nrf52833 to 685433352
    west flash -d l:\vscode\NCS\central_uart\central_uart\nrf52833 --skip-rebuild -r nrfjprog --dev-id 685433352
    
    -- west flash: using runner nrfjprog
    -- runners.nrfjprog: Flashing file: l:\vscode\NCS\central_uart\central_uart\nrf52833\zephyr\zephyr.hex
    Parsing image file.
    Verifying programming.
    ERROR: The JLinkARM DLL timed out while communicating to the J-Link probe.
    ERROR: If the error condition persists, run the same command again with
    ERROR: argument -- log, contact Nordic Semiconductor and provide the generated
    ERROR: log.log file to them.
    NOTE: For additional output, try running again with logging enabled (--log).
    NOTE: Any generated log error messages will be displayed.
    FATAL ERROR: command exited with status 35: nrfjprog --program 'l:\vscode\NCS\central_uart\central_uart\nrf52833\zephyr\zephyr.hex' --sectoranduicrerase --verify -f NRF52 --snr 685433352
    
     *  终端进程已终止,退出代码: 35。 
     *  终端将被任务重用,按任意键关闭。

    can you help me?thanks!

  • Hi,

    The warning about _ASSERT() statement being glocally enabled can be ignored, so there are no further issues with the building.

    The timeout happens during the step where nrfjprog verifies that the board was programmed successfully. The board might still have been programmed, as this is done before verifying, but the issue should not happen regardless.
    I will be out of the office next week, so I recommend that you create a new ticket for this issue, so the new ticket is assigned to someone working next week.

    Best regards,
    Marte

Related