225/317
8 - C Language and the C Compiler
Now click on the Additional tab, and complete the line with ERRORFILE so that it reads:
ERRORFILE=\edout
08-HWTO5.BMP
Press OK twice. W e are done with the Hiware Tools. The second button of the tool bar now
shows the Winedit icon.
The last line of the last box directs the error messages of the Hicross compiler and other tools
to the EDOUT file in the root directory. This works in conjunction with a setting in the
win-
edit.ini
file in the windows directory. To make the setting, use Explorer to locate
win-
edit.ini
in the windows directory. Double-click on it to open it in Notepad.
Do not use W inedit for this purpose!
Look for the lines
OUTPUT=.\EDOUT
There are three of them. At each occurrence, alter it so that it reads
OUTPUT=\EDOUT
This setting, although it is the default one, gives better results with the directory tree structure
described further in this chapter.