Hallo,

Ich habe leider auch ein merkwürdiges Problem, allerdings beim Kompilieren von einem Programm (ASURO). Eigentlich macht das makefile das, was es immer machen sollte, aber immer erscheint eine komische Fehlermeldung:

...

avr-gcc -c -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=myProgram.lst myProgram.c -o myProgram.o
avr-gcc -c -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/AsuroLib/lib/asuro.lst C:/AsuroLib/lib/asuro.c -o asuro.o
avr-gcc -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -IC:/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=myProgram.o myProgram.o asuro.o --output myProgram.elf -Wl,-Map=myProgram.map,--cref -LC:/AsuroLib/lib -lm -lasuro



Das ist bei mir rot geschrieben und ist offensichtlich ein Fehler. Sonst sind aber keine anderen Warnungen oder Errors vorganden..

C:\WinAVR\bin\..\lib\gcc-lib\avr\3.3.1\..\..\..\..\avr\bin\ld.exe: BFD 2.14 20030612 + coff-avr-patch (20030831) internal error, aborting at ../../bfd/reloc.c line 444 in bfd_get_reloc_size


Am Ende sagt er dann ein Error...


C:\WinAVR\bin\..\lib\gcc-lib\avr\3.3.1\..\..\..\..\avr\bin\ld.exe: Please report this bug.

make: *** [myProgram.elf] Error 1

> Process Exit Code: 2

Kann mir irgendjemand helfen dabei?
danke im Vorraus
lg