Hallo
LIBPATH = "C:/Dokumente und Einstellungen/dugaj/Desktop/FirstTry/lib"
Leerzeichen im Path sollte man vermeiden:
https://www.roboternetz.de/phpBB2/ze...ag.php?t=53281
Da meine Makefiles automatisch erstellt werden, kann ich eigentlich nur raten:
Code:
# If there is more than one source file, append them above, or adjust and
# uncomment the following:
SRC += asuro.c
Wenn es mehr als eine zusätzliche Datei einzubinden gibt, hänge sie hier an:
Code:
# If there is more than one source file, append them above, or adjust and
# uncomment the following:
SRC += asuro.c
SRC += ultrasonic.c
Gruß
mic
Lesezeichen