Hello,
The verbose doesn't appear at compilation like older releases of Arduino IDE, I want the verbose for getting the info of arguments for Atmel Studio 7.
Could you tell me where to get it in the new release ?
Hello,
The verbose doesn't appear at compilation like older releases of Arduino IDE, I want the verbose for getting the info of arguments for Atmel Studio 7.
Could you tell me where to get it in the new release ?
You can enable it via the File > Preferences > Show verbose output during: checkboxes.
pert:
You can enable it via the File > Preferences > Show verbose output during: checkboxes.
I did, and I know this check from the previous release, but now with the new release even when I enable the verbose, the arguments don't show up, I just get a lot of lines that don't have the arguments.
This is what I get:
F:\Program Files\Arduino\arduino-builder -dump-prefs -logger=machine -hardware F:\Program Files\Arduino\hardware -tools F:\Program Files\Arduino\tools-builder -tools F:\Program Files\Arduino\hardware\tools\avr -built-in-libraries F:\Program Files\Arduino\libraries -libraries C:\Users\R1S8k\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328old -vid-pid=1A86_7523 -ide-version=10809 -build-path C:\Users\R1S8k\AppData\Local\Temp\arduino_build_956244 -warnings=default -build-cache C:\Users\R1S8k\AppData\Local\Temp\arduino_cache_112147 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=F:\Program Files\Arduino\hardware\tools\avr -verbose F:\Program Files\Arduino\examples\01.Basics\Blink\Blink.ino
F:\Program Files\Arduino\arduino-builder -compile -logger=machine -hardware F:\Program Files\Arduino\hardware -tools F:\Program Files\Arduino\tools-builder -tools F:\Program Files\Arduino\hardware\tools\avr -built-in-libraries F:\Program Files\Arduino\libraries -libraries C:\Users\R1S8k\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328old -vid-pid=1A86_7523 -ide-version=10809 -build-path C:\Users\R1S8k\AppData\Local\Temp\arduino_build_956244 -warnings=default -build-cache C:\Users\R1S8k\AppData\Local\Temp\arduino_cache_112147 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=F:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=F:\Program Files\Arduino\hardware\tools\avr -verbose F:\Program Files\Arduino\examples\01.Basics\Blink\Blink.ino
Using board 'nano' from platform in folder: F:\Program Files\Arduino\hardware\arduino\avr
Using core 'arduino' from platform in folder: F:\Program Files\Arduino\hardware\arduino\avr
Detecting libraries used...
"F:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IF:\\Program Files\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IF:\\Program Files\\Arduino\\hardware\\arduino\\avr\\variants\\eightanaloginputs" "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244\\sketch\\Blink.ino.cpp" -o nul
Generating function prototypes...
"F:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IF:\\Program Files\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IF:\\Program Files\\Arduino\\hardware\\arduino\\avr\\variants\\eightanaloginputs" "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244\\sketch\\Blink.ino.cpp" -o "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"F:\\Program Files\\Arduino\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"F:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IF:\\Program Files\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IF:\\Program Files\\Arduino\\hardware\\arduino\\avr\\variants\\eightanaloginputs" "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244\\sketch\\Blink.ino.cpp" -o "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244\\sketch\\Blink.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core: C:\Users\R1S8k\AppData\Local\Temp\arduino_cache_112147\core\core_arduino_avr_nano_cpu_atmega328old_a186c882d6f65c533395ffb27e4ab25d.a
Linking everything together...
"F:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-gcc" -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244/Blink.ino.elf" "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244\\sketch\\Blink.ino.cpp.o" "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244/..\\arduino_cache_112147\\core\\core_arduino_avr_nano_cpu_atmega328old_a186c882d6f65c533395ffb27e4ab25d.a" "-LC:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244" -lm
"F:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244/Blink.ino.elf" "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244/Blink.ino.eep"
"F:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244/Blink.ino.elf" "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244/Blink.ino.hex"
"F:\\Program Files\\Arduino\\hardware\\tools\\avr/bin/avr-size" -A "C:\\Users\\R1S8k\\AppData\\Local\\Temp\\arduino_build_956244/Blink.ino.elf"
Sketch uses 930 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
Sorry, I don't understand what you mean by "arguments". Would you mind providing more information on this so I can understand? An example would be helpful.
pert:
Sorry, I don't understand what you mean by "arguments". Would you mind providing more information on this so I can understand? An example would be helpful.
I want to program my arduino with Atmel Studio 7, in the previous Arduino release, I did this method and it worked to identify the verbose of the Arduino board, by enabling the verbose from the preferences. Then get the info from the compilation, but now in the Arduino 1.8.9, I can't do it.
Like in this video:
[https://www.youtube.com/watch?v=zEbSQaQJvHI]Atmel Studio 7 - Programming the Arduino Uno via the bootloader without programmer.](https://www.youtube.com/watch?v=zEbSQaQJvHI)
So you're just trying to get the avrdude command? You get that by checking the box next to "Show verbose output during: upload". Here's what the verbose upload output looks like when I upload to an Uno with Arduino IDE 1.8.9:
Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
C:\Users\per\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino14/bin/avrdude -CC:\Users\per\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino14/etc/avrdude.conf -v -patmega328p -carduino -PCOM33 -b115200 -D -Uflash:w:C:\Users\per\AppData\Local\Temp\arduino_build_56287/sketch_may13a.ino.hex:i
avrdude: Version 6.3-20171130
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Users\per\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino14/etc/avrdude.conf"
Using Port : COM33
Using Programmer : arduino
Overriding Baud Rate : 115200
AVR Part : ATmega328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
Programmer Type : Arduino
Description : Arduino
Hardware Version: 3
Firmware Version: 4.4
Vtarget : 0.3 V
Varef : 0.3 V
Oscillator : 28.800 kHz
SCK period : 3.3 us
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e950f (probably m328p)
avrdude: reading input file "C:\Users\per\AppData\Local\Temp\arduino_build_56287/sketch_may13a.ino.hex"
avrdude: writing flash (444 bytes):
Writing | ################################################## | 100% 0.08s
avrdude: 444 bytes of flash written
avrdude: verifying flash memory against C:\Users\per\AppData\Local\Temp\arduino_build_56287/sketch_may13a.ino.hex:
avrdude: load data flash data from input file C:\Users\per\AppData\Local\Temp\arduino_build_56287/sketch_may13a.ino.hex:
avrdude: input file C:\Users\per\AppData\Local\Temp\arduino_build_56287/sketch_may13a.ino.hex contains 444 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.06s
avrdude: verifying ...
avrdude: 444 bytes of flash verified
avrdude done. Thank you.
That contains the full avrdude command just like in the video.
Sorry, you're right!
I thought I only get that with compilation.
Yup, I got them ! thanks dude
You're welcome. I'm glad if I was able to be of assistance. Enjoy!
Per