/home/gary/projects/avr-toolchain/avr/bin/avr-gcc -g -Wall -O2 -mmcu=avr6 -D __COMPILING_AVR_LIBC__ -Wa,-gstabs -c -o main.o main.c main.c:3: warning: return type defaults to 'int' main.c: In function 'main': main.c:7: warning: control reaches end of non-void function /home/gary/projects/avr-toolchain/avr/bin/avr-gcc -g -Wall -O2 -mmcu=avr6 -D __COMPILING_AVR_LIBC__ -Wa,-gstabs -Wl,-Map,main.map -o main.elf main.o main.o: In function `main': /mnt/hdc1/gary/projects/avr-toolchain/test/html/obj/avr6/simple/main.c:3: undefined reference to `__stack' /mnt/hdc1/gary/projects/avr-toolchain/test/html/obj/avr6/simple/main.c:3: undefined reference to `__stack' make: *** [main.elf] Error 1