Building project fails for PAN1780 module but worked on nrf52840-dk

Hi,

i am trying to port my project based on the matter light bulb sample to a PAN1780 module which also uses the nrf52840 I used before.

When building I receive this error. The prj.conf is unchanged and I have added an overlay file, but that did not make a difference. I am building for the pan1780 evaluation board, because that is the closest thing available.

These are the build logs from the terminal:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* Executing task: nRF Connect: Build: light_occ/build_1 (active)
Building light_occ
west build --build-dir /home/entwicklung/matter_apps/light_occ/build_1 /home/entwicklung/matter_apps/light_occ
[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /home/entwicklung/matter_apps/light_occ
-- CMake version: 3.20.5
-- Found Python3: /home/entwicklung/ncs/toolchains/7795df4459/usr/local/bin/python3.8 (found suitable version "3.8.2", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /home/entwicklung/.cache/zephyr
-- Zephyr version: 3.4.99 (/home/entwicklung/ncs/v2.5.0/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: pan1780_evb
-- Found host-tools: zephyr 0.16.1 (/home/entwicklung/ncs/toolchains/7795df4459/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.1 (/home/entwicklung/ncs/toolchains/7795df4459/opt/zephyr-sdk)
-- Found BOARD.dts: /home/entwicklung/ncs/v2.5.0/zephyr/boards/arm/pan1780_evb/pan1780_evb.dts
-- Found devicetree overlay: /home/entwicklung/matter_apps/light_occ/boards/pan1780_evb.overlay
-- Generated zephyr.dts: /home/entwicklung/matter_apps/light_occ/build_1/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/entwicklung/matter_apps/light_occ/build_1/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/entwicklung/matter_apps/light_occ/build_1/zephyr/dts.cmake
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

It would be very helpful if someone could point me in the right direction.