
B–61863E–1/06
5. TUTORIAL
GENERAL
17
(1) Installation confirmation for compiler.
In case of default execution of the installation program for iC–286
compiler and RLL386 (builder, other tools, etc.), the directories are
as follows.
Directory
\INTEL
File
\IC286
\RLL386
\INC
\LIBS
\SRC
ic286.exe
*.h(header file)
\SYS
*.lib(library)
– not used
\EXAMPLES
bnd386.exe, map386.exe, oh386.exe
bld386.exe
– not used
(2) C language library installation.
Copy the following files from the C language library master floppy
disks.
Destination File name.
D \INTEL\IC286\LIBS pmc.lib, pmc2.lib, pmcflt.lib
D \INTEL\IC286\INC pmclib.h, pmcflt.h
Please exchange the stdio.h and
stdio.h attached to C language
libraries.
D selected path Directory mkc.exe
Please copy mkc.exe in \tool\pcat or
in \tool\pc98 (according to machine
type).
(3) Confirmation for motion.
a. Copy sample program from floppy. The sample program is in the
directory \tutorial. Use the file in \tutorial\5–2.
b. Compiling.
The following command is executed in the directory with task1.c.
> ic286 task1.c oj(task1.obj) pr(task1.lst) compact extend rom
Please confirm the end of execution with the display of
iC–286 COMPILATION COMPLETE.0 WARNINGS,
0 ERRORS
Troubleshooting in case of error.
1. “Bad command of file name”
Please check the directory path of ic286.exe.
2. FILE : SOURCE
NAME : task1.c
ERROR:Exception: 0021H File Does Not Exist
Please check if the current directory is the directory
which includes task1.c.
3. FILE : SOURCE
NAME : stdio.h (or also, NAME : pmclib.h)
ERROR:Exception: 0021H File Does Not Exist
Please check if the environment variable
:INCLUDE: is set and if \IC286\INC consist
stdio.h and pmclib.h.
5.2
INSTALLATION
CONFIRMATION