by warwick » Fri Jul 13, 2012 12:00 am
Hi malkowki
You can either uninstall DJGPP if the DJGPP make.exe program is clashing with the YAGARTO tools make.exe file
or
You can change it in the path of your system: either remove all references in the path that refer to DJGPP or make sure that the YAGARTO tools appear first in the path.
To see what is in your current path, open a command window and enter: path
The path should have references to the YAGARTO tools before any other programming tools on the system e.g.:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
\WindowsPowerShell\v1.0\;C:\Program Files\yagarto-tools-20100703\bin;C:\Program
Files\yagarto\bin
The YAGARTO make.exe is found in:
C:\Program Files\yagarto-tools-20100703\bin
Warwick