Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

15.5.2.36. get_setting_desc

Usage

get_setting_desc <name>

Options

  • <name>: String with the name of the setting to get the description for.

Description

Returns a string describing the BSP setting.

Example

puts [get_setting_desc hal.enable_c_plus_plus]

Returns:

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.