I'm having a problem Uploading code onto an ATmega644A under LINUX MINT 14.
.
My current setup:
Breadboard/Standalone ATmega644A, Arduino 1.0.1 with Lauszus Sanguino Bootloader - GitHub - Lauszus/Sanguino: Sanguino add-on for the Arduino IDE, based on http://code.google.com/p/sanguino/
Note:
If for example I try to compile for Arduino Duemilanove W/ ATmega328 the sketch will compile.
The problem is when I try to compile for Sanguino W/ ATmega644A.
Simple code:
void setup() {
}
void loop() {
}
Error messsage:
Error Compiling.
/usr/share/arduino/hardware/Sanguino-master/cores/arduino/HardwareSerial.cpp:132:15: error: attempt to use poisoned "SIG_USART1_RECV"