hy,
i have an arduino script, that worked fine and everything was cool. i was communicating with processing on the serial port down to the arduino.
now, yesterday i got my new macbookpro.
i installed arduino and processing, and yes, i also installed the ftdi driver. when i look in the system checkings, i see, that the arduino is shown as: ft232r.
so, when i start up the arduino software, i got the following error:
Assembler messages:
FATAL: can't create EEPROM.o: Permission denied
so it doesnt work. when i try to send a serial command, it does not show anything.
i tried to upload the blink example for simple testing, but then it gets worse and shows me the following:
Assembler messages:
FATAL: can't create EEPROM.o: Permission denied
Uncaught exception type:class java.io.FileNotFoundException
java.io.FileNotFoundException: /Applications/arduino-0010/examples/Analog/AnalogInput/applet/AnalogInput.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:326)
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)
anyone got an idea whats my problem? im running on 10.5.2 but i did already on my old mac.
best thanks!
n