Servus @ all,
so habe jetzt nochmals Alles deinstalliert und nun nach den Anleitung in der Lib neuinstalliert.
Wenn ich nun ein eigenes Projekt anfertige und compiliere kommt folgende Fehlermeldungen
Code:
> "C:\ASURO_SRC\FirstTry\Test-all.bat"
C:\ASURO_SRC\FirstTry>make all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -IC:/ASURO_SRC/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/ASURO_SRC/AsuroLib/lib/asuro.lst C:/ASURO_SRC/AsuroLib/lib/asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -IC:/ASURO_SRC/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
[ -s test.d ] || rm -f test.d
-------- begin --------
avr-gcc --version
avr-gcc (WinAVR 20090313) 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.
avr-gcc -c -mmcu=atmega8 -I. -g -Os -IC:/ASURO_SRC/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
avr-gcc -c -mmcu=atmega8 -I. -g -Os -IC:/ASURO_SRC/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/ASURO_SRC/AsuroLib/lib/asuro.lst C:/ASURO_SRC/AsuroLib/lib/asuro.c -o asuro.o
avr-gcc -mmcu=atmega8 -I. -g -Os -IC:/ASURO_SRC/AsuroLib/lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.o test.o asuro.o --output test.elf -Wl,-Map=test.map,--cref -LC:/ASURO_SRC/AsuroLib/lib -lm -lasuro
c:/winavr-20090313/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/avr4/crtm8.o:(.init9+0x0): undefined reference to `main'
make: *** [test.elf] Error 1
> Process Exit Code: 2
> Time Taken: 00:01
Wäre wahnsinnig nett wenn mir da jemand was zu sagen könnte.
MfG Jurii
Lesezeichen