Programmers.txt Change ignored?

Hi,

I have done a fresh install of IDE 2.00 Beta 6, plus MightyCore for my ATmega1284p, and now I want to add my AVR Dragon programmer in JTAG mode to program it.

I find programmers.txt here: C:\Users\WALTONK\AppData\Local\Arduino15\packages\MightyCore\hardware\avr\2.1.2 and I add the Dragon to it and restart the IDE:

dragon_jtag.name=Dragon JTAG (KW)
dragon_jtag.communication=usb
dragon_jtag.protocol=dragon_jtag
dragon_jtag.program.protocol=dragon_jtag
dragon_jtag.program.tool=avrdude

But it doesn't appear in the menu?

Infact I rename the programmers.txt, create a new one just containing the above, and I still just get the default MightyCore programmers.

I search my hard disk and I can find no other programmers.txt files apart from one in a .platformio directory.

Where is it finding the programmers list from ?!?! I am sure it is a very silly mistake but I have spent 2 hours trying to find out what!

Cheers
Kev

1 Like

I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. Select File > Preferences from the Arduino IDE's menus.
  2. Check the box next to "Show verbose output during: [ ] compilation".
  3. Click the OK button.
  4. Select Sketch > Verify/Compile from the Arduino IDE's menus.
  5. Wait for the compilation to end.
  6. Right click on the black "Output" pane at the bottom of the Arduino IDE 2.x window.
  7. From the context menu, click Copy All.
  8. Open a forum reply here by clicking the Reply button.
  9. Click the </> icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  10. Press Ctrl+V. This will paste the compilation output into the code block.
  11. Move the cursor outside of the code tags before you add any additional text to your reply.
  12. Click the Reply button to post the output.

Hi

Thanks very much for the reply, details as requested:

Using board '1284' from platform in folder: C:\Users\WALTONK\AppData\Local\Arduino15\packages\MightyCore\hardware\avr\2.1.2
Using core 'MCUdude_corefiles' from platform in folder: C:\Users\WALTONK\AppData\Local\Arduino15\packages\MightyCore\hardware\avr\2.1.2
Detecting libraries used...
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\sketch\\Blink.ino.cpp" -o nul
Generating function prototypes...
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\sketch\\Blink.ino.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\builtin\\tools\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\sketch\\Blink.ino.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\sketch\\Blink.ino.cpp.o"
Compiling libraries...
Compiling core...
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -x assembler-with-cpp -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\wiring_pulse.S" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_pulse.S.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\WInterrupts.c" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\WInterrupts.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\wiring_analog.c" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_analog.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\hooks.c" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\hooks.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\wiring.c" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\wiring_digital.c" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_digital.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\wiring_pulse.c" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_pulse.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\wiring_shift.c" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_shift.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\CDC.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\CDC.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\HardwareSerial1.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial1.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\HardwareSerial.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\HardwareSerial0.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial0.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\HardwareSerial2.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial2.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\HardwareSerial3.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial3.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\IPAddress.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\IPAddress.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\PluggableUSB.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\PluggableUSB.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\Print.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\Print.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\Stream.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\Stream.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\Tone.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\Tone.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\USBCore.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\USBCore.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\WMath.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\WMath.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\WString.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\WString.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\abi.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\abi.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\main.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\main.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\new.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\new.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_ATmega1284 -DARDUINO_ARCH_AVR "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles" "-IC:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\variants\\standard" "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\MightyCore\\hardware\\avr\\2.1.2\\cores\\MCUdude_corefiles\\wiring_extras.cpp" -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_extras.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_pulse.S.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\WInterrupts.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\hooks.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_analog.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_digital.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_pulse.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_shift.c.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\CDC.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial0.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial1.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial2.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\HardwareSerial3.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\IPAddress.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\PluggableUSB.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\Print.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\Stream.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\Tone.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\USBCore.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\WMath.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\WString.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\abi.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\main.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\new.cpp.o"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-ar" rcs "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\core.a" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\core\\wiring_extras.cpp.o"
Archiving built core (caching) in: C:\Users\WALTONK\AppData\Local\Temp\arduino-core-cache\core_37abfa8ced71f6ba24b54b6b2e3b5ac6.a
Linking everything together...
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -Wall -Os -Wl,--gc-sections,--section-start=.FAR_MEM1=0x10000 -mmcu=atmega1284p -o "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino.elf" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA\\sketch\\Blink.ino.cpp.o" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/core\\core.a" "-LC:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA" -lm
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino.elf" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino.eep"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino.elf" "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino.hex"
cmd /C "C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objdump" --disassemble --source --line-numbers --demangle --section=.text "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino.elf" > "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino_atmega1284p_16000000L.lst"
"C:\\Users\\WALTONK\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\WALTONK\\AppData\\Local\\Temp\\arduino-sketch-F9AAA1AF2CF867F07054968E6B8019DA/Blink.ino.elf"
Sketch uses 1160 bytes (0%) of program storage space. Maximum is 130048 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 16375 bytes for local variables. Maximum is 16384 bytes.

