Error using MQXlite from Linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error using MQXlite from Linux

1,080 Views
christianlees
Contributor III

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

ERROR: at line 52: Unknown macro: "MqxVersionSepList" (file: Beans\MQXLite\MQXLite.chg)

Warning: Selected version does not exist in directory \opt\Freescale\KDS_2.0.0\eclipse\ProcessorExpert\lib\mqxlite\. (MQX Lite version)

This is a fresh install of KDS, I have also installed the KSDK.  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.  I'm picking up where a colleague left off, he used Windows but I am on Linux.  When I look to see if there is a download for the MQXlite OS there is only a Windows executable.

Any help will be appreciated.

Christian

Tags (2)
0 Kudos
Reply
2 Replies

902 Views
RadekS
NXP Employee
NXP Employee

Hi Christian,

Designers found issue in java code for interpretation of permission rights. It will be fixed in one of next versions.

As workaround Linux users can use command:

a) chown to change the "root:root" owner of ProcessorExpert directory to the <username>:users recursively as a workaround.

e.g. chown user:users -R /opt/Freescale/KDS_2.0.0/eclipse/ProcessorExpert/

b) chmod to change the write permission of ProcessorExpert directory recursively as a workaround.

e.g. chmod g+w -R /opt/Freescale/KDS_2.0.0/eclipse/ProcessorExpert/

I hope it helps you.

Have a great day,
RadekS

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply

902 Views
marek_neuzil
NXP Employee
NXP Employee

Hello Christian,

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.

I have reported this issue to the Processor Expert development team to fix it.

Best Regards,

Marek Neuzil

0 Kudos
Reply