hallo
ich habe ein kleines problem:
ich habe mir AsuroFlash v1.6.8.65 (1. beitrag) installiert und winAVR20081124rc3.
ich wollte es einfach nur testen, in dem ich das template-file compiliere. aber dann kommt bei mir folgende fehlermeldung:
Code:
>Session Environment Variables:
AF_AVRDIR=C:\ASURO\WinAVR-20081124rc3
AF_PROJECT=Project1
AF_SOURCE_FILES=new.c ..\lib_v280\lib\asuro.c
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\ASURO\AsuroFlash
AF_PRJDIR=C:\ASURO\Test_AF
AF_ASURO_LIB_PATH=C:\ASURO\lib_v280\lib
File new.c saved.
File asuro.c saved.
File asuro.h saved.
>Default make_all.cmd file created.
>Default makefile created.
Make
C:\ASURO\Test_AF>C:\ASURO\WinAVR-20081124rc3\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=..\lib_v280\lib\asuro.lst -IC:\ASURO\AsuroFlash\include ..\lib_v280\lib\asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ..\lib_v280\lib\asuro.d; \
[ -s ..\lib_v280\lib\asuro.d ] || rm -f ..\lib_v280\lib\asuro.d
0 [main] sh 1172 sync_with_child: child 4368(0x140) died before initialization with status code 0x0
ExitCode 259
>Ready.
habe ich da etwas falsch eingestellt, oder wo könnte das problem liegen?
kurz zur info:
mein programm
Code:
#include <asuro.h>
int main(void)
{
while (1)
{
}
while (1) {}
return 0;
}
der quellcode befindet sich in C:\ASURO\Test_AF und heißt neu.c
das projekt ist im selben ordner und heißt Project.aprj
winAVR ist im ordner C:\ASURO\WinAVR-20081124rc3
und die lib in C:\ASURO\lib_v280 (hier bin ich mir nicht sicher, ob ich den unterordner lib noch angeben muss, oder nicht. es funkionirt aber beide male nicht)
ich würde mich freuen, wenn mir bis freitag noch jemand helfen könnte, denn dan würde ich es in der schule brauchen
schon mal danke für die hoffentlich hilfreichen antworten
Lesezeichen