<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>case about compatibility issues of ZBOSS NCP Host (2.2.5) on 64-bit Ubuntu 18.04 Linux</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122251/case-about-compatibility-issues-of-zboss-ncp-host-2-2-5-on-64-bit-ubuntu-18-04-linux</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jun 2025 08:48:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122251/case-about-compatibility-issues-of-zboss-ncp-host-2-2-5-on-64-bit-ubuntu-18-04-linux" /><item><title>RE: case about compatibility issues of ZBOSS NCP Host (2.2.5) on 64-bit Ubuntu 18.04 Linux</title><link>https://devzone.nordicsemi.com/thread/539496?ContentTypeID=1</link><pubDate>Tue, 17 Jun 2025 08:48:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cd4b0bd-df7a-4d07-b1d4-ec6ae921c070</guid><dc:creator>peter.min</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Susheel Nuguru,&lt;/p&gt;
&lt;p&gt;The following are my compilation and running logs. Please help me confirm whether they are completely correct?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;cd /ncs/ncp_host_v3.1.0/src&lt;br /&gt;make clean&amp;nbsp;&lt;br /&gt;make rebuild&amp;nbsp;&lt;br /&gt;make zbosses&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;cd /ncs/ncp_host_v3.1.0/application/light_sample/light_coordinator&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;make clean&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;make&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;export NCP_SLAVE_PTY=/dev/ttyACM0&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;root@ubuntu:/ncs/ncp_host_v3.1.0/application# chmod +x /ncs/ncp_host_v3.1.0/application/simple_gw/simple_gw&lt;br /&gt;root@ubuntu:/ncs/ncp_host_v3.1.0/application# /ncs/ncp_host_v3.1.0/application/simple_gw/simple_gw&lt;br /&gt;Aborted (core dumped)&lt;br /&gt;root@ubuntu:/ncs/ncp_host_v3.1.0/application#&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;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 &amp;amp;&amp;amp; make zbosses
&amp;gt; deps
cd diag                      &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/diag&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/diag&amp;#39;
cd common                    &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/common&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/common&amp;#39;
cd osif                      &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/osif&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/osif&amp;#39;
cd aps                       &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/aps&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/aps&amp;#39;
cd zdo                       &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zdo&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zdo&amp;#39;
cd commissioning/legacy      &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/legacy&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/legacy&amp;#39;
cd commissioning/bdb         &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/bdb&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/bdb&amp;#39;
cd commissioning/se          &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/se&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/se&amp;#39;
cd zcl                       &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zcl&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zcl&amp;#39;
cd secur                     &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/secur&amp;#39;
rm -f *.o *.a core.* vgcore.* *~ */*.o src/*~ src/*.o include/*~ *.nvram *.log *.dump *.pcap
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/secur&amp;#39;
cd ncp                       &amp;amp;&amp;amp; make clean
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/ncp&amp;#39;
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 &amp;#39;/ncs/ncp_host_v3.1.0/src/ncp&amp;#39;
cd diag                      &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/diag&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot; zb_diag_init.c zb_diag_key_exposure.c zb_diag_core_watchdog.c&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -DNCP_PROTOCOL_VERSION=0x0115 -MM  zb_diag_init.c zb_diag_key_exposure.c zb_diag_core_watchdog.c &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/diag&amp;#39;
cd common                    &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/common&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;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&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/common&amp;#39;
cd osif                      &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/osif&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;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 &amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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  &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/osif&amp;#39;
cd aps                       &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/aps&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;aps_group_table.c&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -DNCP_PROTOCOL_VERSION=0x0115 -MM aps_group_table.c &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/aps&amp;#39;
cd zdo                       &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zdo&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;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 &amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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  &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zdo&amp;#39;
cd commissioning/legacy      &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/legacy&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;zdo_commissioning_classic.c&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -DNCP_PROTOCOL_VERSION=0x0115 -MM zdo_commissioning_classic.c &amp;gt;&amp;gt; ../../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/legacy&amp;#39;
cd commissioning/bdb         &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/bdb&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;zdo_commissioning_bdb.c zdo_commissioning_bdb_formation.c bdb_finding_binding.c bdb_touchlink.c&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -DNCP_PROTOCOL_VERSION=0x0115 -MM zdo_commissioning_bdb.c zdo_commissioning_bdb_formation.c bdb_finding_binding.c bdb_touchlink.c &amp;gt;&amp;gt; ../../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/bdb&amp;#39;
cd commissioning/se          &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/se&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;zdo_commissioning_se.c zdo_commissioning_se_formation.c zdo_commissioning_se_bdb_mixed.c&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -DNCP_PROTOCOL_VERSION=0x0115 -MM zdo_commissioning_se.c zdo_commissioning_se_formation.c zdo_commissioning_se_bdb_mixed.c &amp;gt;&amp;gt; ../../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/se&amp;#39;
cd zcl                       &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zcl&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;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&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zcl&amp;#39;
cd secur                     &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/secur&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;ic_secur.c&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -DNCP_PROTOCOL_VERSION=0x0115 -MM ic_secur.c &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/secur&amp;#39;
cd ncp                       &amp;amp;&amp;amp; make depend
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/ncp&amp;#39;
[ A&amp;quot;&amp;quot; = A ] || touch
[ A&amp;quot;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&amp;quot; = 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;gt;&amp;gt; ../../deps
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src/ncp&amp;#39;
cd diag                      &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/diag&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/diag&amp;#39;
cd common                    &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/common&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/common&amp;#39;
cd osif                      &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/osif&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/osif&amp;#39;
cd aps                       &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/aps&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/aps&amp;#39;
cd zdo                       &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zdo&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/zdo&amp;#39;
cd commissioning/legacy      &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/legacy&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/legacy&amp;#39;
cd commissioning/bdb         &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/bdb&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/bdb&amp;#39;
cd commissioning/se          &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/se&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/commissioning/se&amp;#39;
cd zcl                       &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/zcl&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/zcl&amp;#39;
cd secur                     &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/secur&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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 &amp;#39;/ncs/ncp_host_v3.1.0/src/secur&amp;#39;
cd ncp                       &amp;amp;&amp;amp; make bldall
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src/ncp&amp;#39;
gcc -c -O3  -pipe -W -Wall -Wpointer-arith -Wcast-align -Wformat=0 -std=gnu99 -Wno-format-zero-length -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;TRACE_MSG&amp;quot; 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;TRACE_MSG&amp;quot; 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;TRACE_MSG&amp;quot; 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;TRACE_MSG&amp;quot; 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;NCP_PROTOCOL_VERSION&amp;quot; redefined
 #define NCP_PROTOCOL_VERSION ((NCP_PROTOCOL_VERSION_MAJOR &amp;lt;&amp;lt; 16) | NCP_PROTOCOL_VERSION_MINOR)

&amp;lt;command-line&amp;gt;: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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;TRACE_MSG&amp;quot; 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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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: &amp;quot;TRACE_MSG&amp;quot; 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 &amp;#39;/ncs/ncp_host_v3.1.0/src/ncp&amp;#39;
make -f Makefile_zboss zboss_libs
make[1]: Entering directory &amp;#39;/ncs/ncp_host_v3.1.0/src&amp;#39;
rm -rf ar-tmp
mkdir -p ar-tmp
cd ar-tmp &amp;amp;&amp;amp; 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 &amp;amp;&amp;amp; cd ..
ar cr ../lib/libzboss.a ar-tmp/*.o
rm -rf ar-tmp
mkdir -p ar-tmp
cd ar-tmp &amp;amp;&amp;amp; 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 &amp;amp;&amp;amp; cd ..
ar cr ../lib/libzboss.ed.a ar-tmp/*.o
rm -rf ar-tmp
make[1]: Leaving directory &amp;#39;/ncs/ncp_host_v3.1.0/src&amp;#39;
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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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=&amp;quot;\&amp;quot;20250618\&amp;quot;&amp;quot; -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




&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Peter.Min&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: case about compatibility issues of ZBOSS NCP Host (2.2.5) on 64-bit Ubuntu 18.04 Linux</title><link>https://devzone.nordicsemi.com/thread/539375?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 12:07:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b5369f3-f932-47d2-b008-fff4fab38977</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I took some assistance from my colleague who know more about this.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Zigbee is a bit confusing after they moved it to be an add-on instead,&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since you are using v2.9.0, they should use the Zigbee R23 add-on instead of the samples in the SDK:&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/index.html" href="https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/index.html" rel="noopener noreferrer" target="_blank"&gt;https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The NCP sample is part of this add-on as well:&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/samples/ncp/readme.html" href="https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/samples/ncp/README.html" rel="noopener noreferrer" target="_blank"&gt;https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/samples/ncp/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With these versions of NCS and the add-on, you should use ZBOSS NCP host 3.1.0. There&amp;#39;s a link here:&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/tools.html#zboss_ncp_host" href="https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/tools.html#zboss_ncp_host" rel="noopener noreferrer" target="_blank"&gt;https://docs.nordicsemi.com/bundle/addon-zigbee-r23-0.4.0/page/tools.html#zboss_ncp_host&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And here is the link to the documentation for the NCP host:&lt;/p&gt;
&lt;p&gt;&lt;a title="https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host_intro.html" href="https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host_intro.html" rel="noopener noreferrer" target="_blank"&gt;https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host_intro.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;To rebuild the ZBOSS libraries:&lt;/p&gt;
&lt;p&gt;Open the ncp_host_v3.1.0 directory in a terminal, then run the following commands:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;cd src&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;make rebuild&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;make zbosses&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This can also be found at the bottom of this page: &lt;a title="https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host.html" href="https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host.html" rel="noopener noreferrer" target="_blank"&gt;https://ncsdoc.z6.web.core.windows.net/zboss-r23/4.1.14.0/zboss_ncp_host.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: case about compatibility issues of ZBOSS NCP Host (2.2.5) on 64-bit Ubuntu 18.04 Linux</title><link>https://devzone.nordicsemi.com/thread/539230?ContentTypeID=1</link><pubDate>Fri, 13 Jun 2025 14:37:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a57f8b4-8d8c-4378-8fa4-ac5ea5db03b7</guid><dc:creator>peter.min</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Susheel Nuguru,&lt;/p&gt;
&lt;p&gt;1.Please provide detailed operation steps. Neither I nor the client are very familiar with the operations on Ubuntu.&lt;/p&gt;
&lt;p&gt;2. Can you solve the mistakes in the above picture?&lt;/p&gt;
&lt;p&gt;3.Please help compile a ZBOSS NCP Host firmware that supports running on ubuntu 18.04 for me. Version 2.25 is preferred.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Peter.Min&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: case about compatibility issues of ZBOSS NCP Host (2.2.5) on 64-bit Ubuntu 18.04 Linux</title><link>https://devzone.nordicsemi.com/thread/539178?ContentTypeID=1</link><pubDate>Fri, 13 Jun 2025 10:53:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6edd0671-f947-4947-99ee-24990c81c68a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I understand the situation you are in but t&lt;span&gt;he prebuilt binaries require a newer GLIBC than is available on Ubuntu 18.04. I&lt;/span&gt;f 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.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>