https://sourceware.org/bugzilla/show_bug.cgi?id=27022
Bug ID: 27022 Summary: avr-size (avr-binutils v2.35) don't' accept --formart=avr Product: binutils Version: 2.35 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: lul at isep dot ipp.pt Target Milestone: --- Using avr eclipse plugin in fedora 33, when compile the following error appear: Invoking: Print Size avr-size --format=avr --mcu=atmega2560 BlinkTest1.elf avr-size: invalid argument to --format: avr Usage: avr-size [option(s)] [file(s)] Displays the sizes of sections inside binary files If no input file(s) are specified, a.out is assumed The options are: -A|-B|-C|-G --format={sysv|berkeley|avr|gnu} Select output style (default is berkeley) --mcu=<avrmcu> MCU name for AVR format only -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex -t --totals Display the total sizes (Berkeley only) --common Display total size for *COM* syms --target=<bfdname> Set the binary file format Finished building: sizedummy @<file> Read options from <file> -h --help Display this information -v --version Display the program's version avr-size: supported targets: elf32-avr elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin make: [makefile:77: sizedummy] Error 1 (ignored) if change make file to avr-size -C --mcu=atmega2560 BlinkTest1.elf it works correctly. -- You are receiving this mail because: You are on the CC list for the bug.