Closed GoogleCodeExporter closed 8 years ago
You library/code does not support arduino/sangunio >1.0, "Marlin.h:30:26:
error: WProgram.h: No such file or directory" is a dead giveaway.
Ref: http://arduino.cc/forum/index.php/topic,97455.0.html
Original comment by sutt...@gmail.com
on 6 Sep 2012 at 12:13
[deleted comment]
Thanks I'll try it tonight.
Also I'll actually pay more attention to the debug output before I post..
Original comment by dmhone...@gmail.com
on 6 Sep 2012 at 12:40
FWIW I fixed it by commenting out parts of the if statements in Marlin.h as
follows:
#if ARDUINO >= 100
#if defined(__AVR_ATmega644P__)
//#include "WProgram.h"
//#else
#include "Arduino.h"
#endif
//#else
//#include "WProgram.h"
#endif
Lazy but it works, as the ref link points out IDE 1.01 needs Arduino instead of
WProgram in the include satement
Original comment by dmhone...@gmail.com
on 6 Sep 2012 at 4:28
I have this problem, and don't know enough about all this to fix it. I cannot
verify or compile *anything*, including Blink. I have a sketchbook full of
sketches I have been using for about a year now... and nothing works. I run
Ubuntu 11.04. I am wondering if this is Java related? The only changed I made
recently to my system were installing the latest JRE. Any help here is
appreciated.
Thanks,
Jim
Original comment by baseball...@gmail.com
on 23 Oct 2012 at 10:46
See this http://code.google.com/p/sanguino/issues/detail?id=27#c1 It is
possible that upgrading the JRE would mess with arduino but if you have the
output above a version mismatch is more likely.
Original comment by sutt...@gmail.com
on 23 Oct 2012 at 11:08
Original issue reported on code.google.com by
dmhone...@gmail.com
on 4 Sep 2012 at 10:29