This option specifies the generation of a multi-core program.
[Specification format]
- | Interpretation when omitted |
A single-core program is generated.
[Detailed description]
- | This option generates a program for the specified core. |
- | The items that can be specified as level are shown below.
An error will occur if any other item is specified. |
0
|
Generates a single-core program.
The #pragma pmodule directives in the program are ignored.
|
1
|
Generates a multi-core program.
The #pragma pmodule directives in the program become valid.
|
[Example of use]
- | To generate a multi-core program, describe as: |
>ccrh -Xmulti_level=1 -Xcommon=rh850 file1.c file2.c
|