zmkfirmware/zmk

When adding a pointing device, the error "undefined reference to `__device_dts_ord_18'" appears.

lynnlee0522 opened this issue · 3 comments

  1. When I compile using the latest code (commit ID: bb48661, date: 19/12), it compiles successfully.
  2. On this basis, I want to add trackpad functionality using the SPI protocol. When I compile, the following error occurs:
    /Users/linli/zmk/zmk/app/src/pointing/input_listener.c:399: undefined reference to `__device_dts_ord_18'
  3. I have already added config SPI with default y in Kconfig.defconfig. But the error still occurs.
  4. there is my code: https://github.com/lynnlee0522/Newton1

Can you post the full zephyr/.config file? I assume you're building locally since I don't see the errors in GHA.

Can you post the complete build log, not just the failure snippet?