This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/MSP430FR5969: Trying to run GUI from OutOfBox Example by terminal

Part Number: MSP430FR5969
Other Parts Discussed in Thread: MSP-EXP430FR5969

Tool/software: Linux

Hi,

I'm trying to use the download GUI from MSP-EXP430FR5969_Software_Examples_linux by acessing the folder-> GUI-> Binary-> nw.exe by terminal.

Firstly I tried the command:

./nw.exe

It answered me denied permission. So I tried:

chmod u+x nw.exe

It executed fine and I returned and tried ./nw.exe again and it answered me:

run-detectors: unable to find an interpreter for ./nw.exe

Can you help me to run it?

Sara

  • Hello,

    This file seems to be a Windows/Dos executable file.
    run-detectors: unable to find an interpreter for ./nw.exe means that your system can't run the binary because it is in a format not native to the OS.
    If you are using Linux you could try via wine.


    BR
    Margarita