Странно, вот скопилило.
Target folder: E:
Source name: E:\avr.fcfx
Title:
Description:
Device: AVR.ATMEGA.ATMEGA328P
Generated by: Flowcode v8.0.0.6
Date: Monday, December 03, 2018 21:40:42
Users: 1
Registered to:
License key: *****
http://www.matrixtsl.com
Launching the compiler...
C:\Program Files (x86)\Flowcode\Common\Compilers\avr\batchfiles\avra.bat atmega328p "E:\avr.elf" "E:\avr.c" "E:\avr.lst"
E:\>"C:\PROGRA~3\Flowcode\Common\COMPIL~1\avr\BATCHF~1\..\bin\avr-gcc.exe" -mmcu=atmega328p -Os -ffunction-sections -fdata-sections -funsigned-char -o "E:\avr.elf" "E:\avr.c" -lm -Wl,-gc-sections
E:\>"C:\PROGRA~3\Flowcode\Common\COMPIL~1\avr\BATCHF~1\..\bin\avr-objdump.exe" -S "E:\avr.elf" 1>"E:\avr.lst"
E:\>"C:\PROGRA~3\Flowcode\Common\COMPIL~1\avr\BATCHF~1\..\bin\avr-size.exe" -B -d "E:\avr.elf"
text data bss dec hex filename
164 0 0 164 a4 E:\avr.elf
Compilation successful!
Launching the linker/assembler...
C:\Program Files (x86)\Flowcode\Common\Compilers\avr\batchfiles\avrb.bat "E:\avr.elf" "E:\avr.hex" "E:\avr.cof"
E:\>"C:\PROGRA~3\Flowcode\Common\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O ihex -R .eeprom "E:\avr.elf" "E:\avr.hex"
HEX file creation successful!
E:\>"C:\PROGRA~3\Flowcode\Common\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O coff-avr -R .eeprom "E:\avr.elf" "E:\avr.cof"
COFF file creation successful!
FINISHED