AVRdude
Posted: Tue Feb 26, 2019 12:16 pm
Im having problems blowing my code into my ardunino uno r3. Comes up with this message every time and nothing seems to get it to work. Any ideas?
Compilation successful!
Launching the linker/assembler...
C:\Program Files (x86)\Flowcode\Compilers\avr\batchfiles\avrb.bat "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.elf" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.hex" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.cof"
C:\Users\WORLDS~1\DOCUME~1\JAMESF~1>"C:\PROGRA~2\Flowcode\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O ihex -R .eeprom "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.elf" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.hex"
HEX file creation successful!
C:\Users\WORLDS~1\DOCUME~1\JAMESF~1>"C:\PROGRA~2\Flowcode\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O coff-avr -R .eeprom "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.elf" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.cof"
COFF file creation successful!
Launching the programmer...
C:\Program Files (x86)\Flowcode\Compilers\avr\batchfiles\avrc_arduinoA.bat m328p arduino com3 115200 "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.hex"
C:\Users\WORLDS~1\DOCUME~1\JAMESF~1>"C:\PROGRA~2\Flowcode\COMPIL~1\avr\BATCHF~1\..\bin\avrdude.exe" -p m328p -P com3 -b 115200 -c arduino -D -U flash:w:"Full Practice 1 - 12.33 minutes.hex"
avrdude.exe: ser_open(): can't open device "\\.\com3": The system cannot find the file specified.
avrdude.exe done. Thank you.
Error returned from [avrdude]
C:\Program Files (x86)\Flowcode\Compilers\avr\batchfiles\avrc_arduinoA.bat reported error code 1
FINISHED
Compilation successful!
Launching the linker/assembler...
C:\Program Files (x86)\Flowcode\Compilers\avr\batchfiles\avrb.bat "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.elf" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.hex" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.cof"
C:\Users\WORLDS~1\DOCUME~1\JAMESF~1>"C:\PROGRA~2\Flowcode\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O ihex -R .eeprom "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.elf" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.hex"
HEX file creation successful!
C:\Users\WORLDS~1\DOCUME~1\JAMESF~1>"C:\PROGRA~2\Flowcode\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O coff-avr -R .eeprom "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.elf" "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.cof"
COFF file creation successful!
Launching the programmer...
C:\Program Files (x86)\Flowcode\Compilers\avr\batchfiles\avrc_arduinoA.bat m328p arduino com3 115200 "C:\Users\WORLDS~1\DOCUME~1\JAMESF~1\Full Practice 1 - 12.33 minutes.hex"
C:\Users\WORLDS~1\DOCUME~1\JAMESF~1>"C:\PROGRA~2\Flowcode\COMPIL~1\avr\BATCHF~1\..\bin\avrdude.exe" -p m328p -P com3 -b 115200 -c arduino -D -U flash:w:"Full Practice 1 - 12.33 minutes.hex"
avrdude.exe: ser_open(): can't open device "\\.\com3": The system cannot find the file specified.
avrdude.exe done. Thank you.
Error returned from [avrdude]
C:\Program Files (x86)\Flowcode\Compilers\avr\batchfiles\avrc_arduinoA.bat reported error code 1
FINISHED