This option specifies the file that is included at the top of the compilation unit.
[Specification format]
-Xpreinclude=file[,file]...
|
- | Interpretation when omitted |
It is assumed that the file that is included at the top of the compilation unit does not exist.
[Detailed description]
- | This option specifies the file that is included at the top of the compilation unit as file. |
[Example of use]
- | To include file "sample.h" at the top of the compilation unit, describe as: |
>ccrh main.c -Xpreinclude=sample.h -Xcommon=rh850
|