Replies: 1 comment 1 reply
-
Probably you're building against an older ZMK repo that doesn't have the mouse features merged in. See if there's a more up-to-date branch you can switch to. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I Have Kinesis 360 Pro, bluetooth version. For the last few monthis I am not able to build new layouts using you repository. I am not sure what is the problem. The error appears in West Built. Below is the message and maybe the image if visible. I will apreecaiate nay help:
_Run west build -s zmk/app -d build/left -b adv360_left -- -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zmk/app
-- CMake version: 3.30.0
-- Found Python3: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zephyr/.cache
-- Zephyr version: 3.5.0 (/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Adding ZMK config directory as board root: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config
-- ZMK Config directory: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config
-- Using keymap file: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/adv360_left.keymap
-- Board: adv360_left
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.3 (/opt/zephyr-sdk-0.16.3)
-- Found toolchain: zephyr 0.16.3 (/opt/zephyr-sdk-0.16.3)
-- Found Dtc: /opt/zephyr-sdk-0.16.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/boards/arm/adv360/adv360_left.dts
-- Found devicetree overlay: /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/adv360_left.keymap
In file included from /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/adv360_left.keymap:8,
from :
/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/adv360.keymap:17:10: fatal error: dt-bindings/zmk/pointing.h: No such file or directory
17 | #include <dt-bindings/zmk/pointing.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CMake Error at /__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zephyr/cmake/modules/extensions.cmake:3885 (message):
failed to preprocess devicetree files (error code 1):
/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/boards/arm/adv360/adv360_left.dts;/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config/adv360_left.keymap
Call Stack (most recent call first):
/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zephyr/cmake/modules/dts.cmake:226 (zephyr_dt_preprocess)
/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/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: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/build/left -GNinja -DBOARD=adv360_left -DZMK_CONFIG=/__w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/config -S/_w/Adv360-Pro-ZMK/Adv360-Pro-ZMK/zmk/app
Error: Process completed with exit code 1.
Beta Was this translation helpful? Give feedback.
All reactions