W0003

From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)

System.Windows.Forms libraries not available. Switching to console-based interface

Pigmeo Compiler is trying to instantiate its WinForms graphical User Interface, but your system doesn't support them. You probably haven't installed them.

Solution

Run Pigmeo Compiler with another user interface. For example:

pigmeo --ui console MyProgram.exe

If you want to know what user interfaces are available, run Pigmeo Compiler with parameter --help:

pigmeo --help