ПОМОГИТЕ.ПЛИИЗ
теперь так
- Код: Выделить всё • Развернуть
> "make.exe" all
-------- begin --------
avr-gcc (WinAVR 20080610) 4.3.0
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiling C: mytest.c
avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./mytest.lst -std=gnu99 -Wundef -MMD -MP -MF .dep/mytest.o.d mytest.c -o mytest.o
In file included from mytest.c:2:
c:/robots/avr/lib/gcc/../../avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>."
Linking: mytest.elf
avr-gcc -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=mytest.o -std=gnu99 -Wundef -MMD -MP -MF .dep/mytest.elf.d mytest.o --output mytest.elf -Wl,-Map=mytest.map,--cref -lm
Creating load file for Flash: mytest.hex
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature mytest.elf mytest.hex
Creating load file for EEPROM: mytest.eep
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
--change-section-lma .eeprom=0 --no-change-warnings -O ihex mytest.elf mytest.eep || exit 0
Creating Extended Listing: mytest.lss
avr-objdump -h -S -z mytest.elf > mytest.lss
Creating Symbol Table: mytest.sym
avr-nm -n mytest.elf > mytest.sym
Size after:
AVR Memory Usage
----------------
Device: atmega8
Program: 142 bytes (1.7% Full)
(.text + .data + .bootloader)
Data: 0 bytes (0.0% Full)
(.data + .bss + .noinit)
-------- end --------
> Process Exit Code: 0
> Time Taken: 00:02