Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensortile_box_pro is not building anymore #68209

Closed
avisconti opened this issue Jan 29, 2024 · 1 comment
Closed

sensortile_box_pro is not building anymore #68209

avisconti opened this issue Jan 29, 2024 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@avisconti
Copy link
Collaborator

Reproduce like this:
west build -b sensortile_box_pro samples/boards/sensortile_box_pro/sensors-on-board/

west build -b sensortile_box_pro samples/boards/sensortile_box_pro/sensors-on-board/
[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/samples/boards/sensortile_box_pro/sensors-on-board
-- CMake version: 3.20.2
-- Cache files will be written to: /local/home/visconti/.cache/zephyr
-- Zephyr version: 3.5.99 (/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: sensortile_box_pro
-- Found host-tools: zephyr 0.16.1 (/local/home/visconti/bin/zephyr-sdk-0.16.1)
-- Found toolchain: zephyr 0.16.1 (/local/home/visconti/bin/zephyr-sdk-0.16.1)
-- Found BOARD.dts: /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/boards/arm/sensortile_box_pro/sensortile_box_pro.dts
devicetree error: /swj_port: undefined node label 'debug_jtms_swdio_pa13'
-- In: /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build/zephyr, command: /local/home/visconti/Projects/GIT/FW/zephyrproject/.venv/bin/python3;/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/scripts/dts/gen_defines.py;--dts;/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/dts/bindings;--header-out;/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build/zephyr/include/generated/devicetree_generated.h.new;--dts-out;/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build/zephyr/zephyr.dts.new;--edt-pickle-out;/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build/zephyr/edt.pickle;--vendor-prefixes;/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/dts/bindings/vendor-prefixes.txt
CMake Error at /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/cmake/modules/dts.cmake:268 (message):
  gen_defines.py failed with return code: 1
Call Stack (most recent call first):
  /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
  /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  CMakeLists.txt:7 (find_package)


-- Configuring incomplete, errors occurred!
See also "/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build/CMakeFiles/CMakeOutput.log".
See also "/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build/CMakeFiles/CMakeError.log".
FAILED: build.ninja 
/usr/local/bin/cmake --regenerate-during-build -S/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/samples/boards/sensortile_box_pro/sensors-on-board -B/local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build
ninja: error: rebuilding 'build.ninja': subcommand failed
FATAL ERROR: command exited with status 1: /usr/local/bin/cmake --build /local/home/visconti/Projects/GIT/FW/zephyrproject/zephyr/build

It seems that #63495 is the culprit

@avisconti avisconti added the bug The issue is a bug, or the PR is fixing a bug label Jan 29, 2024
@avisconti avisconti assigned avisconti and erwango and unassigned avisconti Jan 29, 2024
@avisconti
Copy link
Collaborator Author

Sorry, I had to update hal_stm32...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

2 participants