3.2 Compiler and Linker
A C Language compiler must be used to develop any applications. Valid
compilers include:
BC++
3.1~5.02
TC++
1.01
TC
2.01
MSC
MSVC++ (Prior to version 1.52).
ICP DAS suggests that BC 3.1 is used as the compiler as the libraries
provided have been created using the BC 3.1 compiler. Special
attention should be paid to the following items before using the compiler
to develop custom applications:
Generate a standard DOS executable program.
Set the CPU to 80188/80186
Set the floating point to EMULATION if floating point computation
is required. (Make sure not to choose 8087)
Cancel the Debug Information function as this helps to reduce
program size. (MiniOS7 supports this feature.)
I-7188XB Series User’s Manual(Ver.1.0, Apr/2007,
7MH-020-10
) ---
30
Summary of Contents for I-7188XB Series
Page 88: ...I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 88...
Page 138: ...I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 138...
Page 144: ...Step 8 Make the project I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 144...
Page 151: ...Step 8 Rebuild the project I 7188XB Series User s Manual Ver 1 0 Apr 2007 7MH 020 10 151...