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
Category: Configuration errors

