SP Compiler
Options
Option name |
Description |
---|---|
|
Extra messages are printed out to the console according to the number of ‘e’. |
|
XML Shielded Plug description file. Multiple files allowed. |
|
Maximum number of task/threads that can wait on a block: a number between 0 and 7. -1 is for no limit; 8 is for unspecified. |
|
When specified, only immutable Shielded Plugs can be compiled. |
|
Output directory. Default is the current directory. |
|
Output name for the Shielded Plug layout description. Default is “shielded_plug”. |
|
Either “little” or “big”. Default is “little”. |
|
Output ELF architecture. Only “ELF” architecture is available. |
|
Read/Write header file value. |
|
When specified, generate a C header file with block ID constants. |
|
Output directory of C header files. Default is the current directory. |
|
C constants name prefix for block IDs. |
|
When specified, generate Java interfaces file with block ID constants. |
|
Output directory of Java interfaces files. Default is the current directory. |
|
The name of the package for Java interfaces. |
Error Messages
Message ID |
Description |
---|---|
0 |
Internal limits reached. |
1 |
Invalid endianness. |
2 |
Invalid output architecture. |
3 |
Error while reading / writing files. |
4 |
Missing a mandatory option. |