Pigmeo was a compiler and framework for writing microcontroller firmware in C# and other .NET languages, developed by Adrián Bulnes (Urriellu) between 2007 and 2010. This is a frozen, read-only archive of the project’s website, pigmeo.org; nothing here is maintained. Source code: github.com/Urriellu/pigmeo · Original capture: Wayback Machine · urriellu.net

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