Witam, zrobiłem sobie wyświetlacz na ATtiny2313 ze strony Link, podczas tworzenia pliku .hex wyświetliło mi jeden warning tu daje cały raport.
Co to niby jest?
Co to niby jest?
Cytat:Build started 13.8.2009 at 14:10:12
avr-gcc -mmcu=attiny2313 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT LCD.o -MF dep/LCD.o.d -c ../LCD.c
In file included from ../LCD.c:9:
d:/winavr-20090313/lib/gcc/../../avr/include/util/delay.h:85:3: warning: #warning "F_CPU not defined for <util/delay.h>"
avr-gcc -mmcu=attiny2313 -Wl,-Map=LCD.map LCD.o -o LCD.elf
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature LCD.elf LCD.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex LCD.elf LCD.eep || exit 0
avr-objdump -h -S LCD.elf > LCD.lss
AVR Memory Usage
----------------
Device: attiny2313
Program: 508 bytes (24.8% Full)
(.text + .data + .bootloader)
Data: 14 bytes (10.9% Full)
(.data + .bss + .noinit)
Build succeeded with 1 Warnings...
