case about compatibility issues of ZBOSS NCP Host (2.2.5) on 64-bit Ubuntu 18.04 Linux

Hi,

During our testing of the Zigbee NCP sample, we encountered some compatibility issues. We have flashed the NCP sample firmware onto an nRF52840 Dongle using SDK version v2.9.0, following the steps outlined in this documentation:
https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/samples/zigbee/ncp/README.html

We then proceeded to build the ZBOSS NCP Host (2.2.5) sample successfully on a 64-bit Ubuntu 18.04 Linux development board, referring to the guide here:
https://ncsdoc.z6.web.core.windows.net/zboss/3.11.6.0/zboss_ncp_host.html

After connecting the nRF52840 Dongle to the development board, we encountered an error when trying to run the application. The error indicated that we need to upgrade the GLIBC version to 2.34 or higher .

Our current system has GLIBC 2.27 , and we are unable to upgrade it at this time, as doing so might cause compatibility issues with other software on the system.

We also tried running the same setup in a virtual machine with the same environment, but encountered the same issue.

Do you have any suggested solutions for this problem?

Kind regards,
jackmisaki

  • I understand the situation you are in but the prebuilt binaries require a newer GLIBC than is available on Ubuntu 18.04. If you just want something that works without having to tweek a lot, I would rebuild the host right on your Ubuntu 18.04 machine. That way, everything links against the system’s glibc (2.27) and you are off to the races in minutes.

    If you absolutely can’t recompile the binary or you need a newer toolchain, then spin up a lightweight Docker (or even an LXD) container based on Ubuntu 22.04. Do all your builds and runs in there, you will get glibc 2.34 by default and your host box stays untouched.

  • Hi Susheel Nuguru,

    1.Please provide detailed operation steps. Neither I nor the client are very familiar with the operations on Ubuntu.

    2. Can you solve the mistakes in the above picture?

    3.Please help compile a ZBOSS NCP Host firmware that supports running on ubuntu 18.04 for me. Version 2.25 is preferred.

    Kind regards,
    Peter.Min

  • I took some assistance from my colleague who know more about this.

    Zigbee is a bit confusing after they moved it to be an add-on instead,  

    Since you are using v2.9.0, they should use the Zigbee R23 add-on instead of the samples in the SDK:

    https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/index.html

    The NCP sample is part of this add-on as well:

    https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/samples/ncp/README.html

    With these versions of NCS and the add-on, you should use ZBOSS NCP host 3.1.0. There's a link here:

    https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/tools.html#zboss_ncp_host

    And here is the link to the documentation for the NCP host:

    https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host_intro.html

     To rebuild the ZBOSS libraries:

    Open the ncp_host_v3.1.0 directory in a terminal, then run the following commands:

    cd src

    make rebuild

    make zbosses

    This can also be found at the bottom of this page: https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host.html

  • Hi Susheel Nuguru,

    The following are my compilation and running logs. Please help me confirm whether they are completely correct?

    cd /ncs/ncp_host_v3.1.0/src
    make clean 
    make rebuild 
    make zbosses 


    cd /ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator


    make clean


    make



    export NCP_SLAVE_PTY=/dev/ttyACM0

    root@ubuntu:/ncs/ncp_host_v3.1.0/application# chmod +x /ncs/ncp_host_v3.1.0/application/simple_gw/simple_gw
    root@ubuntu:/ncs/ncp_host_v3.1.0/application# /ncs/ncp_host_v3.1.0/application/simple_gw/simple_gw
    Aborted (core dumped)
    root@ubuntu:/ncs/ncp_host_v3.1.0/application#

    root@ubuntu:/ncs/ncp_host_v3.1.0# # 仅重新编译库(步骤3)
    root@ubuntu:/ncs/ncp_host_v3.1.0# cd /ncs/ncp_host_v3.1.0/src
    root@ubuntu:/ncs/ncp_host_v3.1.0/src# make rebuild && make zbosses
    > deps
    cd diag                      && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/diag'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/diag'
    cd common                    && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/common'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/common'
    cd osif                      && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/osif'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/osif'
    cd aps                       && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/aps'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/aps'
    cd zdo                       && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/zdo'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/zdo'
    cd commissioning/legacy      && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/legacy'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/legacy'
    cd commissioning/bdb         && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/bdb'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/bdb'
    cd commissioning/se          && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/se'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/se'
    cd zcl                       && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/zcl'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/zcl'
    cd secur                     && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/secur'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/secur'
    cd ncp                       && make clean
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/ncp'
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap  high_level/host/ncp_host_hl_proto.o high_level/host/ncp_host_hl_buffers.o high_level/host/ncp_host_soc_state.o high_level/host/ncp_host_startup.o high_level/host/ncp_host_transport_stubs.o high_level/host/zb_ncp_ll_host.o high_level/host/transport/ncp_host_hl_proto_configuration.o high_level/host/transport/ncp_host_hl_proto_af.o high_level/host/transport/ncp_host_hl_proto_zdo.o high_level/host/transport/ncp_host_hl_proto_aps.o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.o high_level/host/transport/ncp_host_hl_proto_secur.o high_level/host/transport/ncp_host_hl_proto_manuf_test.o high_level/host/transport/ncp_host_hl_proto_ota.o high_level/host/transport/ncp_host_hl_proto_intrp.o high_level/host/transport/ncp_host_hl_proto_vendor.o high_level/host/adapters/ncp_host_hl_adapter.o high_level/host/adapters/ncp_host_hl_adapter_aps.o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.o high_level/host/adapters/ncp_host_hl_adapter_zdo.o high_level/host/adapters/ncp_host_hl_adapter_secur.o high_level/host/adapters/ncp_host_hl_adapter_nvram.o high_level/host/adapters/ncp_host_hl_adapter_configuration.o high_level/host/adapters/ncp_host_hl_adapter_intrp.o low_level/zbncp_ll_impl.o low_level/zbncp_tr_impl.o low_level/zbncp_node.o low_level/zbncp_mem.o low_level/zbncp_utils.o low_level/zbncp_debug.o low_level/zbncp_divider.o low_level/zbncp_fragmentation.o low_level/zbncp_reassembling.o high_level/host/ncp_host_stubs.o transport/osif/serial/zb_ncp_tr_osif_serial.o high_level/host/ncp_host_hl_proto.ed.o high_level/host/ncp_host_hl_buffers.ed.o high_level/host/ncp_host_soc_state.ed.o high_level/host/ncp_host_startup.ed.o high_level/host/ncp_host_transport_stubs.ed.o high_level/host/zb_ncp_ll_host.ed.o high_level/host/transport/ncp_host_hl_proto_configuration.ed.o high_level/host/transport/ncp_host_hl_proto_af.ed.o high_level/host/transport/ncp_host_hl_proto_zdo.ed.o high_level/host/transport/ncp_host_hl_proto_aps.ed.o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.ed.o high_level/host/transport/ncp_host_hl_proto_secur.ed.o high_level/host/transport/ncp_host_hl_proto_manuf_test.ed.o high_level/host/transport/ncp_host_hl_proto_ota.ed.o high_level/host/transport/ncp_host_hl_proto_intrp.ed.o high_level/host/transport/ncp_host_hl_proto_vendor.ed.o high_level/host/adapters/ncp_host_hl_adapter.ed.o high_level/host/adapters/ncp_host_hl_adapter_aps.ed.o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.ed.o high_level/host/adapters/ncp_host_hl_adapter_zdo.ed.o high_level/host/adapters/ncp_host_hl_adapter_secur.ed.o high_level/host/adapters/ncp_host_hl_adapter_nvram.ed.o high_level/host/adapters/ncp_host_hl_adapter_configuration.ed.o high_level/host/adapters/ncp_host_hl_adapter_intrp.ed.o low_level/zbncp_ll_impl.ed.o low_level/zbncp_tr_impl.ed.o low_level/zbncp_node.ed.o low_level/zbncp_mem.ed.o low_level/zbncp_utils.ed.o low_level/zbncp_debug.ed.o low_level/zbncp_divider.ed.o low_level/zbncp_fragmentation.ed.o low_level/zbncp_reassembling.ed.o high_level/host/ncp_host_stubs.ed.o transport/osif/serial/zb_ncp_tr_osif_serial.ed.o ../../src/ncp/high_level/host/libncp_host.a ../../src/ncp/high_level/host/libncp_host.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/ncp'
    cd diag                      && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/diag'
    [ A"" = A ] || touch
    [ A" zb_diag_init.c zb_diag_key_exposure.c zb_diag_core_watchdog.c" = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM  zb_diag_init.c zb_diag_key_exposure.c zb_diag_core_watchdog.c >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/diag'
    cd common                    && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/common'
    [ A"" = A ] || touch
    [ A"zb_debug.c zb_scheduler.c zb_address.c zb_init_common.c zb_init_ncp.c zb_scheduler_init.c zb_time.c zb_random.c zb_file_trace.c zb_watchdog.c zb_error_indication.c zb_sleep.c zb_led_button.c zb_24bit_math.c zb_48bit_math.c zb_trace_common.c zb_channel_page.c zb_globals.c zb_bufpool_mult.c zb_bufpool_mult_storage.c zb_signal_common.c zb_verify.c" = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM zb_debug.c zb_scheduler.c zb_address.c zb_init_common.c zb_init_ncp.c zb_scheduler_init.c zb_time.c zb_random.c zb_file_trace.c zb_watchdog.c zb_error_indication.c zb_sleep.c zb_led_button.c zb_24bit_math.c zb_48bit_math.c zb_trace_common.c zb_channel_page.c zb_globals.c zb_bufpool_mult.c zb_bufpool_mult_storage.c zb_signal_common.c zb_verify.c >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/common'
    cd osif                      && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/osif'
    [ A"" = A ] || touch
    [ A"zb_unix.c zb_osif_nvram.c zb_osif_net.c zb_unix_threads.c zb_unix_led_button.c zb_osif_file.c zb_osif_time.c zb_osif_ipc.c zb_osif_serial.c zb_ncp_serial.c " = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM zb_unix.c zb_osif_nvram.c zb_osif_net.c zb_unix_threads.c zb_unix_led_button.c zb_osif_file.c zb_osif_time.c zb_osif_ipc.c zb_osif_serial.c zb_ncp_serial.c  >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/osif'
    cd aps                       && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/aps'
    [ A"" = A ] || touch
    [ A"aps_group_table.c" = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM aps_group_table.c >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/aps'
    cd zdo                       && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/zdo'
    [ A"" = A ] || touch
    [ A"zdo_commissioning.c zdo_app_common.c zdo_app_join.c zdo_app_leave.c zdo_formation.c zb_zboss_api_common.c af_rx.c " = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM zdo_commissioning.c zdo_app_common.c zdo_app_join.c zdo_app_leave.c zdo_formation.c zb_zboss_api_common.c af_rx.c  >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/zdo'
    cd commissioning/legacy      && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/legacy'
    [ A"" = A ] || touch
    [ A"zdo_commissioning_classic.c" = A ] ||\
    gcc -I../../../include/osif -I../../../include -I../../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM zdo_commissioning_classic.c >> ../../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/legacy'
    cd commissioning/bdb         && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/bdb'
    [ A"" = A ] || touch
    [ A"zdo_commissioning_bdb.c zdo_commissioning_bdb_formation.c bdb_finding_binding.c bdb_touchlink.c" = A ] ||\
    gcc -I../../../include/osif -I../../../include -I../../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM zdo_commissioning_bdb.c zdo_commissioning_bdb_formation.c bdb_finding_binding.c bdb_touchlink.c >> ../../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/bdb'
    cd commissioning/se          && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/se'
    [ A"" = A ] || touch
    [ A"zdo_commissioning_se.c zdo_commissioning_se_formation.c zdo_commissioning_se_bdb_mixed.c" = A ] ||\
    gcc -I../../../include/osif -I../../../include -I../../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM zdo_commissioning_se.c zdo_commissioning_se_formation.c zdo_commissioning_se_bdb_mixed.c >> ../../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/se'
    cd zcl                       && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/zcl'
    [ A"" = A ] || touch
    [ A"zcl_main.c zcl_general_commands.c zcl_attr_value.c zcl_common.c zcl_nvram.c zcl_reporting.c zcl_identify_commands.c zcl_on_off_commands.c ha_sas.c zcl_groups.c zcl_scenes.c zcl_level_control_commands.c zcl_shade_config_commands.c zcl_continuous_value_change_commands.c zcl_color_control_commands.c zcl_poll_control_commands.c zcl_poll_control_client.c zcl_alarms_commands.c zcl_power_config_commands.c zcl_diagnostics_commands.c zcl_ias_ace_commands.c zcl_ias_wd_commands.c zcl_ias_zone_commands.c zcl_ota_upgrade_commands.c zcl_ota_upgrade_srv_commands.c zcl_ota_upgrade_common.c zcl_ota_upgrade_minimal.c zcl_basic_commands.c zcl_temp_measurement.c zcl_thermostat_commands.c zcl_tunnel.c zcl_time.c zcl_en50523_appliance_events_and_alerts.c zcl_c_tunneling.c zcl_s_tunneling.c zcl_dehumid_control.c zcl_door_lock.c zcl_el_measurement.c zcl_fan_control.c zcl_rel_humidity.c zcl_thermostat_ui_config.c zcl_window_covering.c zcl_on_off_switch_config.c zcl_illuminance_measurement.c zcl_c_drlc.c zcl_s_drlc.c zcl_c_price.c zcl_s_price.c zcl_prepayment.c zcl_c_calendar.c zcl_s_calendar.c zcl_c_energy_mgmt.c zcl_s_energy_mgmt.c zcl_c_messaging.c zcl_s_messaging.c zcl_c_events.c zcl_s_events.c zcl_c_subghz.c zcl_s_subghz.c zcl_c_mdu_pairing.c zcl_s_mdu_pairing.c zcl_meter_identification.c zcl_s_metering.c zcl_c_metering.c zcl_device_management.c zcl_binary_input.c zcl_ir_blaster.c zcl_c_wwah.c zcl_s_wwah.c zcl_wwah_common.c zcl_control4_networking.c" = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM zcl_main.c zcl_general_commands.c zcl_attr_value.c zcl_common.c zcl_nvram.c zcl_reporting.c zcl_identify_commands.c zcl_on_off_commands.c ha_sas.c zcl_groups.c zcl_scenes.c zcl_level_control_commands.c zcl_shade_config_commands.c zcl_continuous_value_change_commands.c zcl_color_control_commands.c zcl_poll_control_commands.c zcl_poll_control_client.c zcl_alarms_commands.c zcl_power_config_commands.c zcl_diagnostics_commands.c zcl_ias_ace_commands.c zcl_ias_wd_commands.c zcl_ias_zone_commands.c zcl_ota_upgrade_commands.c zcl_ota_upgrade_srv_commands.c zcl_ota_upgrade_common.c zcl_ota_upgrade_minimal.c zcl_basic_commands.c zcl_temp_measurement.c zcl_thermostat_commands.c zcl_tunnel.c zcl_time.c zcl_en50523_appliance_events_and_alerts.c zcl_c_tunneling.c zcl_s_tunneling.c zcl_dehumid_control.c zcl_door_lock.c zcl_el_measurement.c zcl_fan_control.c zcl_rel_humidity.c zcl_thermostat_ui_config.c zcl_window_covering.c zcl_on_off_switch_config.c zcl_illuminance_measurement.c zcl_c_drlc.c zcl_s_drlc.c zcl_c_price.c zcl_s_price.c zcl_prepayment.c zcl_c_calendar.c zcl_s_calendar.c zcl_c_energy_mgmt.c zcl_s_energy_mgmt.c zcl_c_messaging.c zcl_s_messaging.c zcl_c_events.c zcl_s_events.c zcl_c_subghz.c zcl_s_subghz.c zcl_c_mdu_pairing.c zcl_s_mdu_pairing.c zcl_meter_identification.c zcl_s_metering.c zcl_c_metering.c zcl_device_management.c zcl_binary_input.c zcl_ir_blaster.c zcl_c_wwah.c zcl_s_wwah.c zcl_wwah_common.c zcl_control4_networking.c >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/zcl'
    cd secur                     && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/secur'
    [ A"" = A ] || touch
    [ A"ic_secur.c" = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM ic_secur.c >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/secur'
    cd ncp                       && make depend
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/ncp'
    [ A"" = A ] || touch
    [ A"high_level/host/ncp_host_hl_proto.c high_level/host/ncp_host_hl_buffers.c high_level/host/ncp_host_soc_state.c high_level/host/ncp_host_startup.c high_level/host/ncp_host_transport_stubs.c high_level/host/zb_ncp_ll_host.c high_level/host/transport/ncp_host_hl_proto_configuration.c high_level/host/transport/ncp_host_hl_proto_af.c high_level/host/transport/ncp_host_hl_proto_zdo.c high_level/host/transport/ncp_host_hl_proto_aps.c high_level/host/transport/ncp_host_hl_proto_nwkmgmt.c high_level/host/transport/ncp_host_hl_proto_secur.c high_level/host/transport/ncp_host_hl_proto_manuf_test.c high_level/host/transport/ncp_host_hl_proto_ota.c high_level/host/transport/ncp_host_hl_proto_intrp.c high_level/host/transport/ncp_host_hl_proto_vendor.c  high_level/host/adapters/ncp_host_hl_adapter.c high_level/host/adapters/ncp_host_hl_adapter_aps.c high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.c high_level/host/adapters/ncp_host_hl_adapter_zdo.c high_level/host/adapters/ncp_host_hl_adapter_secur.c high_level/host/adapters/ncp_host_hl_adapter_nvram.c high_level/host/adapters/ncp_host_hl_adapter_configuration.c high_level/host/adapters/ncp_host_hl_adapter_intrp.c  low_level/zbncp_ll_impl.c low_level/zbncp_tr_impl.c low_level/zbncp_node.c low_level/zbncp_mem.c low_level/zbncp_utils.c low_level/zbncp_debug.c low_level/zbncp_divider.c low_level/zbncp_fragmentation.c low_level/zbncp_reassembling.c high_level/host/ncp_host_stubs.c transport/osif/serial/zb_ncp_tr_osif_serial.c" = A ] ||\
    gcc -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -MM high_level/host/ncp_host_hl_proto.c high_level/host/ncp_host_hl_buffers.c high_level/host/ncp_host_soc_state.c high_level/host/ncp_host_startup.c high_level/host/ncp_host_transport_stubs.c high_level/host/zb_ncp_ll_host.c high_level/host/transport/ncp_host_hl_proto_configuration.c high_level/host/transport/ncp_host_hl_proto_af.c high_level/host/transport/ncp_host_hl_proto_zdo.c high_level/host/transport/ncp_host_hl_proto_aps.c high_level/host/transport/ncp_host_hl_proto_nwkmgmt.c high_level/host/transport/ncp_host_hl_proto_secur.c high_level/host/transport/ncp_host_hl_proto_manuf_test.c high_level/host/transport/ncp_host_hl_proto_ota.c high_level/host/transport/ncp_host_hl_proto_intrp.c high_level/host/transport/ncp_host_hl_proto_vendor.c  high_level/host/adapters/ncp_host_hl_adapter.c high_level/host/adapters/ncp_host_hl_adapter_aps.c high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.c high_level/host/adapters/ncp_host_hl_adapter_zdo.c high_level/host/adapters/ncp_host_hl_adapter_secur.c high_level/host/adapters/ncp_host_hl_adapter_nvram.c high_level/host/adapters/ncp_host_hl_adapter_configuration.c high_level/host/adapters/ncp_host_hl_adapter_intrp.c  low_level/zbncp_ll_impl.c low_level/zbncp_tr_impl.c low_level/zbncp_node.c low_level/zbncp_mem.c low_level/zbncp_utils.c low_level/zbncp_debug.c low_level/zbncp_divider.c low_level/zbncp_fragmentation.c low_level/zbncp_reassembling.c high_level/host/ncp_host_stubs.c transport/osif/serial/zb_ncp_tr_osif_serial.c >> ../../deps
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/ncp'
    cd diag                      && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/diag'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_DIAGNOSTIC_FEATURES_ENABLED -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_diag_init.o zb_diag_init.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_DIAGNOSTIC_FEATURES_ENABLED -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_diag_key_exposure.o zb_diag_key_exposure.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_DIAGNOSTIC_FEATURES_ENABLED -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_diag_core_watchdog.o zb_diag_core_watchdog.c
    ar r ../../src/diag/libdiag.a zb_diag_init.o zb_diag_key_exposure.o zb_diag_core_watchdog.o
    ar: creating ../../src/diag/libdiag.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_DIAGNOSTIC_FEATURES_ENABLED -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_diag_init.ed.o zb_diag_init.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_DIAGNOSTIC_FEATURES_ENABLED -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_diag_key_exposure.ed.o zb_diag_key_exposure.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_DIAGNOSTIC_FEATURES_ENABLED -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_diag_core_watchdog.ed.o zb_diag_core_watchdog.c
    ar r ../../src/diag/libdiag.ed.a zb_diag_init.ed.o zb_diag_key_exposure.ed.o zb_diag_core_watchdog.ed.o
    ar: creating ../../src/diag/libdiag.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/diag'
    cd common                    && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/common'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_debug.o zb_debug.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_scheduler.o zb_scheduler.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_address.o zb_address.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_init_common.o zb_init_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_init_ncp.o zb_init_ncp.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_scheduler_init.o zb_scheduler_init.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_time.o zb_time.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_random.o zb_random.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_file_trace.o zb_file_trace.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_watchdog.o zb_watchdog.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_error_indication.o zb_error_indication.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_sleep.o zb_sleep.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_led_button.o zb_led_button.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_24bit_math.o zb_24bit_math.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_48bit_math.o zb_48bit_math.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_trace_common.o zb_trace_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_channel_page.o zb_channel_page.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_globals.o zb_globals.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_bufpool_mult.o zb_bufpool_mult.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_bufpool_mult_storage.o zb_bufpool_mult_storage.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_signal_common.o zb_signal_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_verify.o zb_verify.c
    ar r ../../src/common/libcommon.a zb_debug.o zb_scheduler.o zb_address.o zb_init_common.o zb_init_ncp.o zb_scheduler_init.o zb_time.o zb_random.o zb_file_trace.o zb_watchdog.o zb_error_indication.o zb_sleep.o zb_led_button.o zb_24bit_math.o zb_48bit_math.o zb_trace_common.o zb_channel_page.o zb_globals.o zb_bufpool_mult.o zb_bufpool_mult_storage.o zb_signal_common.o zb_verify.o
    ar: creating ../../src/common/libcommon.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_debug.ed.o zb_debug.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_scheduler.ed.o zb_scheduler.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_address.ed.o zb_address.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_init_common.ed.o zb_init_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_init_ncp.ed.o zb_init_ncp.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_scheduler_init.ed.o zb_scheduler_init.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_time.ed.o zb_time.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_random.ed.o zb_random.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_file_trace.ed.o zb_file_trace.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_watchdog.ed.o zb_watchdog.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_error_indication.ed.o zb_error_indication.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_sleep.ed.o zb_sleep.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_led_button.ed.o zb_led_button.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_24bit_math.ed.o zb_24bit_math.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_48bit_math.ed.o zb_48bit_math.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_trace_common.ed.o zb_trace_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_channel_page.ed.o zb_channel_page.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_globals.ed.o zb_globals.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_bufpool_mult.ed.o zb_bufpool_mult.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_bufpool_mult_storage.ed.o zb_bufpool_mult_storage.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_signal_common.ed.o zb_signal_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_verify.ed.o zb_verify.c
    ar r ../../src/common/libcommon.ed.a zb_debug.ed.o zb_scheduler.ed.o zb_address.ed.o zb_init_common.ed.o zb_init_ncp.ed.o zb_scheduler_init.ed.o zb_time.ed.o zb_random.ed.o zb_file_trace.ed.o zb_watchdog.ed.o zb_error_indication.ed.o zb_sleep.ed.o zb_led_button.ed.o zb_24bit_math.ed.o zb_48bit_math.ed.o zb_trace_common.ed.o zb_channel_page.ed.o zb_globals.ed.o zb_bufpool_mult.ed.o zb_bufpool_mult_storage.ed.o zb_signal_common.ed.o zb_verify.ed.o
    ar: creating ../../src/common/libcommon.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/common'
    cd osif                      && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/osif'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_unix.o zb_unix.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_osif_nvram.o zb_osif_nvram.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_osif_net.o zb_osif_net.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_unix_threads.o zb_unix_threads.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_unix_led_button.o zb_unix_led_button.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_osif_file.o zb_osif_file.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_osif_time.o zb_osif_time.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_osif_ipc.o zb_osif_ipc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_osif_serial.o zb_osif_serial.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_ncp_serial.o zb_ncp_serial.c
    ar r ../../src/osif/libosif.a zb_unix.o zb_osif_nvram.o zb_osif_net.o zb_unix_threads.o zb_unix_led_button.o zb_osif_file.o zb_osif_time.o zb_osif_ipc.o zb_osif_serial.o zb_ncp_serial.o
    ar: creating ../../src/osif/libosif.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_unix.ed.o zb_unix.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_osif_nvram.ed.o zb_osif_nvram.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_osif_net.ed.o zb_osif_net.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_unix_threads.ed.o zb_unix_threads.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_unix_led_button.ed.o zb_unix_led_button.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_osif_file.ed.o zb_osif_file.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_osif_time.ed.o zb_osif_time.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_osif_ipc.ed.o zb_osif_ipc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_osif_serial.ed.o zb_osif_serial.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_ncp_serial.ed.o zb_ncp_serial.c
    ar r ../../src/osif/libosif.ed.a zb_unix.ed.o zb_osif_nvram.ed.o zb_osif_net.ed.o zb_unix_threads.ed.o zb_unix_led_button.ed.o zb_osif_file.ed.o zb_osif_time.ed.o zb_osif_ipc.ed.o zb_osif_serial.ed.o zb_ncp_serial.ed.o
    ar: creating ../../src/osif/libosif.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/osif'
    cd aps                       && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/aps'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o aps_group_table.o aps_group_table.c
    ar r ../../src/aps/libaps.a aps_group_table.o
    ar: creating ../../src/aps/libaps.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o aps_group_table.ed.o aps_group_table.c
    ar r ../../src/aps/libaps.ed.a aps_group_table.ed.o
    ar: creating ../../src/aps/libaps.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/aps'
    cd zdo                       && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/zdo'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zdo_commissioning.o zdo_commissioning.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zdo_app_common.o zdo_app_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zdo_app_join.o zdo_app_join.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zdo_app_leave.o zdo_app_leave.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zdo_formation.o zdo_formation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zb_zboss_api_common.o zb_zboss_api_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o af_rx.o af_rx.c
    ar r ../../src/zdo/libzdo.a zdo_commissioning.o zdo_app_common.o zdo_app_join.o zdo_app_leave.o zdo_formation.o zb_zboss_api_common.o af_rx.o
    ar: creating ../../src/zdo/libzdo.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zdo_commissioning.ed.o zdo_commissioning.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zdo_app_common.ed.o zdo_app_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zdo_app_join.ed.o zdo_app_join.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zdo_app_leave.ed.o zdo_app_leave.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zdo_formation.ed.o zdo_formation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zb_zboss_api_common.ed.o zb_zboss_api_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o af_rx.ed.o af_rx.c
    ar r ../../src/zdo/libzdo.ed.a zdo_commissioning.ed.o zdo_app_common.ed.o zdo_app_join.ed.o zdo_app_leave.ed.o zdo_formation.ed.o zb_zboss_api_common.ed.o af_rx.ed.o
    ar: creating ../../src/zdo/libzdo.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/zdo'
    cd commissioning/legacy      && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/legacy'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_classic.o zdo_commissioning_classic.c
    ar r ../../../src/commissioning/legacy/libcommlegacy.a zdo_commissioning_classic.o
    ar: creating ../../../src/commissioning/legacy/libcommlegacy.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_classic.ed.o zdo_commissioning_classic.c
    ar r ../../../src/commissioning/legacy/libcommlegacy.ed.a zdo_commissioning_classic.ed.o
    ar: creating ../../../src/commissioning/legacy/libcommlegacy.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/legacy'
    cd commissioning/bdb         && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/bdb'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_bdb.o zdo_commissioning_bdb.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_bdb_formation.o zdo_commissioning_bdb_formation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o bdb_finding_binding.o bdb_finding_binding.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o bdb_touchlink.o bdb_touchlink.c
    ar r ../../../src/commissioning/bdb/libcommbdb.a zdo_commissioning_bdb.o zdo_commissioning_bdb_formation.o bdb_finding_binding.o bdb_touchlink.o
    ar: creating ../../../src/commissioning/bdb/libcommbdb.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_bdb.ed.o zdo_commissioning_bdb.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_bdb_formation.ed.o zdo_commissioning_bdb_formation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o bdb_finding_binding.ed.o bdb_finding_binding.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o bdb_touchlink.ed.o bdb_touchlink.c
    ar r ../../../src/commissioning/bdb/libcommbdb.ed.a zdo_commissioning_bdb.ed.o zdo_commissioning_bdb_formation.ed.o bdb_finding_binding.ed.o bdb_touchlink.ed.o
    ar: creating ../../../src/commissioning/bdb/libcommbdb.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/bdb'
    cd commissioning/se          && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/commissioning/se'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_se.o zdo_commissioning_se.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_se_formation.o zdo_commissioning_se_formation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_se_bdb_mixed.o zdo_commissioning_se_bdb_mixed.c
    ar r ../../../src/commissioning/se/libcommse.a zdo_commissioning_se.o zdo_commissioning_se_formation.o zdo_commissioning_se_bdb_mixed.o
    ar: creating ../../../src/commissioning/se/libcommse.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_se.ed.o zdo_commissioning_se.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_se_formation.ed.o zdo_commissioning_se_formation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../../include/osif -I../../../include -I../../../src/include -o zdo_commissioning_se_bdb_mixed.ed.o zdo_commissioning_se_bdb_mixed.c
    ar r ../../../src/commissioning/se/libcommse.ed.a zdo_commissioning_se.ed.o zdo_commissioning_se_formation.ed.o zdo_commissioning_se_bdb_mixed.ed.o
    ar: creating ../../../src/commissioning/se/libcommse.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/commissioning/se'
    cd zcl                       && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/zcl'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_main.o zcl_main.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_general_commands.o zcl_general_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_attr_value.o zcl_attr_value.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_common.o zcl_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_nvram.o zcl_nvram.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_reporting.o zcl_reporting.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_identify_commands.o zcl_identify_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_on_off_commands.o zcl_on_off_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o ha_sas.o ha_sas.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_groups.o zcl_groups.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_scenes.o zcl_scenes.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_level_control_commands.o zcl_level_control_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_shade_config_commands.o zcl_shade_config_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_continuous_value_change_commands.o zcl_continuous_value_change_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_color_control_commands.o zcl_color_control_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_poll_control_commands.o zcl_poll_control_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_poll_control_client.o zcl_poll_control_client.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_alarms_commands.o zcl_alarms_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_power_config_commands.o zcl_power_config_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_diagnostics_commands.o zcl_diagnostics_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ias_ace_commands.o zcl_ias_ace_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ias_wd_commands.o zcl_ias_wd_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ias_zone_commands.o zcl_ias_zone_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_commands.o zcl_ota_upgrade_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_srv_commands.o zcl_ota_upgrade_srv_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_common.o zcl_ota_upgrade_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_minimal.o zcl_ota_upgrade_minimal.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_basic_commands.o zcl_basic_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_temp_measurement.o zcl_temp_measurement.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_thermostat_commands.o zcl_thermostat_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_tunnel.o zcl_tunnel.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_time.o zcl_time.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_en50523_appliance_events_and_alerts.o zcl_en50523_appliance_events_and_alerts.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_tunneling.o zcl_c_tunneling.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_tunneling.o zcl_s_tunneling.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_dehumid_control.o zcl_dehumid_control.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_door_lock.o zcl_door_lock.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_el_measurement.o zcl_el_measurement.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_fan_control.o zcl_fan_control.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_rel_humidity.o zcl_rel_humidity.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_thermostat_ui_config.o zcl_thermostat_ui_config.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_window_covering.o zcl_window_covering.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_on_off_switch_config.o zcl_on_off_switch_config.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_illuminance_measurement.o zcl_illuminance_measurement.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_drlc.o zcl_c_drlc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_drlc.o zcl_s_drlc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_price.o zcl_c_price.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_price.o zcl_s_price.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_prepayment.o zcl_prepayment.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_calendar.o zcl_c_calendar.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_calendar.o zcl_s_calendar.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_energy_mgmt.o zcl_c_energy_mgmt.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_energy_mgmt.o zcl_s_energy_mgmt.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_messaging.o zcl_c_messaging.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_messaging.o zcl_s_messaging.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_events.o zcl_c_events.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_events.o zcl_s_events.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_subghz.o zcl_c_subghz.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_subghz.o zcl_s_subghz.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_mdu_pairing.o zcl_c_mdu_pairing.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_mdu_pairing.o zcl_s_mdu_pairing.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_meter_identification.o zcl_meter_identification.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_metering.o zcl_s_metering.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_metering.o zcl_c_metering.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_device_management.o zcl_device_management.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_binary_input.o zcl_binary_input.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_ir_blaster.o zcl_ir_blaster.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_c_wwah.o zcl_c_wwah.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_s_wwah.o zcl_s_wwah.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_wwah_common.o zcl_wwah_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o zcl_control4_networking.o zcl_control4_networking.c
    ar r ../../src/zcl/libzcl.a zcl_main.o zcl_general_commands.o zcl_attr_value.o zcl_common.o zcl_nvram.o zcl_reporting.o zcl_identify_commands.o zcl_on_off_commands.o ha_sas.o zcl_groups.o zcl_scenes.o zcl_level_control_commands.o zcl_shade_config_commands.o zcl_continuous_value_change_commands.o zcl_color_control_commands.o zcl_poll_control_commands.o zcl_poll_control_client.o zcl_alarms_commands.o zcl_power_config_commands.o zcl_diagnostics_commands.o zcl_ias_ace_commands.o zcl_ias_wd_commands.o zcl_ias_zone_commands.o zcl_ota_upgrade_commands.o zcl_ota_upgrade_srv_commands.o zcl_ota_upgrade_common.o zcl_ota_upgrade_minimal.o zcl_basic_commands.o zcl_temp_measurement.o zcl_thermostat_commands.o zcl_tunnel.o zcl_time.o zcl_en50523_appliance_events_and_alerts.o zcl_c_tunneling.o zcl_s_tunneling.o zcl_dehumid_control.o zcl_door_lock.o zcl_el_measurement.o zcl_fan_control.o zcl_rel_humidity.o zcl_thermostat_ui_config.o zcl_window_covering.o zcl_on_off_switch_config.o zcl_illuminance_measurement.o zcl_c_drlc.o zcl_s_drlc.o zcl_c_price.o zcl_s_price.o zcl_prepayment.o zcl_c_calendar.o zcl_s_calendar.o zcl_c_energy_mgmt.o zcl_s_energy_mgmt.o zcl_c_messaging.o zcl_s_messaging.o zcl_c_events.o zcl_s_events.o zcl_c_subghz.o zcl_s_subghz.o zcl_c_mdu_pairing.o zcl_s_mdu_pairing.o zcl_meter_identification.o zcl_s_metering.o zcl_c_metering.o zcl_device_management.o zcl_binary_input.o zcl_ir_blaster.o zcl_c_wwah.o zcl_s_wwah.o zcl_wwah_common.o zcl_control4_networking.o
    ar: creating ../../src/zcl/libzcl.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_main.ed.o zcl_main.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_general_commands.ed.o zcl_general_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_attr_value.ed.o zcl_attr_value.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_common.ed.o zcl_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_nvram.ed.o zcl_nvram.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_reporting.ed.o zcl_reporting.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_identify_commands.ed.o zcl_identify_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_on_off_commands.ed.o zcl_on_off_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o ha_sas.ed.o ha_sas.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_groups.ed.o zcl_groups.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_scenes.ed.o zcl_scenes.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_level_control_commands.ed.o zcl_level_control_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_shade_config_commands.ed.o zcl_shade_config_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_continuous_value_change_commands.ed.o zcl_continuous_value_change_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_color_control_commands.ed.o zcl_color_control_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_poll_control_commands.ed.o zcl_poll_control_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_poll_control_client.ed.o zcl_poll_control_client.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_alarms_commands.ed.o zcl_alarms_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_power_config_commands.ed.o zcl_power_config_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_diagnostics_commands.ed.o zcl_diagnostics_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ias_ace_commands.ed.o zcl_ias_ace_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ias_wd_commands.ed.o zcl_ias_wd_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ias_zone_commands.ed.o zcl_ias_zone_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_commands.ed.o zcl_ota_upgrade_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_srv_commands.ed.o zcl_ota_upgrade_srv_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_common.ed.o zcl_ota_upgrade_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ota_upgrade_minimal.ed.o zcl_ota_upgrade_minimal.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_basic_commands.ed.o zcl_basic_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_temp_measurement.ed.o zcl_temp_measurement.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_thermostat_commands.ed.o zcl_thermostat_commands.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_tunnel.ed.o zcl_tunnel.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_time.ed.o zcl_time.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_en50523_appliance_events_and_alerts.ed.o zcl_en50523_appliance_events_and_alerts.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_tunneling.ed.o zcl_c_tunneling.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_tunneling.ed.o zcl_s_tunneling.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_dehumid_control.ed.o zcl_dehumid_control.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_door_lock.ed.o zcl_door_lock.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_el_measurement.ed.o zcl_el_measurement.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_fan_control.ed.o zcl_fan_control.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_rel_humidity.ed.o zcl_rel_humidity.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_thermostat_ui_config.ed.o zcl_thermostat_ui_config.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_window_covering.ed.o zcl_window_covering.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_on_off_switch_config.ed.o zcl_on_off_switch_config.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_illuminance_measurement.ed.o zcl_illuminance_measurement.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_drlc.ed.o zcl_c_drlc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_drlc.ed.o zcl_s_drlc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_price.ed.o zcl_c_price.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_price.ed.o zcl_s_price.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_prepayment.ed.o zcl_prepayment.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_calendar.ed.o zcl_c_calendar.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_calendar.ed.o zcl_s_calendar.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_energy_mgmt.ed.o zcl_c_energy_mgmt.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_energy_mgmt.ed.o zcl_s_energy_mgmt.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_messaging.ed.o zcl_c_messaging.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_messaging.ed.o zcl_s_messaging.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_events.ed.o zcl_c_events.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_events.ed.o zcl_s_events.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_subghz.ed.o zcl_c_subghz.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_subghz.ed.o zcl_s_subghz.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_mdu_pairing.ed.o zcl_c_mdu_pairing.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_mdu_pairing.ed.o zcl_s_mdu_pairing.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_meter_identification.ed.o zcl_meter_identification.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_metering.ed.o zcl_s_metering.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_metering.ed.o zcl_c_metering.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_device_management.ed.o zcl_device_management.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_binary_input.ed.o zcl_binary_input.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_ir_blaster.ed.o zcl_ir_blaster.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_c_wwah.ed.o zcl_c_wwah.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_s_wwah.ed.o zcl_s_wwah.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_wwah_common.ed.o zcl_wwah_common.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o zcl_control4_networking.ed.o zcl_control4_networking.c
    ar r ../../src/zcl/libzcl.ed.a zcl_main.ed.o zcl_general_commands.ed.o zcl_attr_value.ed.o zcl_common.ed.o zcl_nvram.ed.o zcl_reporting.ed.o zcl_identify_commands.ed.o zcl_on_off_commands.ed.o ha_sas.ed.o zcl_groups.ed.o zcl_scenes.ed.o zcl_level_control_commands.ed.o zcl_shade_config_commands.ed.o zcl_continuous_value_change_commands.ed.o zcl_color_control_commands.ed.o zcl_poll_control_commands.ed.o zcl_poll_control_client.ed.o zcl_alarms_commands.ed.o zcl_power_config_commands.ed.o zcl_diagnostics_commands.ed.o zcl_ias_ace_commands.ed.o zcl_ias_wd_commands.ed.o zcl_ias_zone_commands.ed.o zcl_ota_upgrade_commands.ed.o zcl_ota_upgrade_srv_commands.ed.o zcl_ota_upgrade_common.ed.o zcl_ota_upgrade_minimal.ed.o zcl_basic_commands.ed.o zcl_temp_measurement.ed.o zcl_thermostat_commands.ed.o zcl_tunnel.ed.o zcl_time.ed.o zcl_en50523_appliance_events_and_alerts.ed.o zcl_c_tunneling.ed.o zcl_s_tunneling.ed.o zcl_dehumid_control.ed.o zcl_door_lock.ed.o zcl_el_measurement.ed.o zcl_fan_control.ed.o zcl_rel_humidity.ed.o zcl_thermostat_ui_config.ed.o zcl_window_covering.ed.o zcl_on_off_switch_config.ed.o zcl_illuminance_measurement.ed.o zcl_c_drlc.ed.o zcl_s_drlc.ed.o zcl_c_price.ed.o zcl_s_price.ed.o zcl_prepayment.ed.o zcl_c_calendar.ed.o zcl_s_calendar.ed.o zcl_c_energy_mgmt.ed.o zcl_s_energy_mgmt.ed.o zcl_c_messaging.ed.o zcl_s_messaging.ed.o zcl_c_events.ed.o zcl_s_events.ed.o zcl_c_subghz.ed.o zcl_s_subghz.ed.o zcl_c_mdu_pairing.ed.o zcl_s_mdu_pairing.ed.o zcl_meter_identification.ed.o zcl_s_metering.ed.o zcl_c_metering.ed.o zcl_device_management.ed.o zcl_binary_input.ed.o zcl_ir_blaster.ed.o zcl_c_wwah.ed.o zcl_s_wwah.ed.o zcl_wwah_common.ed.o zcl_control4_networking.ed.o
    ar: creating ../../src/zcl/libzcl.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/zcl'
    cd secur                     && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/secur'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -o ic_secur.o ic_secur.c
    ar r ../../src/secur/libsec.a ic_secur.o
    ar: creating ../../src/secur/libsec.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -o ic_secur.ed.o ic_secur.c
    ar r ../../src/secur/libsec.ed.a ic_secur.ed.o
    ar: creating ../../src/secur/libsec.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/secur'
    cd ncp                       && make bldall
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src/ncp'
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_hl_proto.o high_level/host/ncp_host_hl_proto.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/ncp_host_hl_proto.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_hl_buffers.o high_level/host/ncp_host_hl_buffers.c
    In file included from high_level/host/ncp_host_hl_buffers.h:50:0,
                     from high_level/host/ncp_host_hl_buffers.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_soc_state.o high_level/host/ncp_host_soc_state.c
    In file included from high_level/host/ncp_host_soc_state.c:49:0:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_startup.o high_level/host/ncp_host_startup.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/ncp_host_startup.c:48:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_transport_stubs.o high_level/host/ncp_host_transport_stubs.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/zb_ncp_ll_host.o high_level/host/zb_ncp_ll_host.c
    In file included from ../../src/ncp/low_level/zbncp_tr.h:49:0,
                     from ../../src/ncp/low_level/zbncp.h:47,
                     from ../../src/ncp/transport/zb_ncp_tr.h:47,
                     from high_level/host/zb_ncp_ll_host.c:47:
    ../../src/ncp/low_level/zbncp_debug.h:90:0: warning: "TRACE_MSG" redefined
     #define TRACE_MSG(skipit2, fmts, args) ZBNCP_DBG_TRACE(fmts, ZBNCP_T0_TRACE args)
    
    In file included from ../../include/zboss_api_core.h:306:0,
                     from ../../include/zboss_api.h:49,
                     from ../../src/include/zb_common.h:55,
                     from high_level/host/zb_ncp_ll_host.c:45:
    ../../include/zb_trace.h:390:0: note: this is the location of the previous definition
     #define TRACE_MSG(lm, fmts, args) \
    
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_configuration.o high_level/host/transport/ncp_host_hl_proto_configuration.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_configuration.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_af.o high_level/host/transport/ncp_host_hl_proto_af.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_af.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_zdo.o high_level/host/transport/ncp_host_hl_proto_zdo.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_zdo.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_aps.o high_level/host/transport/ncp_host_hl_proto_aps.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_aps.c:46:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_nwkmgmt.c:46:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_secur.o high_level/host/transport/ncp_host_hl_proto_secur.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_secur.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_manuf_test.o high_level/host/transport/ncp_host_hl_proto_manuf_test.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_manuf_test.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_ota.o high_level/host/transport/ncp_host_hl_proto_ota.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_ota.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_intrp.o high_level/host/transport/ncp_host_hl_proto_intrp.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_intrp.c:46:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_vendor.o high_level/host/transport/ncp_host_hl_proto_vendor.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_vendor.c:17:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter.o high_level/host/adapters/ncp_host_hl_adapter.c
    high_level/host/adapters/ncp_host_hl_adapter.c: In function ‘ncp_host_adapter_init_ctx’:
    high_level/host/adapters/ncp_host_hl_adapter.c:57:3: warning: implicit declaration of function ‘ncp_host_intrp_adapter_init_ctx’; did you mean ‘ncp_host_nvram_adapter_init_ctx’? [-Wimplicit-function-declaration]
       ncp_host_intrp_adapter_init_ctx();
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       ncp_host_nvram_adapter_init_ctx
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_aps.o high_level/host/adapters/ncp_host_hl_adapter_aps.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_zdo.o high_level/host/adapters/ncp_host_hl_adapter_zdo.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_secur.o high_level/host/adapters/ncp_host_hl_adapter_secur.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_nvram.o high_level/host/adapters/ncp_host_hl_adapter_nvram.c
    In file included from high_level/host/adapters/ncp_host_hl_adapter_nvram.c:50:0:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_configuration.o high_level/host/adapters/ncp_host_hl_adapter_configuration.c
    In file included from high_level/host/adapters/ncp_host_hl_adapter_configuration.c:48:0:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_intrp.o high_level/host/adapters/ncp_host_hl_adapter_intrp.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_ll_impl.o low_level/zbncp_ll_impl.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_tr_impl.o low_level/zbncp_tr_impl.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_node.o low_level/zbncp_node.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_mem.o low_level/zbncp_mem.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_utils.o low_level/zbncp_utils.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_debug.o low_level/zbncp_debug.c
    In file included from ../../include/zboss_api_core.h:306:0,
                     from ../../include/zboss_api.h:49,
                     from ../../src/include/zb_common.h:55,
                     from low_level/zbncp_debug.c:136:
    ../../include/zb_trace.h:390:0: warning: "TRACE_MSG" redefined
     #define TRACE_MSG(lm, fmts, args) \
    
    In file included from low_level/zbncp_debug.c:46:0:
    low_level/zbncp_debug.h:90:0: note: this is the location of the previous definition
     #define TRACE_MSG(skipit2, fmts, args) ZBNCP_DBG_TRACE(fmts, ZBNCP_T0_TRACE args)
    
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_divider.o low_level/zbncp_divider.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_fragmentation.o low_level/zbncp_fragmentation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_reassembling.o low_level/zbncp_reassembling.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_stubs.o high_level/host/ncp_host_stubs.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o transport/osif/serial/zb_ncp_tr_osif_serial.o transport/osif/serial/zb_ncp_tr_osif_serial.c
    In file included from ../../src/ncp/low_level/zbncp_tr.h:49:0,
                     from ../../src/ncp/low_level/zbncp.h:47,
                     from ../../src/ncp/transport/zb_ncp_tr.h:47,
                     from transport/osif/serial/zb_ncp_tr_osif_serial.c:47:
    ../../src/ncp/low_level/zbncp_debug.h:90:0: warning: "TRACE_MSG" redefined
     #define TRACE_MSG(skipit2, fmts, args) ZBNCP_DBG_TRACE(fmts, ZBNCP_T0_TRACE args)
    
    In file included from ../../include/zboss_api_core.h:306:0,
                     from ../../include/zboss_api.h:49,
                     from ../../src/include/zb_common.h:55,
                     from transport/osif/serial/zb_ncp_tr_osif_serial.c:46:
    ../../include/zb_trace.h:390:0: note: this is the location of the previous definition
     #define TRACE_MSG(lm, fmts, args) \
    
    ar r ../../src/ncp/high_level/host/libncp_host.a high_level/host/ncp_host_hl_proto.o high_level/host/ncp_host_hl_buffers.o high_level/host/ncp_host_soc_state.o high_level/host/ncp_host_startup.o high_level/host/ncp_host_transport_stubs.o high_level/host/zb_ncp_ll_host.o high_level/host/transport/ncp_host_hl_proto_configuration.o high_level/host/transport/ncp_host_hl_proto_af.o high_level/host/transport/ncp_host_hl_proto_zdo.o high_level/host/transport/ncp_host_hl_proto_aps.o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.o high_level/host/transport/ncp_host_hl_proto_secur.o high_level/host/transport/ncp_host_hl_proto_manuf_test.o high_level/host/transport/ncp_host_hl_proto_ota.o high_level/host/transport/ncp_host_hl_proto_intrp.o high_level/host/transport/ncp_host_hl_proto_vendor.o high_level/host/adapters/ncp_host_hl_adapter.o high_level/host/adapters/ncp_host_hl_adapter_aps.o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.o high_level/host/adapters/ncp_host_hl_adapter_zdo.o high_level/host/adapters/ncp_host_hl_adapter_secur.o high_level/host/adapters/ncp_host_hl_adapter_nvram.o high_level/host/adapters/ncp_host_hl_adapter_configuration.o high_level/host/adapters/ncp_host_hl_adapter_intrp.o low_level/zbncp_ll_impl.o low_level/zbncp_tr_impl.o low_level/zbncp_node.o low_level/zbncp_mem.o low_level/zbncp_utils.o low_level/zbncp_debug.o low_level/zbncp_divider.o low_level/zbncp_fragmentation.o low_level/zbncp_reassembling.o high_level/host/ncp_host_stubs.o transport/osif/serial/zb_ncp_tr_osif_serial.o
    ar: creating ../../src/ncp/high_level/host/libncp_host.a
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_hl_proto.ed.o high_level/host/ncp_host_hl_proto.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/ncp_host_hl_proto.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_hl_buffers.ed.o high_level/host/ncp_host_hl_buffers.c
    In file included from high_level/host/ncp_host_hl_buffers.h:50:0,
                     from high_level/host/ncp_host_hl_buffers.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_soc_state.ed.o high_level/host/ncp_host_soc_state.c
    In file included from high_level/host/ncp_host_soc_state.c:49:0:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_startup.ed.o high_level/host/ncp_host_startup.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/ncp_host_startup.c:48:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_transport_stubs.ed.o high_level/host/ncp_host_transport_stubs.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/zb_ncp_ll_host.ed.o high_level/host/zb_ncp_ll_host.c
    In file included from ../../src/ncp/low_level/zbncp_tr.h:49:0,
                     from ../../src/ncp/low_level/zbncp.h:47,
                     from ../../src/ncp/transport/zb_ncp_tr.h:47,
                     from high_level/host/zb_ncp_ll_host.c:47:
    ../../src/ncp/low_level/zbncp_debug.h:90:0: warning: "TRACE_MSG" redefined
     #define TRACE_MSG(skipit2, fmts, args) ZBNCP_DBG_TRACE(fmts, ZBNCP_T0_TRACE args)
    
    In file included from ../../include/zboss_api_core.h:306:0,
                     from ../../include/zboss_api.h:49,
                     from ../../src/include/zb_common.h:55,
                     from high_level/host/zb_ncp_ll_host.c:45:
    ../../include/zb_trace.h:390:0: note: this is the location of the previous definition
     #define TRACE_MSG(lm, fmts, args) \
    
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_configuration.ed.o high_level/host/transport/ncp_host_hl_proto_configuration.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_configuration.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_af.ed.o high_level/host/transport/ncp_host_hl_proto_af.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_af.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_zdo.ed.o high_level/host/transport/ncp_host_hl_proto_zdo.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_zdo.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_aps.ed.o high_level/host/transport/ncp_host_hl_proto_aps.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_aps.c:46:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.ed.o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_nwkmgmt.c:46:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_secur.ed.o high_level/host/transport/ncp_host_hl_proto_secur.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_secur.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_manuf_test.ed.o high_level/host/transport/ncp_host_hl_proto_manuf_test.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_manuf_test.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_ota.ed.o high_level/host/transport/ncp_host_hl_proto_ota.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_ota.c:47:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_intrp.ed.o high_level/host/transport/ncp_host_hl_proto_intrp.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_intrp.c:46:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/transport/ncp_host_hl_proto_vendor.ed.o high_level/host/transport/ncp_host_hl_proto_vendor.c
    In file included from high_level/host/ncp_host_hl_proto.h:50:0,
                     from high_level/host/transport/ncp_host_hl_proto_vendor.c:17:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter.ed.o high_level/host/adapters/ncp_host_hl_adapter.c
    high_level/host/adapters/ncp_host_hl_adapter.c: In function ‘ncp_host_adapter_init_ctx’:
    high_level/host/adapters/ncp_host_hl_adapter.c:57:3: warning: implicit declaration of function ‘ncp_host_intrp_adapter_init_ctx’; did you mean ‘ncp_host_nvram_adapter_init_ctx’? [-Wimplicit-function-declaration]
       ncp_host_intrp_adapter_init_ctx();
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       ncp_host_nvram_adapter_init_ctx
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_aps.ed.o high_level/host/adapters/ncp_host_hl_adapter_aps.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.ed.o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_zdo.ed.o high_level/host/adapters/ncp_host_hl_adapter_zdo.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_secur.ed.o high_level/host/adapters/ncp_host_hl_adapter_secur.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_nvram.ed.o high_level/host/adapters/ncp_host_hl_adapter_nvram.c
    In file included from high_level/host/adapters/ncp_host_hl_adapter_nvram.c:50:0:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_configuration.ed.o high_level/host/adapters/ncp_host_hl_adapter_configuration.c
    In file included from high_level/host/adapters/ncp_host_hl_adapter_configuration.c:48:0:
    ../../src/ncp/high_level/common/ncp_hl_proto.h:52:0: warning: "NCP_PROTOCOL_VERSION" redefined
     #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR << 16) | NCP_PROTOCOL_VERSION_MINOR)
    
    <command-line>:0:0: note: this is the location of the previous definition
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/adapters/ncp_host_hl_adapter_intrp.ed.o high_level/host/adapters/ncp_host_hl_adapter_intrp.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_ll_impl.ed.o low_level/zbncp_ll_impl.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_tr_impl.ed.o low_level/zbncp_tr_impl.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_node.ed.o low_level/zbncp_node.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_mem.ed.o low_level/zbncp_mem.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_utils.ed.o low_level/zbncp_utils.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_debug.ed.o low_level/zbncp_debug.c
    In file included from ../../include/zboss_api_core.h:306:0,
                     from ../../include/zboss_api.h:49,
                     from ../../src/include/zb_common.h:55,
                     from low_level/zbncp_debug.c:136:
    ../../include/zb_trace.h:390:0: warning: "TRACE_MSG" redefined
     #define TRACE_MSG(lm, fmts, args) \
    
    In file included from low_level/zbncp_debug.c:46:0:
    low_level/zbncp_debug.h:90:0: note: this is the location of the previous definition
     #define TRACE_MSG(skipit2, fmts, args) ZBNCP_DBG_TRACE(fmts, ZBNCP_T0_TRACE args)
    
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_divider.ed.o low_level/zbncp_divider.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_fragmentation.ed.o low_level/zbncp_fragmentation.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o low_level/zbncp_reassembling.ed.o low_level/zbncp_reassembling.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o high_level/host/ncp_host_stubs.ed.o high_level/host/ncp_host_stubs.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-unused-result -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZBNCP_USE_ZBOSS_TRACE=1 -DZBNCP_DEBUG=1 -DDISABLE_TRACE_INIT=1 -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -DZB_ED_ROLE -I../../include/osif -I../../include -I../../src/include -I../../src/ncp -I../../src/ncp/high_level/common -Ihigh_level/host -o transport/osif/serial/zb_ncp_tr_osif_serial.ed.o transport/osif/serial/zb_ncp_tr_osif_serial.c
    In file included from ../../src/ncp/low_level/zbncp_tr.h:49:0,
                     from ../../src/ncp/low_level/zbncp.h:47,
                     from ../../src/ncp/transport/zb_ncp_tr.h:47,
                     from transport/osif/serial/zb_ncp_tr_osif_serial.c:47:
    ../../src/ncp/low_level/zbncp_debug.h:90:0: warning: "TRACE_MSG" redefined
     #define TRACE_MSG(skipit2, fmts, args) ZBNCP_DBG_TRACE(fmts, ZBNCP_T0_TRACE args)
    
    In file included from ../../include/zboss_api_core.h:306:0,
                     from ../../include/zboss_api.h:49,
                     from ../../src/include/zb_common.h:55,
                     from transport/osif/serial/zb_ncp_tr_osif_serial.c:46:
    ../../include/zb_trace.h:390:0: note: this is the location of the previous definition
     #define TRACE_MSG(lm, fmts, args) \
    
    ar r ../../src/ncp/high_level/host/libncp_host.ed.a high_level/host/ncp_host_hl_proto.ed.o high_level/host/ncp_host_hl_buffers.ed.o high_level/host/ncp_host_soc_state.ed.o high_level/host/ncp_host_startup.ed.o high_level/host/ncp_host_transport_stubs.ed.o high_level/host/zb_ncp_ll_host.ed.o high_level/host/transport/ncp_host_hl_proto_configuration.ed.o high_level/host/transport/ncp_host_hl_proto_af.ed.o high_level/host/transport/ncp_host_hl_proto_zdo.ed.o high_level/host/transport/ncp_host_hl_proto_aps.ed.o high_level/host/transport/ncp_host_hl_proto_nwkmgmt.ed.o high_level/host/transport/ncp_host_hl_proto_secur.ed.o high_level/host/transport/ncp_host_hl_proto_manuf_test.ed.o high_level/host/transport/ncp_host_hl_proto_ota.ed.o high_level/host/transport/ncp_host_hl_proto_intrp.ed.o high_level/host/transport/ncp_host_hl_proto_vendor.ed.o high_level/host/adapters/ncp_host_hl_adapter.ed.o high_level/host/adapters/ncp_host_hl_adapter_aps.ed.o high_level/host/adapters/ncp_host_hl_adapter_nwkmgmt.ed.o high_level/host/adapters/ncp_host_hl_adapter_zdo.ed.o high_level/host/adapters/ncp_host_hl_adapter_secur.ed.o high_level/host/adapters/ncp_host_hl_adapter_nvram.ed.o high_level/host/adapters/ncp_host_hl_adapter_configuration.ed.o high_level/host/adapters/ncp_host_hl_adapter_intrp.ed.o low_level/zbncp_ll_impl.ed.o low_level/zbncp_tr_impl.ed.o low_level/zbncp_node.ed.o low_level/zbncp_mem.ed.o low_level/zbncp_utils.ed.o low_level/zbncp_debug.ed.o low_level/zbncp_divider.ed.o low_level/zbncp_fragmentation.ed.o low_level/zbncp_reassembling.ed.o high_level/host/ncp_host_stubs.ed.o transport/osif/serial/zb_ncp_tr_osif_serial.ed.o
    ar: creating ../../src/ncp/high_level/host/libncp_host.ed.a
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src/ncp'
    make -f Makefile_zboss zboss_libs
    make[1]: Entering directory '/ncs/ncp_host_v3.1.0/src'
    rm -rf ar-tmp
    mkdir -p ar-tmp
    cd ar-tmp && for i in ../src/diag/libdiag.a ../src/common/libcommon.a ../src/osif/libosif.a ../src/aps/libaps.a ../src/zcl/libzcl.a ../src/secur/libsec.a ../src/zdo/libzdo.a ../src/commissioning/legacy/libcommlegacy.a ../src/commissioning/bdb/libcommbdb.a ../src/commissioning/se/libcommse.a ../src/ncp/high_level/host/libncp_host.a; do ar x ../$i; done && cd ..
    ar cr ../lib/libzboss.a ar-tmp/*.o
    rm -rf ar-tmp
    mkdir -p ar-tmp
    cd ar-tmp && for i in ../src/diag/libdiag.ed.a ../src/common/libcommon.ed.a ../src/osif/libosif.ed.a ../src/aps/libaps.ed.a ../src/zcl/libzcl.ed.a ../src/secur/libsec.ed.a ../src/zdo/libzdo.ed.a ../src/commissioning/legacy/libcommlegacy.ed.a ../src/commissioning/bdb/libcommbdb.ed.a ../src/commissioning/se/libcommse.ed.a ../src/ncp/high_level/host/libncp_host.ed.a; do ar x ../$i; done && cd ..
    ar cr ../lib/libzboss.ed.a ar-tmp/*.o
    rm -rf ar-tmp
    make[1]: Leaving directory '/ncs/ncp_host_v3.1.0/src'
    root@ubuntu:/ncs/ncp_host_v3.1.0/src#
    
    
    
    
    
    
    root@ubuntu:/ncs/ncp_host_v3.1.0/src# cd /ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# # 清理旧对象文件和可执行程序
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# make clean
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap light_zc
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# # 重新编译
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# make
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-cast-function-type -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include -I../../../include/osif -I../../../include/ha -I../../../include/zcl  -o light_zc.o light_zc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-cast-function-type -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include -I../../../include/osif -I../../../include/ha -I../../../include/zcl  -o light_zc_hal.o light_zc_hal.c
    gcc  -o light_zc light_zc.o light_zc_hal.o ../../../lib/libzboss.a  -lpthread -Wl,--gc-sections ../../../lib/libzboss.a
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# ls
    Makefile  light_zc  light_zc.c  light_zc.h  light_zc.o  light_zc_hal.c  light_zc_hal.h  light_zc_hal.o
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator#
    
    
    
    
    
    
    root@ubuntu:/ncs/ncp_host_v3.1.0/src# cd /ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# # 清理旧对象文件和可执行程序
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# make clean
    rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap light_zc
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# # 重新编译
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# make
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-cast-function-type -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include -I../../../include/osif -I../../../include/ha -I../../../include/zcl  -o light_zc.o light_zc.c
    gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wdeclaration-after-statement -Wno-unused-local-typedefs  -Wno-missing-field-initializers -Wno-cast-function-type -fno-strict-aliasing  -fshort-enums -ffunction-sections -fdata-sections -DZB_CONFIG_LINUX_NSNG -DDEBUG -DZB_TRACE_LEVEL=4 -DZB_TRACE_MASK=0x0800 -DZB_BUILD_DATE="\"20250618\"" -DNCP_PROTOCOL_VERSION=0x0115 -I../../../include -I../../../include/osif -I../../../include/ha -I../../../include/zcl  -o light_zc_hal.o light_zc_hal.c
    gcc  -o light_zc light_zc.o light_zc_hal.o ../../../lib/libzboss.a  -lpthread -Wl,--gc-sections ../../../lib/libzboss.a
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# ls
    Makefile  light_zc  light_zc.c  light_zc.h  light_zc.o  light_zc_hal.c  light_zc_hal.h  light_zc_hal.o
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# clear
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# # 设置环境变量
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# export NCP_SLAVE_PTY=/dev/ttyACM0
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# chmod +x /ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator/light_zc
    root@ubuntu:/ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator# /ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator/light_zc
    
    
    
    
    

    Kind regards,
    Peter.Min

Related