If the BSP Editor option setting is set to none, the option description will be lost in the makefile and a Null Pointer error will occur when changing from none.
For example, if you set
BSP_CFLAGS_DEBUG to none, there will be no BSP_CFLAGS_DEBUG description in the makefile.
To re-enable the option, you need to edit the makefile directly and add the following description of BSP_CFLAGS_DEBUG.
# C/C++ compiler debug level. '-g' provides the default set of debug symbols # Omitting '-g' removes # debug symbols from the ELF. This setting defines the value of # BSP_CFLAGS_DEBUG in Makefile. BSP_CFLAGS_DEBUG = -g
--------------------
Category: Nios® II
Tools: Nios® II EDS
Devices: -