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

CFG0002

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

Pigmeo Compiler was unable to find the PigmeoCompilerConfig XML node.

Contents

Usual mistakes

Wrong file

You passed a wrong file as the parameter, so Pigmeo Compiler is not reading your config file

Mispelled tag

The XML code should look like:

<PigmeoCompilerConfig fileversion="1.0">
   [more things here]
</PigmeoCompilerConfig>

You may mispelled "PigmeoCompilerConfig"

See also