Hallo,
Das ist die ganze Ausgabe, hoffentlich hilft dir (mir^^) das weiter.
Code:
>Ready.
>Session Environment Variables:
AF_AVRDIR=C:\AsuroFlash\WinAVR-20090313
AF_PROJECT=Megatest
AF_SOURCE_FILES=new.c
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\AsuroFlash
AF_PRJDIR=C:\Dokumente und Einstellungen\ama\Desktop\AsuroTest
AF_LIB_PATH=%AllUsersProfile%/AsuroFlash/asuro-lib/lib
File new.c saved.
>Default make_all.cmd file created.
>Default makefile created.
Make
C:\Dokumente und Einstellungen\ama\Desktop\AsuroTest>C:\AsuroFlash\WinAVR-20090313\utils\bin\make all
set -e; avr-gcc -MM -mmcu=atmega168 -DF_CPU=8000000UL -I. -g -Os -I"C:\Dokumente und Einstellungen\All Users/AsuroFlash/asuro-lib/lib/inc" -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms="new.lst" "new.c" \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > "new.d"; \
[ -s new.d ] || rm -f "new.d"
-------- begin --------
avr-gcc --version
avr-gcc (WinAVR 20090313) 4.3.2
Copyright (C) 2008 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=atmega168 -DF_CPU=8000000UL -I. -g -Os -I"C:\Dokumente und Einstellungen\All Users/AsuroFlash/asuro-lib/lib/inc" -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms="new.lst" "new.c" -o new.o
new.c:1:19: error: asuro.h: No such file or directory
make: *** [new.o] Error 1
ExitCode 2
EDIT:
Hab es grad selbst hinbekommen... Lesen hilft halt macnhmal ^^
Danke trotzdem! Die Variable für die Library war falsch gesetzt, sah aber auf den ersten Blick richtig aus...
Und nochwas allgemeines zum Programm. Wäre es möglich dass die AsuroFlash.ini nicht aus den Anwendungsdaten geladen wird, sondern direkt aus dem Programmordner?
Dann hätte man eine portable Version...
Lesezeichen