<?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: Error using MQXlite from Linux in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Error-using-MQXlite-from-Linux/m-p/338518#M10905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;I have reproduced the error in the KDS 2.0.0 on a Linux Ubuntu 14.04 machine. I have created a new project with PEx and without SDK (K64) and I have added the MQXLite component into this project. The error is reported immediately.&lt;/P&gt;&lt;P&gt;I have reported this issue to the Processor Expert development team to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 11:30:21 GMT</pubDate>
    <dc:creator>marek_neuzil</dc:creator>
    <dc:date>2015-03-27T11:30:21Z</dc:date>
    <item>
      <title>Error using MQXlite from Linux</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Error-using-MQXlite-from-Linux/m-p/338517#M10904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may not be a Linux problem but when I open a project that uses the MQXlite OS I get the error that it is not on the disk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: at line 52: Unknown macro: "MqxVersionSepList" (file: Beans\MQXLite\MQXLite.chg)&lt;/P&gt;&lt;P&gt;Warning: Selected version does not exist in directory \opt\Freescale\KDS_2.0.0\eclipse\ProcessorExpert\lib\mqxlite\. (MQX Lite version)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a fresh install of KDS, I have also installed the KSDK.&amp;nbsp; The version it is looking for is V1.1.1 which is actually on the disk where it is looking and the permissions look fine.&amp;nbsp; I'm picking up where a colleague left off, he used Windows but I am on Linux.&amp;nbsp; When I look to see if there is a download for the MQXlite OS there is only a Windows executable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 03:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Error-using-MQXlite-from-Linux/m-p/338517#M10904</guid>
      <dc:creator>christianlees</dc:creator>
      <dc:date>2015-03-23T03:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error using MQXlite from Linux</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Error-using-MQXlite-from-Linux/m-p/338518#M10905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christian,&lt;/P&gt;&lt;P&gt;I have reproduced the error in the KDS 2.0.0 on a Linux Ubuntu 14.04 machine. I have created a new project with PEx and without SDK (K64) and I have added the MQXLite component into this project. The error is reported immediately.&lt;/P&gt;&lt;P&gt;I have reported this issue to the Processor Expert development team to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 11:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Error-using-MQXlite-from-Linux/m-p/338518#M10905</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-03-27T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error using MQXlite from Linux</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Error-using-MQXlite-from-Linux/m-p/338519#M10906</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;Designers found issue in java code for interpretation of permission rights. It will be fixed in one of next versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As workaround Linux users can use command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) chown to change the "root:root" owner of ProcessorExpert directory to the &amp;lt;username&amp;gt;:users recursively as a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. chown user:users -R /opt/Freescale/KDS_2.0.0/eclipse/ProcessorExpert/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) chmod to change the write permission of ProcessorExpert directory recursively as a workaround.&lt;/P&gt;&lt;P&gt;e.g. chmod g+w -R /opt/Freescale/KDS_2.0.0/eclipse/ProcessorExpert/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;RadekS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:28:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Error-using-MQXlite-from-Linux/m-p/338519#M10906</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-03-30T14:28:50Z</dc:date>
    </item>
  </channel>
</rss>

