Habe schnell mal versucht mit Pfadnamen ohne Leerzeichen. Jetzt komme ich zwar weiter, habe jedoch immer noch eine (neue) Fehlermeldung:
Code:
> "make.exe" all
-------- begin Volker Code Makefile --------> SelfTest DIRAVR: C:/WinAVR-20100110 LIBFILE: I:/Asuro_Lib/lib/asuro VPATH: I:/Asuro_Lib/lib
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.

avr-gcc -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=SelfTest.o SelfTest.o asuro.o Test.o main.o Demo.o LineDemo.o IRDemo.o PCDemo.o RechteckDemo.o   --output SelfTest.elf -Wl,-Map=SelfTest.map,--cref -LI:/Asuro_Lib/lib -lm -lI:/Asuro_Lib/lib/asuro
c:/winavr-20100110/bin/../lib/gcc/avr/4.3.3/../../../../avr/bin/ld.exe: cannot find -lI:/Asuro_Lib/lib/asuro
make.exe: *** [SelfTest.elf] Error 1

> Process Exit Code: 2
> Time Taken: 00:00
Die Datei asuro.c liegt bei mir im Verzeichnis I:/Asuro_Lib/lib
Code:
 Volume in drive I is Dell_Data_Disk
 Volume Serial Number is E4B9-B5B1

 Directory of I:\Asuro_Lib\lib

03/20/2010  06:58 PM    <DIR>          .
03/20/2010  06:58 PM    <DIR>          ..
03/28/2008  04:26 PM             7,607 adc.c
03/28/2008  04:22 PM             1,995 adc_low.c
03/28/2008  04:25 PM            10,866 asuro.c
03/20/2010  06:22 PM            40,691 asuro.lst
03/29/2008  05:38 AM               802 AsuroLib.pnproj
03/29/2008  05:38 AM                61 asurolib.pnps
03/20/2010  04:44 PM    <DIR>          dep
06/26/2007  05:18 PM             7,103 encoder.c
03/28/2008  04:23 PM             7,843 encoder_low.c
03/16/2010  09:11 PM            19,812 filename.log
03/27/2008  03:35 PM             4,731 globals.c
03/28/2008  04:28 PM             3,985 i2c.c
03/14/2010  08:37 PM    <DIR>          inc
03/29/2008  06:04 AM            10,510 lcd.c
02/05/2007  06:13 PM             5,002 leds.c
03/20/2010  05:13 PM               140 libasuro
03/20/2010  06:46 PM            84,600 libasuro.a
03/29/2008  05:41 AM             3,454 libasuro.aps
03/29/2008  06:05 AM            85,500 libasuro168.a
03/29/2008  06:05 AM            84,996 libasuro_org.a
03/29/2008  06:05 AM                43 make-lib.bat
03/29/2008  06:05 AM                48 make168-lib.bat
03/20/2010  06:46 PM             2,686 Makefile
03/16/2010  09:04 PM             2,032 Makefile_orig.txt
03/28/2008  04:35 PM             4,805 motor.c
03/27/2008  01:43 PM             5,140 motor_low.c
03/28/2008  04:21 PM             5,992 my_motor_low.c
03/28/2008  05:16 AM             8,972 print.c
03/28/2008  04:30 PM             1,480 printf.c
03/28/2008  05:26 AM             5,536 rc5.c
07/03/2007  03:11 PM             3,116 sound.c
03/28/2008  04:29 PM             6,338 switches.c
03/20/2010  06:58 PM                 0 text.txt
03/28/2008  04:24 PM             4,758 time.c
03/28/2008  04:24 PM             7,605 uart.c
03/28/2008  04:36 PM             4,182 ultrasonic.c
03/28/2008  05:24 AM             8,854 version.c
              35 File(s)        451,285 bytes
               4 Dir(s)  96,968,568,832 bytes free
Makefile ist bis auf die neuen Pfadangaben unveraendert von dem letzten Post.

Besten Dank im voraus.