Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Synced up this morning and build_all fails #296

Open
Labels
bugSomething isn't working
@KurtE

Description

I synced up to the latest stuff.
Did a west update
followed by: .\extras\build_all.sh

And the building of the nano_matter fails.

Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /home/kurte/git/ArduinoCore-zephyr/loader
-- CMake version: 3.28.3
-- Zephyr version: 4.2.0 (/home/kurte/git/zephyr)
-- Found west (found suitable version "1.3.0", minimum required is "0.14.0")
-- Found host-tools: zephyr 0.16.8 (/home/kurte/Downloads/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/home/kurte/Downloads/zephyr-sdk-0.16.8)
-- Found Dtc: /home/kurte/Downloads/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /home/kurte/git/zephyr/boards/arduino/nano_matter/arduino_nano_matter.dts
-- Found devicetree overlay: /home/kurte/git/ArduinoCore-zephyr/loader/../variants/arduino_nano_matter_mgm240sd22vna/arduino_nano_matter_mgm240sd22vna.overlay
-- Generated zephyr.dts: /home/kurte/git/ArduinoCore-zephyr/build/arduino_nano_matter_mgm240sd22vna/zephyr/zephyr.dts
-- Generated pickled edt: /home/kurte/git/ArduinoCore-zephyr/build/arduino_nano_matter_mgm240sd22vna/zephyr/edt.pickle
-- Generated devicetree_generated.h: /home/kurte/git/ArduinoCore-zephyr/build/arduino_nano_matter_mgm240sd22vna/zephyr/include/generated/zephyr/devicetree_generated.h
warning: BT_SILABS_EFR32_HCI_VS (defined at drivers/bluetooth/hci/Kconfig.silabs:7) was assigned the
value 'y' but got the value 'n'. Check these unsatisfied dependencies: BT_SILABS_EFR32 (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_SILABS_EFR32_HCI_VS and/or look up
BT_SILABS_EFR32_HCI_VS in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.
warning: BT_SILABS_EFR32_LINK_LAYER_STACK_SIZE (defined at drivers/bluetooth/hci/Kconfig.silabs:49)
was assigned the value '4096' but got the value ''. Check these unsatisfied dependencies:
BT_SILABS_EFR32 (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_SILABS_EFR32_LINK_LAYER_STACK_SIZE
and/or look up BT_SILABS_EFR32_LINK_LAYER_STACK_SIZE in the menuconfig/guiconfig interface. The
Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices
sections of the manual might be helpful too.
warning: INPUT_THREAD_PRIORITY_OVERRIDE (defined at subsys/input/Kconfig:42) was assigned the value
'y' but got the value 'n'. Check these unsatisfied dependencies: INPUT_MODE_THREAD (=n), INPUT (=n).
See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE and/or
look up INPUT_THREAD_PRIORITY_OVERRIDE in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.
warning: INPUT_THREAD_PRIORITY (defined at subsys/input/Kconfig:48) was assigned the value '0' but
got the value ''. Check these unsatisfied dependencies: INPUT_THREAD_PRIORITY_OVERRIDE (=n),
INPUT_MODE_THREAD (=n), INPUT (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_INPUT_THREAD_PRIORITY and/or look up
INPUT_THREAD_PRIORITY in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.
warning: HAS_SILABS_SISDK (defined at modules/hal_silabs/Kconfig:17) has direct dependencies SOC_FAMILY_SILABS_S2 && 0 with value n, but is currently being y-selected by the following symbols:
 - SOC_SERIES_MGM24 (defined at soc/silabs/silabs_s2/xg24/Kconfig.soc:17, soc/silabs/silabs_s2/xg24/Kconfig:24), with value y, direct dependencies y (value: y), and select condition SOC_FAMILY_SILABS_S2 (value: y)
warning: SILABS_SISDK_TIMER (defined at modules/hal_silabs/simplicity_sdk/Kconfig:10) has direct dependencies HAS_SILABS_SISDK && 0 with value n, but is currently being y-selected by the following symbols:
 - PWM_SILABS_TIMER (defined at drivers/pwm/Kconfig.silabs:16), with value y, direct dependencies DT_HAS_SILABS_TIMER_PWM_ENABLED && PWM (value: y), and select condition DT_HAS_SILABS_TIMER_PWM_ENABLED && PWM (value: y)
Parsing /home/kurte/git/zephyr/Kconfig
Loaded configuration '/home/kurte/git/zephyr/boards/arduino/nano_matter/arduino_nano_matter_defconfig'
Merged configuration '/home/kurte/git/ArduinoCore-zephyr/loader/prj.conf'
Merged configuration '/home/kurte/git/ArduinoCore-zephyr/loader/../variants/arduino_nano_matter_mgm240sd22vna/arduino_nano_matter_mgm240sd22vna.conf'
error: Aborting due to Kconfig warnings
CMake Error at /home/kurte/git/zephyr/cmake/modules/kconfig.cmake:389 (message):
 command failed with return code: 1
Call Stack (most recent call first):
 /home/kurte/git/zephyr/cmake/modules/zephyr_default.cmake:131 (include)
 /home/kurte/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
 /home/kurte/git/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
 CMakeLists.txt:13 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/home/kurte/git/ArduinoCore-zephyr/venv/bin/python3 -B/home/kurte/git/ArduinoCore-zephyr/build/arduino_nano_matter_mgm240sd22vna -GNinja -DBOARD=arduino_nano_matter -S/home/kurte/git/ArduinoCore-zephyr/loader
arduino_nano_matter_mgm240sd22vna result: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /