model_handler.c:450: undefined reference to `log_dynamic_chat'

Hi Team,

I'm trying to port the acconeer project that worked on the old one NCS v2.2.0  to new NCS v2.5.2  and ran into a problem with the difference 

c:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: app/libapp.a(model_handler.c.obj): in function `button_handler_cb':
C:/Work/new/src_mesh/model_handler.c:450: undefined reference to `log_dynamic_chat'
c:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: app/libapp.a(model_handler.c.obj): in function `cmd_presence_set':
C:/Work/new/src_mesh/model_handler.c:322: undefined reference to `log_dynamic_chat'
c:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: app/libapp.a(model_handler.c.obj): in function `cmd_presence_get':
C:/Work/new/src_mesh/model_handler.c:362: undefined reference to `log_dynamic_chat'
c:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: app/libapp.a(model_handler.c.obj): in function `cmd_private_message':
C:/Work/new/src_mesh/model_handler.c:300: undefined reference to `log_dynamic_chat'
c:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: app/libapp.a(model_handler.c.obj): in function `cmd_message':
C:/Work/MeshUK/bms_beacon_new/src_mesh/model_handler.c:279: undefined reference to `log_dynamic_chat'

CONFIG_......... ?

Thank you.

Related