I'm getting the following warning on my terminal during build:
-- Including generated dts.cmake file: D:/Workspaces/azure_iot_hub_9/build_pmi/mcuboot/zephyr/dts.cmake
CMake Warning at D:/ncs/v3.0.1/zephyr/cmake/modules/dts.cmake:428 (message):
dtc raised one or more warnings:
Cygwin WARNING:
Couldn't compute FAST_CWD pointer. This typically occurs if you're using
an older Cygwin version on a newer Windows. Please update to the latest
available Cygwin version from https://cygwin.com/. If the problem persists,
please see https://cygwin.com/problems.html
But I'm reluctant to just install latest version from cygwin as I suppose that the toolchain selected should handle this.
Does anyone see a similar behaviour, and can it be ignored or is something to be updated?