<?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>Matter custom cluster compile failed in NCS V3.1.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124872/matter-custom-cluster-compile-failed-in-ncs-v3-1-1</link><description>Hello, Nordic Team! 
 I am developing another emergency project. And we using the ncs v3.1.1 and NRF54L15. But there is a compile problem about the custom cluster. Here is my xml file. 
 
 
 And I copy the zcl.json to my project and place it to src/default_zap</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Oct 2025 06:19:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124872/matter-custom-cluster-compile-failed-in-ncs-v3-1-1" /><item><title>RE: Matter custom cluster compile failed in NCS V3.1.1</title><link>https://devzone.nordicsemi.com/thread/552692?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 06:19:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1212d84e-376c-4eae-bc98-bdddc0a4e8f8</guid><dc:creator>xiongwei.wang</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your problem is normal. Because it need you to implement this all functions. And this you can read the blog written by Nordic or ask the forum AI to get the answer.&lt;br /&gt;&lt;br /&gt;Yours,&lt;br /&gt;Xiongwei.Wang&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter custom cluster compile failed in NCS V3.1.1</title><link>https://devzone.nordicsemi.com/thread/552652?ContentTypeID=1</link><pubDate>Tue, 28 Oct 2025 14:20:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0b831fc-4c1c-4215-ad27-530c4085fb48</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/xiongwei.wang"&gt;xiongwei.wang&lt;/a&gt;&amp;nbsp; &lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;For your give project i do&amp;nbsp;&lt;br /&gt;&lt;br /&gt;removed src/default_zap/zcl.json&lt;br /&gt;&lt;br /&gt;west zap-gui -j src/default_zap/zcl.json --clusters src/default_zap/WaterValveData.xml&amp;nbsp;&lt;br /&gt;&lt;br /&gt;west zap-generate --full&lt;br /&gt;&lt;br /&gt;then did the pristine build&amp;nbsp;&lt;br /&gt;&lt;br /&gt;but still i got an error&amp;nbsp;&lt;strong&gt;&amp;nbsp;multiple definition of&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;can you provide your updated project , to verify&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter custom cluster compile failed in NCS V3.1.1</title><link>https://devzone.nordicsemi.com/thread/551175?ContentTypeID=1</link><pubDate>Sat, 11 Oct 2025 01:58:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5c4d4f4-6c48-4bca-94a2-f5dc8a5838dd</guid><dc:creator>xiongwei.wang</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;br /&gt;&lt;br /&gt;You read the document very carefully. I followed your steps and successfully generated the code and compiled it.&lt;br /&gt;&lt;br /&gt;Thanks for your help!&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;XiongWei.Wang&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter custom cluster compile failed in NCS V3.1.1</title><link>https://devzone.nordicsemi.com/thread/551130?ContentTypeID=1</link><pubDate>Fri, 10 Oct 2025 12:40:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e236317e-5bd9-4a20-9e59-6dcd2f1bb531</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The issue is that you copied the &lt;code&gt;.zcl&lt;/code&gt; file. The &lt;code&gt;zap-gui&lt;/code&gt; script &lt;strong&gt;generates&lt;/strong&gt; a new &lt;code&gt;.zcl&lt;/code&gt; file:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1760099980805v1.jpeg" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Probably your copy of the &lt;code&gt;zcl.json&lt;/code&gt; is invalid. Please suggest they remove the &lt;code&gt;zcl.json&lt;/code&gt; and call &lt;code&gt;west zap-gui -j src/default_zap/zcl.json --clusters src/default_zap/WaterValveData.xml&lt;/code&gt; once again. It should work (at least it works for me).&lt;/p&gt;
&lt;p&gt;Also, please ensure to run&amp;nbsp;&lt;code&gt;west update&lt;/code&gt; to have a proper &lt;code&gt;sdk-connectedhomeip&lt;/code&gt; revision.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter custom cluster compile failed in NCS V3.1.1</title><link>https://devzone.nordicsemi.com/thread/551032?ContentTypeID=1</link><pubDate>Thu, 09 Oct 2025 15:07:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5219a0ab-b6cd-4e95-a302-a8b11d962834</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the report. I have forwarded it to the internal team.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>