When adding a pointing device, the error "undefined reference to `__device_dts_ord_18'" appears.
lynnlee0522 opened this issue · 3 comments
lynnlee0522 commented
- When I compile using the latest code (commit ID: bb48661, date: 19/12), it compiles successfully.
- 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' - I have already added config SPI with default y in Kconfig.defconfig. But the error still occurs.
- there is my code: https://github.com/lynnlee0522/Newton1
petejohanson commented
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?