INT0006
From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)
config.Compilation.TargetDeviceInfo is null
Before accessing the target device information we need to set config.Compilation.TargetDeviceInfo to an instance of InfoDevice class, retrieved by Pigmeo.Internal.DeviceTarget.GetDeviceTarget() (found in pigmeo-framework/src/internal/CustomAttributes.cs) from the target device library referenced by the user application being compiled.
Category: Compiler internal errors

