I used Codevision around 2006 in a project using ATmega32, don't remember the version I used then. Now, when I try to compile the project in CVAVR 2.60, I get an Error message saying
a value of type 'enum <unnamed>' can't be used to initialize an entity of type "flash unsigned char"
The code line in question is
flash char* flash HeatModeIdle[] = { OFF, ON, AUTOMATIC, H1, H2, H3, H4 };
Any help on this will be highly apreciated!






