View Single Post
Old 03-04-2009, 01:45 AM   #329 (permalink)
Mothinator
EcoModding Lurker
 
Join Date: Mar 2009
Location: California
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ISO code compilation error

Quote:
Originally Posted by Justin K View Post
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*)&params, (void*)0, sizeof(params_t));
Justin K, I'm in the same boat as you. I'm using version 0012 on Linux. Have you posted this to the Arduino forums? If so, could you post a link to the thread.

@Magister, thanks for your hard work on this project. I've been looking for a project to introduce me to electronics and this one caught my eye. I can't wait to get it working.
  Reply With Quote