Quote:
Originally Posted by Justin K
Hi all,
I'm pretty new with arduino coding, and have been away from coding in general for a few years. I just downloaded version 121 of the source code and tried compiling it but I get an error:
In function ‘void params_save()’:
error: invalid conversion from ‘const void*’ to ‘void*
with reference to this line:
eeprom_write_block((const void*)¶ms, (void*)0, sizeof(params_t));
Can anyone lend a hand? I haven't changed the code and am tried to compile for ISO. I tried Arduino-0011 to 0013.
Thanks.
|
Heh, I'm having the same problem using 0013A on Mac OSX. My friend successfully compiled for the Arduino Duemilanove on version 0012 under Windows XP though...