Use this page to select the programming language that you want to use when writing the program's source code. You can make multiple selections, creating the code in multiple formats.
The table below describes the purpose of the various options.
| Option | Description |
|---|---|
| Application | Select if you want the output to be an application. By default, the extension of a loadable module is .elf. |
| Static Library | Select if you want the output to be a static library. By default, the extension of a static library is .a. |
| Shared Library | Select if you want the output to be a shared library. By default, the extension of a shared library is .so. |
| Kernel Loadable Module | Select if you want the output to be a kernel loadable module. By default, the extension of a loadable module is .o. |
| C | Select to add C language support. |
| C and C++ | Select to add C and C++ language support. Available for Application and Static options only. |
| C++ | Select to add C++ language support. Available for Application and Static options only. |