Hi,

wenn dass erscheint, befindet sich die Datei makefile nicht in dem Verzeichnis C:\FirstTry.

Um das Problem mit dem Borland make zu umgehen kannst Du das makeall Script im Konfigurationsdialog folgendermassen abändern:
Code:
@set path=%AF_AVRDIR%\utils\bin;%AF_AVRDIR%\avr\bin;%AF_AVRDIR%\bin;%path%
c:\WinAvr\utils\bin\make.exe all
Original sieht das script so aus:
Code:
@set path=%AF_AVRDIR%\utils\bin;%AF_AVRDIR%\avr\bin;%AF_AVRDIR%\bin;%path%
%AF_AVRDIR%\utils\bin\make.exe all


Gruss

O.