Teraz mam problem przy wgrywaniu softu

Cyt:
Programmer „ATB-FT232R” could not initialize the target hardware.
Please check that target hardware is connected correctly.
Reson:
Avrdude initialization failed rc-1.
Kompilacja przebiegła chyba bez problemu.
Cyt:
19:16:45 **** Build of configuration Release for project ROZLUTOWNICA ****
make all
'Building file: ../lut987_v2/hw.c'
'Invoking: AVR Compiler'
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega8a -DF_CPU=1000000UL -MMD -MP -MF"lut987_v2/hw.d" -MT"lut987_v2/hw.o" -c -o "lut987_v2/hw.o" "../lut987_v2/hw.c"
'Finished building: ../lut987_v2/hw.c'
' '
'Building file: ../lut987_v2/lcd.c'
'Invoking: AVR Compiler'
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega8a -DF_CPU=1000000UL -MMD -MP -MF"lut987_v2/lcd.d" -MT"lut987_v2/lcd.o" -c -o "lut987_v2/lcd.o" "../lut987_v2/lcd.c"
'Finished building: ../lut987_v2/lcd.c'
' '
'Building file: ../lut987_v2/lut987_v2.c'
'Invoking: AVR Compiler'
avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega8a -DF_CPU=1000000UL -MMD -MP -MF"lut987_v2/lut987_v2.d" -MT"lut987_v2/lut987_v2.o" -c -o "lut987_v2/lut987_v2.o" "../lut987_v2/lut987_v2.c"
'Finished building: ../lut987_v2/lut987_v2.c'
' '
'Building target: ROZLUTOWNICA.elf'
'Invoking: AVR C Linker'
avr-gcc -Wl,-Map,ROZLUTOWNICA.map -mmcu=atmega8a -o "ROZLUTOWNICA.elf" ./lut987_v2/hw.o ./lut987_v2/lcd.o ./lut987_v2/lut987_v2.o
'Finished building target: ROZLUTOWNICA.elf'
' '
'Invoking: AVR Create Extended Listing'
avr-objdump -h -S ROZLUTOWNICA.elf >"ROZLUTOWNICA.lss"
'Finished building: ROZLUTOWNICA.lss'
' '
'Create Flash image (ihex format)'
avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex ROZLUTOWNICA.elf "ROZLUTOWNICA.hex"
'Finished building: ROZLUTOWNICA.hex'
' '
'Create eeprom image (ihex format)'
avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex ROZLUTOWNICA.elf "ROZLUTOWNICA.eep"
'Finished building: ROZLUTOWNICA.eep'
' '
'Invoking: Print Size'
avr-size --format=avr --mcu=atmega8a ROZLUTOWNICA.elf
AVR Memory Usage
----------------
Device: atmega8a
Program: 7894 bytes (96.4% Full)
(.text + .data + .bootloader)
Data: 88 bytes (8.6% Full)
(.data + .bss + .noinit)
EEPROM: 21 bytes (4.1% Full)
(.eeprom)
'Finished building: sizedummy'
' '
19:16:46 Build Finished (took 1s.391ms)
Oprogramowanie jest do rozlutownicy z kitu AVT 987 i poprawiłem tylko jedną linijkę.
Cyt:
u08 StanZal = ST_WYL;
Chyba w Eclipse muszę coś przestawić, a może coś z toolchainem?
Ten program był chyba napisany w AVR Studio, przeniosłem do Eclipse według porady Mirka w filmiku z płytki.
------------------------ [ Dodano po: 3 minutach ]Pamiętam coś o spowolnieniu:
-B 4800
może to to?