<?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>Kinetis Software Development KitのトピックMQX KSDK_1.2.0 Build error: psptypes.h: No such file or directory</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-2-0-Build-error-psptypes-h-No-such-file-or-directory/m-p/437372#M2683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, it worked fine, I'm getting used with the board and KDS, so please forgive me for such a dumb question...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, could you please try to help me with other issue I'm facing? I'm trying to build (and test) an example from KSDK, I would like to try the example with HTTP server running on top of MQX, but it doesn't build, giving me the error:&lt;/P&gt;&lt;P&gt;c:\freescale\ksdk_1.2.0\rtos\mqx\mqx\source\include\mqx.h:82:22: fatal error: psptypes.h: No such file or directory&lt;/P&gt;&lt;P&gt; #include "psptypes.h"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example I'm trying to build is located at:&lt;/P&gt;&lt;P&gt;examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo\httpserver_rtos\httpserver_mqx\kds&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please try to build in your machine, and see if it gets the same problem? If yes, do you know what should I do to fix it?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 21:26:32 GMT</pubDate>
    <dc:creator>ChristianSchult</dc:creator>
    <dc:date>2015-07-22T21:26:32Z</dc:date>
    <item>
      <title>MQX KSDK_1.2.0 Build error: psptypes.h: No such file or directory</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-2-0-Build-error-psptypes-h-No-such-file-or-directory/m-p/437372#M2683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, it worked fine, I'm getting used with the board and KDS, so please forgive me for such a dumb question...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, could you please try to help me with other issue I'm facing? I'm trying to build (and test) an example from KSDK, I would like to try the example with HTTP server running on top of MQX, but it doesn't build, giving me the error:&lt;/P&gt;&lt;P&gt;c:\freescale\ksdk_1.2.0\rtos\mqx\mqx\source\include\mqx.h:82:22: fatal error: psptypes.h: No such file or directory&lt;/P&gt;&lt;P&gt; #include "psptypes.h"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example I'm trying to build is located at:&lt;/P&gt;&lt;P&gt;examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo\httpserver_rtos\httpserver_mqx\kds&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please try to build in your machine, and see if it gets the same problem? If yes, do you know what should I do to fix it?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 21:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-2-0-Build-error-psptypes-h-No-such-file-or-directory/m-p/437372#M2683</guid>
      <dc:creator>ChristianSchult</dc:creator>
      <dc:date>2015-07-22T21:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: MQX KSDK_1.2.0 Build error: psptypes.h: No such file or directory</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-2-0-Build-error-psptypes-h-No-such-file-or-directory/m-p/437373#M2684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;That is an error to indicate that the mqx_frdmk64f_all project wasn't built.&lt;/P&gt;&lt;P&gt;Try to make sure all library projects have been built before building the lwip_httpserver_demo_mqx_frdmk64f application.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 22:38:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/MQX-KSDK-1-2-0-Build-error-psptypes-h-No-such-file-or-directory/m-p/437373#M2684</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-07-22T22:38:09Z</dc:date>
    </item>
  </channel>
</rss>

