Nios® V プロセッサー・ソフトウェア開発者ハンドブック

ID 743810
日付 7/08/2024
Public
ドキュメント目次

16.5.2.36. get_setting_desc

使用方法

get_setting_desc <name>

オプション

  • <name>: 取得する設定の名前を持つ文字列です。

説明

BSP 設定を説明する文字列を返します。

puts [get_setting_desc hal.enable_c_plus_plus]

戻り値

Enable support for a subset of the C++ language. This option increases code footprint by adding support for C++ constructors. Certain features, such as multiple inheritance and exceptions are not supported. If false, adds -DALT_NO_C_PLUS_PLUS to ALT_CPPFLAGS in toolchain.cmake, and reduces code footprint.