Page 3 of 3

PostPosted: Tue Jul 10, 2012 12:00 am
by malkowki
Hello Warwick,
I think I am interfering withe DJGPP compiler from the erliear exercises because I have got the folowing message:

PostPosted: Thu Jul 12, 2012 12:00 am
by malkowki
what differs to other program from the CH10 is that in the serial_TX we use the header stdio.h and syscalls file to compile.
It is not easy to understand while this male file fails!

PostPosted: Fri Jul 13, 2012 12:00 am
by warwick
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

PostPosted: Fri Jul 13, 2012 12:00 am
by malkowki
Hello Warwick,

I could solve the issue by modifying the path in the windows system under system variables.It took me quite some time to solve it.
Thanks again for your support,