C:\Programme\Asuro>make all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -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 (GCC) 3.3.1
Copyright (C) 2003 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 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
test.c: In function `main':
test.c:30: warning: implicit declaration of function `SerPrint'
test.c:31: warning: implicit declaration of function `PrintInt'
test.c:35: warning: statement with no effect
avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst asuro.c -o asuro.o
asuro.c: In function `Init':
asuro.c:172: error: `autoencode' undeclared (first use in this function)
asuro.c:172: error: (Each undeclared identifier is reported only once
asuro.c:172: error: for each function it appears in.)
asuro.c: In function `__vector_4':
asuro.c:208: error: `count36kHz' undeclared (first use in this function)
asuro.c:210: error: `timebase' undeclared (first use in this function)
asuro.c: In function `__vector_2':
asuro.c:247: error: `switched' undeclared (first use in this function)
asuro.c: In function `__vector_14':
asuro.c:282: error: `autoencode' undeclared (first use in this function)
asuro.c:300: error: `encoder' undeclared (first use in this function)
make: *** [asuro.o] Error 1
> Process Exit Code: 2
Lesezeichen