--------------------------
Compilation complete.

And another screen shot showing my current programmers.txt vs the menu:


h

Ahhh, not sure what is going on, but it only seems to be an issue on the 1284, I choose a different board and it works:

But go back to the 1284 and it doesn't:

Hi @KevWal I am able to reproduce this issue and did some investigation. I found that the only way I could get the programmers list to properly update was by deleting my equivalent of C:\Users\WALTONK\AppData\Roaming\arduino-ide. It seems that the data is cached there for some reason?

Thanks Pert, unfortunately deleting Roaming\aruino-ide directory stops any programmers, etc showing up...

If you close the Tools menu and then open it again, do you then see a Programmers item in it? The reason I ask is because the Arduino IDE 2.x has a quirky behavior where thing sort of work in an "asynchronous" manner, so if some platform or library or sketches are still loading and you open a menu, then it will simply not show the unloaded items. This is different from the classic ARduino IDE, which would just block the loading of the menu until everything was ready.

No, it never appears, only way I could fix it was to uninstall and reinstall the MightyCore in Boards Manager (and reupdate programmers.txt with the ide closed before selecting the 1284)

FYI, for any one finding this in future - to get the AVR Dragon working I had to add a program.extra_params config line, otherwise I got a {program.extra_params} appearing in the command line which broke things.

dragon_jtag.name=Dragon JTAG (KW)
dragon_jtag.communication=usb
dragon_jtag.protocol=dragon_jtag
dragon_jtag.program.protocol=dragon_jtag
dragon_jtag.program.tool=avrdude
dragon_jtag.program.extra_params=-P usb

Thanks for the above.

I had exactly the same problem but with MiniCore. I use a home made Atmega32U4 programmer. Selecting Atmega328 as processor there was no "Arduino as ISP (Atmega32U4)". I copied it from the Uno Programmers.txt but it refused to show. I then changed "AVR ISP (MiniCore)" to match the details and it worked. I could not change the "AVR ISP..." label - any change was ignored.

If I selected the Atmega168, instead of Atmega328, the (Atmega32U4) programmer was available.

After reading the above I uninstalled MiniCore. Changed the current processor to UNO and re-installed MiniCore. Next closed the IDE and first updated the MiniCore Programmers.txt. Restarted and the "Atmega32U4" option was now available for the Atmega328 and works just fine.

I did delete Roaming/Arduino IDE but it did not help. I think there might be some caching elsewhere.

Willem.

It's Roaming/arduino-ide. Confusingly, there are multiple data folders used by Arduino IDE 2.x on Windows with similar, but slightly different names.

Oops. You are right. There is a folder by that name and it might have worked, if I deleted that one. A bit late now.

What is saved in Roaming/Arduino IDE? It does create new log files when opening IDE 2.0.x. I ask since I can restore the original contents if needed by something.

Thanks for the reply.

Willem.

I only have logs in mine. So I think it's perfectly fine to delete it. I regularly delete all three because I'm a beta tester and I sometimes need to simulate a fresh install. I have never noticed any ill effects from it, other than losing my preferences setting (those are in yet another similarly named folder: C:\Users\<user name>\.arduinoIDE)

Yes there were only logs.

Just changed the label for "AVR ISP (MiniCore). Restarted the IDE and the change did not show. I then deleted "Roaming/arduino-ide" and it did indeed reset and now shows the change.

Need to remember that one. Yes, all the preferences are also dropped. I do not have too many changes so can live with that. (Now need to reverse the test change).

The startup time for IDE 2, however, is a bit of a pain.

Willem.

EDIT: Hey Pert, do you ever sleep? You seem to be always available for replying to problems. Thanks for your dedication.

I am going to pursue this issue with the developers. I think the IDE would cause a lot of confusion for platform developers if programmers handling was left as-is even after it gets out of the beta testing phase.

Haha! Yes, but with a somewhat odd and irregular schedule due to living in the US but working with the mostly Europe-based Arduino team. And whenever I'm not sleeping I'm doing Arduino things.

You're welcome. I'm glad if I am able to make some small contributions to the Arduino project.

2 Likes

I can associate with that. I worked for most of my career the other way round. Most people could not understand why I do not get up at six in the morning (still have problems to adapt).

Willem.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.

This issue is now tracked by the IDE developers here: