шутку понял))))
мне вот что выдало....
> "make.exe" all
-------- begin --------
avr-gcc (WinAVR 20081205) 4.3.2
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: my_test.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=./my_test.lst -std=gnu99 -MMD -MP -MF .dep/my_test.o.d my_test.c -o my_test.o
In file included from my_test.c:9:
c:/winavr-20081205/lib/gcc/../../avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>."
Linking: my_test.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=my_test.o -std=gnu99 -MMD -MP -MF .dep/my_test.elf.d my_test.o --output my_test.elf -Wl,-Map=my_test.map,--cref -lm
Creating load file for Flash: my_test.hex
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock my_test.elf my_test.hex
Creating load file for EEPROM: my_test.eep
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
--change-section-lma .eeprom=0 --no-change-warnings -O ihex my_test.elf my_test.eep || exit 0
Creating Extended Listing: my_test.lss
avr-objdump -h -S -z my_test.elf > my_test.lss
Creating Symbol Table: my_test.sym
avr-nm -n my_test.elf > my_test.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:17
насколько понимаю все получилось???
или ниче не получилось ???(Отредактировано автором: 18 Февраля, 2009 - 20:44:46) |