So, jetzt hab ich zwar dei Schaltflächen bekomm aber immer wieder folgende Fehlermeldung:
Code:Asuro Flash (Alias Eierlegendewollmilchsau) V1.1.5.30 (c) O.O. Müller 2006 User has admin rights. Processor , OS WINXP Hello Tom on PAUL, have fun :) Session Environment Variables: AF_AVRDIR=C:\Programme\Asuro\WinAVR AF_PROJECT=Project1 AF_SOURCE_FILES= AF_ASM_SRC_FILES= AF_PRGDIR=C:\Programme\Asuro\AsuroFlash >Ready. File saved as C:\Programme\Asuro\AsuroFlash\test.c Session Environment Variables: AF_AVRDIR=C:\Programme\Asuro\WinAVR AF_PROJECT=test AF_SOURCE_FILES=test.c AF_ASM_SRC_FILES= AF_PRGDIR=C:\Programme\Asuro\AsuroFlash File test.c saved. Default make_all.cmd file created. Default makefile created. Make C:\Programme\Asuro\AsuroFlash>C:\Programme\Asuro\WinAVR\utils\bin\make.exe 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 -IC:\Programme\Asuro\AsuroFlash\include 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) 4.2.2 (WinAVR 20071221) Copyright (C) 2007 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 -IC:\Programme\Asuro\AsuroFlash\include test.c -o test.o test.c:1:19: error: asuro.h: No such file or directory test.c:3: warning: return type of 'main' is not 'int' test.c: In function 'main': test.c:9: warning: 'return' with a value, in function returning void make: *** [test.o] Error 1 ExitCode 2 Ready. File test.c saved. Session Environment Variables: AF_AVRDIR=C:\Programme\Asuro\WinAVR AF_PROJECT=test AF_SOURCE_FILES=test.c AF_ASM_SRC_FILES= AF_PRGDIR=C:\Programme\Asuro\AsuroFlash File test.c saved. Default make_all.cmd file created. Default makefile created. Make C:\Programme\Asuro\AsuroFlash>C:\Programme\Asuro\WinAVR\utils\bin\make.exe 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 -IC:\Programme\Asuro\AsuroFlash\include test.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \ [ -s test.d ] || rm -f test.d test.c:1:54: error: asuro.h: No such file or directory 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 -IC:\Programme\Asuro\AsuroFlash\include test.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \ [ -s test.d ] || rm -f test.d test.c:1:54: error: asuro.h: No such file or directory -------- begin -------- avr-gcc --version avr-gcc (GCC) 4.2.2 (WinAVR 20071221) Copyright (C) 2007 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 -IC:\Programme\Asuro\AsuroFlash\include test.c -o test.o test.c:1:54: error: asuro.h: No such file or directory test.c:3: warning: return type of 'main' is not 'int' test.c: In function 'main': test.c:9: warning: 'return' with a value, in function returning void make: *** [test.o] Error 1 ExitCode 2 Ready. File saved as C:\Programme\Asuro\AsuroFlash\test.c Session Environment Variables: AF_AVRDIR=C:\Programme\Asuro\WinAVR AF_PROJECT=test AF_SOURCE_FILES=..\test.c AF_ASM_SRC_FILES= AF_PRGDIR=C:\Programme\Asuro\AsuroFlash File test.c saved. Default make_all.cmd file created. Default makefile created. Make C:\Programme\Asuro\AsuroFlash\FirstTry>C:\Programme\Asuro\WinAVR\utils\bin\make.exe 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 -IC:\Programme\Asuro\AsuroFlash\include ..\test.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ..\test.d; \ [ -s ..\test.d ] || rm -f ..\test.d avr-gcc.exe: ..test.c: No such file or directory avr-gcc.exe: no input files -------- begin -------- avr-gcc --version avr-gcc (GCC) 4.2.2 (WinAVR 20071221) Copyright (C) 2007 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 -IC:\Programme\Asuro\AsuroFlash\include ..\test.c -o ..\test.o ..\test.c:1:54: error: asuro.h: No such file or directory ..\test.c:3: warning: return type of 'main' is not 'int' ..\test.c: In function 'main': ..\test.c:9: warning: 'return' with a value, in function returning void make: *** [..\test.o] Error 1 ExitCode 2 Ready. Session Environment Variables: AF_AVRDIR=C:\Programme\Asuro\WinAVR AF_PROJECT=test AF_SOURCE_FILES=..\test.c test.c AF_ASM_SRC_FILES= AF_PRGDIR=C:\Programme\Asuro\AsuroFlash Default make_all.cmd file created. Default makefile created. Make C:\Programme\Asuro\AsuroFlash\FirstTry>C:\Programme\Asuro\WinAVR\utils\bin\make.exe 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 -IC:\Programme\Asuro\AsuroFlash\include test.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \ [ -s test.d ] || rm -f test.d test.c:1:19: error: asuro.h: No such file or directory -------- begin -------- avr-gcc --version avr-gcc (GCC) 4.2.2 (WinAVR 20071221) Copyright (C) 2007 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. make: *** No rule to make target `test.hex', needed by `all'. Stop. ExitCode 2 Ready. File saved as C:\Programme\Asuro\AsuroFlash\FirstTry\test.c Session Environment Variables: AF_AVRDIR=C:\Programme\Asuro\WinAVR AF_PROJECT=test AF_SOURCE_FILES=..\test.c test.c AF_ASM_SRC_FILES= AF_PRGDIR=C:\Programme\Asuro\AsuroFlash Default make_all.cmd file created. Default makefile created. Make C:\Programme\Asuro\AsuroFlash\FirstTry>C:\Programme\Asuro\WinAVR\utils\bin\make.exe 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 -IC:\Programme\Asuro\AsuroFlash\include test.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \ [ -s test.d ] || rm -f test.d test.c:1:54: error: asuro.h: No such file or directory -------- begin -------- avr-gcc --version avr-gcc (GCC) 4.2.2 (WinAVR 20071221) Copyright (C) 2007 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. make: *** No rule to make target `test.hex', needed by `all'. Stop. ExitCode 2 Ready.







Zitieren

Lesezeichen