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-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
30
Содержание I-7188XC Series
Страница 87: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 87...
Страница 136: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 136...
Страница 142: ...Step 8 Make the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 142...
Страница 149: ...Step 8 Rebuild the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 149...