The problem here seems to be that I'm using both the Wire and the Serial functions. When I remove one of the #include or the Serial.begin,
the program compiles without any error.
What makes this issue even more interesting is the fact, that when I'm compiling this for an ATMega1280 or some other ATMega, it also
compiles without errors. I only get this error when i select ATMega2560.
Do I have to use another serial library for the ATmega2560 or do you have any other ideas to get this working?
I've got a "debian 7 testing". But it doesn't seem to work on 1.0.1 for
Windows 7 either.
And when I use Arduino 1.0 IDE, it works. I guess, I'll just use that IDE then.
Thanks for your help
Not busted in either one on Windows 7. Since OP seems to be having a problem on Win7, too, I suspect that it is his/her installation that is the problem, not the IDE.
Not busted in either one on Windows 7. Since OP seems to be having a problem on Win7, too, I suspect that it is his/her installation that is the problem, not the IDE.
Oh, i understood it didn't work with your 1.0.1. I'm gonna check my libraries then cause using the old version makes me feel a little uneasy.
Thanks to all for your information so far