Board: Duemilanove
Chip: ATMEGA 328
OS: OS X 10.5.6
Board and Serial Port selected properly.
Hi,
I'm trying out my new Duemilanove, plug it the USB, PWR goes on and L flickers. Great, seems to be working. But trying to upload the "Blink" sketch it throws a java.io.FileNotFoundException. What is Blink.cpp and where should I find it?
Thanks for any feedback!
The full error:
Uncaught exception type:class java.io.FileNotFoundException
java.io.FileNotFoundException: /Applications/arduino-0015/examples/Digital/Blink/applet/Blink.cpp (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:179)
at java.io.FileOutputStream.(FileOutputStream.java:131)
at processing.app.preproc.PdePreprocessor.write(PdePreprocessor.java:308)
at processing.app.Sketch.build(Sketch.java:1392)
at processing.app.Sketch.exportApplet(Sketch.java:1699)
at processing.app.Editor$41.run(Editor.java:2004)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)