hi, I'm trying to use Arduino using atmel, but I cant upload to the Arduino. I followed the instructors on this site:
but I'm getting this error:
avrdude.exe: can't open config file "C:\Program": No such file or directoryavrdude.exe: error reading system wide configuration file "C:\Program"
I'm using the following arguments:
-CC:\Program Files(x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM8 -b57600 -D -Uflash:w:"$(ProjectDir)Debug$(TargetName).hex":i
How can I get this to work?