Compilation error
Posted: Fri Nov 16, 2012 7:32 pm
Hello, many times when I compile my programs I obtain this compilation error:
What's the cause? What can I do to solve? ThanksCPP eecfg.c
eecfg.c:69: error: syntax error before 'EE_counter_RAM'
eecfg.c:69: warning: type defaults to 'int' in declaration of 'EE_counter_RAM'
eecfg.c:70: warning: braces around scalar initializer
eecfg.c:70: warning: (near initialization for 'EE_counter_RAM[0]')
eecfg.c:70: warning: excess elements in scalar initializer
eecfg.c:70: warning: (near initialization for 'EE_counter_RAM[0]')
eecfg.c:71: warning: data definition has no type or storage class
make: *** [obj/Debug/eecfg.o] Error 1