Hi there,
I'm trying to built the Nordic SDK Asset Tracker for the Actinius Icarus V2, but with no luck.
Setup:
- nRF Connect SDK v 2.5.0
- Updated the SDK files from Actinius https://docs.actinius.com/icarus/board-files/
- Board configuration: actinius_icarus_ns (from VS-code)
Error:
While compiling I get following error (snippet): /opt/nordic/ncs/v2.5.0/zephyr/boards/common/actinius/actinius_board_common.c:89: undefined reference to `__device_dts_ord_4'.
4 refers to the /soc/peripheral@40000000/gpio@842500, being the GPIO-controller, which seems very basic and everything according to https://docs.zephyrproject.org/latest/build/dts/troubleshooting.html is enabled, present and with a driver.
So, I'm stuck and any help to get me unstuck is much appreciated!