<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>MCUXpresso IDEのトピックRe: LPCXpresso Build Failed due to Auto Generated Files</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974496#M4917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="280163" data-username="mario_castaneda" href="https://community.nxp.com/people/mario_castaneda"&gt;Mario,&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I am also facing the similar issue , Can you let me know what exactly does it mean by "not supported"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Is it not support for Linux Platform?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2019 06:14:03 GMT</pubDate>
    <dc:creator>shreel_chhatbar</dc:creator>
    <dc:date>2019-07-22T06:14:03Z</dc:date>
    <item>
      <title>LPCXpresso Build Failed due to Auto Generated Files</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974494#M4915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;JN-AN-1217&lt;/STRONG&gt; Application note as our base for &lt;STRONG&gt;JN5179&lt;/STRONG&gt; Application Development.&lt;/P&gt;&lt;P&gt;We just created our setup in &lt;STRONG&gt;Linux Environment&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;We have installed &lt;STRONG&gt;LPCXpresso v7.9.2 [Build 493]&lt;/STRONG&gt; [2015-09-14] .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I placed this APK in &lt;STRONG&gt;/root/LPCXpresso/workspace&lt;/STRONG&gt;. but I couldn't build my project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; As it was showing no rule to make target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I realized and placed my APK in &lt;STRONG&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here When i perform Clean operation. it works as expected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But when I build for any one of the configuration ( Coordinator,JN5179,DR1199 ) , It actually starts building the Project but every time it stops at the same point and shows&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;19:05:40 **** Build of configuration Coord&lt;/P&gt;&lt;P&gt;19:05:40 **** Build of configuration Coordinator, JN5179, DR1199 for project JN-AN-1217-Zigbee-3-0-Base-Device ****&lt;BR /&gt;make JENNIC_CHIP_FAMILY=JN517x JENNIC_CHIP=JN5179 DR=DR1199 GROUPS=0 ICODES=1 APP_NTAG_ICODE=0 APP_NTAG_AES=0 all &lt;BR /&gt;Using LPC XPresso toolchain&lt;BR /&gt;Using gcc-ar&lt;BR /&gt;JENNIC_MAC is Mini MAC shim &lt;BR /&gt;JENNIC_MAC_PLATFORM is SOC&lt;BR /&gt;Building trace version ...&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;BR /&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:528:1: warning: initialization makes integer from pointer without a cast&lt;BR /&gt;&amp;nbsp;PRIVATE ZPS_tsAplApsmeBindingTable s_bindingTable = { 0, s_bindingTableStorage, 4 };&lt;BR /&gt;&amp;nbsp;^&lt;BR /&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:528:1: warning: (near initialization for 's_bindingTable.u32SizeOfBindingTable')&lt;BR /&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:528:1: warning: excess elements in struct initializer&lt;BR /&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:528:1: warning: (near initialization for 's_bindingTable')&lt;BR /&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:552:5: warning: large integer implicitly truncated to unsigned type [-Woverflow]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000800UL,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;Makefile:385: recipe for target '/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Build/zps_gen.o' failed&lt;BR /&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:567:5: warning: large integer implicitly truncated to unsigned type [-Woverflow]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1770,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:568:5: warning: initialization makes integer from pointer without a cast&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; au32IncomingFrameCounter,&lt;STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;&lt;SPAN style="color: #ff6600;"&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:568:5: warning: (near initialization for 's_sAplAib.u16ApsSecurityTimeOutPeriod')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff6600;"&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:568:5: error: initializer element is not computable at load time&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff6600;"&gt;/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Source/zps_gen.c:568:5: error: (near initialization for 's_sAplAib.u16ApsSecurityTimeOutPeriod')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff6600;"&gt;make: *** [/usr/local/lpcxpresso_7.9.2_493/lpcxpresso/Examples/Zoning_System/Coordinator/Build/zps_gen.o] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;19:05:41 Build Finished (took 1s.266ms)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I can not understand where is the Problem actually.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 13:46:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974494#M4915</guid>
      <dc:creator>palak_patel</dc:creator>
      <dc:date>2019-06-26T13:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso Build Failed due to Auto Generated Files</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974495#M4916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know, the JN5179 is not supported. Could you please get in contact with your NXP Sales?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 23:33:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974495#M4916</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-06-27T23:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso Build Failed due to Auto Generated Files</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974496#M4917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="280163" data-username="mario_castaneda" href="https://community.nxp.com/people/mario_castaneda"&gt;Mario,&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I am also facing the similar issue , Can you let me know what exactly does it mean by "not supported"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Is it not support for Linux Platform?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 06:14:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974496#M4917</guid>
      <dc:creator>shreel_chhatbar</dc:creator>
      <dc:date>2019-07-22T06:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso Build Failed due to Auto Generated Files</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974497#M4918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPCxpresso is support for Linux Platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 17:59:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso-Build-Failed-due-to-Auto-Generated-Files/m-p/974497#M4918</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-07-24T17:59:28Z</dc:date>
    </item>
  </channel>
</rss>

