Hi everyone. First time poster, long-time reader...
I was wondering if anyone has run into trouble compiling the latest firmware. I've loaded all the libraries into the Arduino software, but I keep getting an error relating polargraph_server_polarshield.ino (full error below).
FWIW, I also tied loading the precompiled hex file, but avrdude keeps telling me it doesn't know my port, even though I've checked a rechecked that I've entered /dev/tty.usbserial-A60184EJ. This is on an OS X machine, but Xloader in Windows isn't helping me either.
Any ideas? Thanks!
Compiling error:
polargraph_server_polarshield.ino:106:16: error: 'prog_uint32_t' does not name a type
In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/avr/cores/arduino/Arduino.h:28:0,
from /Applications/Arduino.app/Contents/Resources/Java/libraries/SD/src/SD.h:18,
from polargraph_server_polarshield.ino:46:
util.ino: In function 'long unsigned int crc_update(long unsigned int, byte)':
util.ino:392:31: error: 'crc_table' was not declared in this scope
util.ino:394:31: error: 'crc_table' was not declared in this scope
Error compiling.
|