View Single Post
Old 02-22-2009, 06:23 AM   #320 (permalink)
CranberrySauce
EcoModding Lurker
 
Join Date: Feb 2009
Location: Rochester, NY
Posts: 4

The Altima - '97 Nissan Altima GXE
90 day: 20.34 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
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));

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...
__________________
Man, I hate winter.

Last edited by CranberrySauce; 02-22-2009 at 06:25 AM.. Reason: clarification
  Reply With Quote