BE0004
From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)
Basic type not supported yet
Your application accesses a variable of a basic type not supported yet for your architecture.
On early stages of supporting a new target architecture (such as PIC12, dsPIC, AVR...) only a few basic types (uint8/byte, UInt16, UInt32...) are able to being compiled.
Solutions
- Use other type of variables
- Wait until it is supported
- ask the developers to support it
Category: Backend errors

