Hi, ein make all liefert bei mir: --- make all Process started >>> The system cannot find the path specified. ECHO is off. -------- begin -------- avr-gcc (AVR_8_bit_GNU_Toolchain_3.4.2_939) 4.7.2 Copyright (C) 2012 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. -f was unexpected at this time. make: *** [sizebefore] Fehler 255 <<< Process finished. (Exit code 2) ================ READY ================ --- 1. Fehler / Warnung :The system cannot find the path specified 2. Fehler / Warnung :-f was unexpected at this time. make: *** [sizebefore] Fehler 255 Weiß da einer Rat? Makefile von mir ist im Anhang. Ich benutze Win7 64 Gruß und Danke! µC
Lutz M. schrieb: > Poste doch mal den Inhalt des.dep-Ordners. der .dep Ordner ist komplett leer. MfG µC
Oh... alles klar, ich seh schon:
1 | @if [ -f $(TARGET).elf ]; then echo; echo $(MSG_SIZE_BEFORE); $(ELFSIZE); echo; fi |
Das is windoze wohl mit überfordert, das Makefile ist offenbar für *nix... Ist da auch ein Makefile.w32 oder sowas mit bei? Ansonsten: cygwin installieren. Oder mal alle
1 | @if [ |
-Zeilen durch
1 | echo windows ist leider zu doof |
ersetzen...
Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.