When I install new NCS(findmy) vscode development enviroment in another computer(win10), I meet a strange compile Error: Aborting due to Kconfig warnings.
Details as follows:
===================================================================================================================
C:/ncs/v2.4.1/find-my/samples/common/cmake/../configuration/app_ZRelease.conf:8: warning: attempt to assign the value 'y' to the undefined symbol FMNA
C:/ncs/v2.4.1/find-my/samples/common/cmake/../configuration/app_ZRelease.conf:9: warning: attempt to assign the value 'n' to the undefined symbol FMNA_NORDIC_PRODUCT_PLAN
C:/ncs/v2.4.1/find-my/samples/common/cmake/../configuration/app_ZRelease.conf:50: warning: attempt to assign the value 'y' to the undefined symbol FMNA_BATTERY_TYPE_RECHARGEABLE
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe '-Bc:\ncs\v2.4.1\find-my\samples\simple\build' -GNinja '-Sc:\ncs\v2.4.1\find-my\samples\simple'
* The terminal process terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
===================================================================================================================
How can I resolve this problem? Any advise is appreciate!