Package Manager: The compiler returned an unknown exit code: 143

Former Member
Former Member
Hi Community,

I get always this error message from the Package Manager: The compiler returned an unknown exit code: 143
Any idea for a reason?
The data field app works very well in the F3 simulator.

Hans
  • It's a known problem with Eclipse and the SDK. The best think to do is just try a few times and it will often work, and if that doesn't do it, try restarting Eclipse.
  • Former Member
    Former Member over 9 years ago
    It's a known problem with Eclipse and the SDK. The best think to do is just try a few times and it will often work, and if that doesn't do it, try restarting Eclipse.

    Thx for the answer. Not good, but I've found a solution for that problem.
    • Copy the BUILD string from the Eclipse console into the clipboard.
    • Open a terminal window
    • Paste the "build" string at the command line of the terminal and run the command.

    Works fine for me.