My settings are targeted to Flash, and Debug buid. I've added the
MDK_DEVICE_TYPE tag to .settings file as well.
I receive the following errors for TinyCLR:
(BuildAXF target) ->
EXEC : error : L6220E: Load region LR_IFLASH size (1006776 bytes) exceeds
lim
it (380928 bytes).
EXEC : error : L6220E: Execution region ER_IFLASH size (1006776 bytes)
exceed
s limit (380928 bytes).
EXEC : error : L6220E: Load region LR_DAT size (218204 bytes) exceeds
limit (
131072 bytes).
EXEC : error : L6220E: Execution region ER_DAT size (218204 bytes) exceeds
li
mit (131072 bytes).
NativeSample also does not compile.
The PCM023 however, compiles without any issues.
Have I forgotten a setting?
Thanks,
-Armand