Hello,
I open the ide, tell it to open the "bareminimum" example, try to "verify/compile", and I'm told
In file included from /home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/Tone.cpp:37:0:
/home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/pins_arduino.h:66:48: error: variable 'port_to_mode_PGM' must be const in order to be put into read-only section by means of 'attribute((progmem))'
/home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/pins_arduino.h:67:49: error: variable 'port_to_input_PGM' must be const in order to be put into read-only section by means of 'attribute((progmem))'
/home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/pins_arduino.h:68:50: error: variable 'port_to_output_PGM' must be const in order to be put into read-only section by means of 'attribute((progmem))'
/home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/pins_arduino.h:70:54: error: variable 'digital_pin_to_port_PGM' must be const in order to be put into read-only section by means of 'attribute((progmem))'
/home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/pins_arduino.h:72:58: error: variable 'digital_pin_to_bit_mask_PGM' must be const in order to be put into read-only section by means of 'attribute((progmem))'
/home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/pins_arduino.h:73:55: error: variable 'digital_pin_to_timer_PGM' must be const in order to be put into read-only section by means of 'attribute((progmem))'
/home/zack/arduino/arduino-0022/hardware/arduino/cores/arduino/Tone.cpp:108:45: error: variable 'tone_pin_to_timer_PGM' must be const in order to be put into read-only section by means of 'attribute((progmem))'