Ich benutze Asuroflash
Das ist der Ferhler report
Code:
Asuro Flash (Alias Eierlegendewollmilchsau) V1.4.6.56 (c) O.O. Müller 2008
User has admin rights.
Processor branding Genuine Intel(R) CPU T2500 @ 2.00GHz, OS WINXP
Hello Administrator on DONALD, have fun :)
>Session Environment Variables:
AF_AVRDIR=C:\WinAVR
AF_PROJECT=Project1
AF_SOURCE_FILES=
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Programme\AsuroFlash
AF_PRJDIR=C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\AsuroFlash
AF_ASURO_LIB_PATH=%AllUsersProfile%\asuro_lib\lib
>Ready.
>Session Environment Variables:
AF_AVRDIR=C:\WinAVR
AF_PROJECT=test1
AF_SOURCE_FILES=test1.c
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Programme\AsuroFlash
AF_PRJDIR=C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\AsuroFlash
AF_ASURO_LIB_PATH=%AllUsersProfile%\asuro_lib\lib
File test1.c saved.
>Default make_all.cmd file created.
>Default makefile created.
Make
C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\AsuroFlash>C:\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=test1.lst -IC:\Programme\AsuroFlash\include test1.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test1.d; \
[ -s test1.d ] || rm -f test1.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=test1.lst -IC:\Programme\AsuroFlash\include test1.c -o test1.o
test1.c:1:19: asuro.h: No such file or directory
test1.c: In function `main':
test1.c:5: warning: implicit declaration of function `Init'
test1.c:6: warning: implicit declaration of function `FrontLED'
test1.c:6: error: `ON' undeclared (first use in this function)
test1.c:6: error: (Each undeclared identifier is reported only once
test1.c:6: error: for each function it appears in.)
test1.c:7: warning: implicit declaration of function `MotorDir'
test1.c:7: error: `FWD' undeclared (first use in this function)
test1.c:10: warning: implicit declaration of function `LineData'
test1.c:13: warning: implicit declaration of function `MotorSpeed'
make.exe: *** [test1.o] Error 1
ExitCode 2
>Ready.
ich vermute mal das er irgendwelche dataien nicht finden kann?
Lesezeichen