<?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>topic Re: Tower k60 demo compile problems in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169983#M1859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you be more precise? Which demo did&amp;nbsp; cause the error ? What is located on the line 272? I would guess function/macro SetOutput..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some demos might have been updated because of using a&amp;nbsp; lwgpio driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 21:17:39 GMT</pubDate>
    <dc:creator>c0170</dc:creator>
    <dc:date>2012-06-06T21:17:39Z</dc:date>
    <item>
      <title>Tower k60 demo compile problems</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169982#M1858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to build the k60 tower demo using CW10.2 and MQX 3..8. The demo had paths to MQX 3.7 which I updated to 3.8. The demo compiles with 1 declaration systax error in CGI_index.c line 272&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿&lt;/P&gt;&lt;P&gt;_mqx_int cgi_toggle_led4(HTTPD_SESSION_STRUCT *session)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; SetOutput(LED4,!GetOutput(LED4));&lt;BR /&gt;&amp;nbsp; return session-&amp;gt;request.content_len;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone been through this? Is this something I caused or an issue with the update from MQX 3.7 to 3.8.?&lt;/P&gt;&lt;P&gt;Anyone get the tower K60 demo to compile in this configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 20:23:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169982#M1858</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2012-06-06T20:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tower k60 demo compile problems</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169983#M1859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you be more precise? Which demo did&amp;nbsp; cause the error ? What is located on the line 272? I would guess function/macro SetOutput..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some demos might have been updated because of using a&amp;nbsp; lwgpio driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 21:17:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169983#M1859</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-06-06T21:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tower k60 demo compile problems</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169984#M1860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a downloaded copy of of the&amp;nbsp;TWR-K60N512_Quick_Start_Demo. The error is at line 272 file cgi_index.c. The code I posted is the code located at line 272 of file cgi_index.c. &amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason the compiler does not like&amp;nbsp;&lt;SPAN&gt;_mqx_int cgi_toggle_led4 and I do not see why.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;_mqx_int cgi_toggle_led4(HTTPD_SESSION_STRUCT *session)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; SetOutput(LED4,!GetOutput(LED4));&lt;BR /&gt;&amp;nbsp; return session-&amp;gt;request.content_len;&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 22:55:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169984#M1860</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2012-06-06T22:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tower k60 demo compile problems</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169985#M1861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking at the code and saw no reason for the error so I reinstalled the demo and it now compiles. No idea what happended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am now getting warningsbut it compiles. I have pasted a copy of one of the warnings below. Anyone know why a demo is getting this warning and can I ignore them?&lt;/P&gt;&lt;P&gt;Thankse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Symbol device_array multiply defined in usb_ddk_twrk60n512_d.a(usb_hid.o ) and usb_ddk_twrk60n512_d.a(usb_audio.o    ) Ignoring the definition in usb_ddk_twrk60n512_d.a(usb_hid.o      )    TWR-K60N512_Quick_Start_Demo             C/C++ Problem&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169985#M1861</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2020-10-29T09:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tower k60 demo compile problems</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169986#M1862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello barber colman,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;glad you solved your compile problem, regarding the warning, here's the thread which might shed some light on:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="97430" class="jive_macro jive_macro_thread default_title" href="https://community.freescale.com/thread/97430" jivemacro="thread" title="https://community.freescale.com/thread/97430"&gt;https://community.freescale.com/thread/97430&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 13:48:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Tower-k60-demo-compile-problems/m-p/169986#M1862</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-06-07T13:48:39Z</dc:date>
    </item>
  </channel>
</rss>

