Hallo

Bis jetzt habe ich gesucht ob ich wo das gleiche Problem finde aber dies ist sehr schwierig finde ich zumindest

Nochmal kurz mein Problem:
Mein compiler erstellt kein Test.hex das ich flashen könnte

Ich denke das er nicht weiß was er compileiren soll und daher immer eine leere datei compiliert und nicht mein test.c
Ich muss doch irgendwo angeben welches file er compilieren soll
(folder und comand ) oder das habe ich zumindest beim PN 2003 gemacht


Hier nochmal mein Ergebniss nach dem Cmpilieren
Code:
> "make.exe" all
set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst 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 (WinAVR 20100110) 4.3.3
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.




make.exe: *** No rule to make target `test.hex', needed by `all'.  Stop.




> Process Exit Code: 2
> Time Taken: 00:01
Bitte gebt mir einen Tipp was es da hat weil ich kann nichts mehr compiliren und auch keine neuen Programme mehr schreiben

Lg