This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R7: setting chip_enable_ota_requestor = false fails compilation

Part Number: CC2652R7
Other Parts Discussed in Thread: SYSCONFIG

The example below uses the TI lighting-app with chip_enable_ota_requestor = false in args.gni  (similar results in other applications): 

LA1LT7WDN593:~/matter/examples/lighting-app/cc13x2x7_26x2x7$ ninja -C out/debug
ninja: Entering directory `out/debug'
[0/1] Regenerating ninja files
[827/833] ld ./chip-LP_CC2652R7-lighting-example.out
FAILED: chip-LP_CC2652R7-lighting-example.out chip-LP_CC2652R7-lighting-example.out.map
arm-none-eabi-g++ -L../../third_party/connectedhomeip/third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx/source gen/sysconfig/ti_utils_build_linker.cmd.genlibs -T../../third_party/connectedhomeip/src/platform/cc13xx_26xx/cc13x2_26x2/cc13x2x7_cc26x2x7_freertos.lds -march=armv7e-m -mcpu=cortex-m4 -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -Os --specs=nosys.specs --specs=nano.specs -Werror -Wl,--fatal-warnings -fdiagnostics-color -Wl,--gc-sections -nostartfiles -fno-exceptions -fno-unwind-tables -Wl,-Map,./chip-LP_CC2652R7-lighting-example.out.map @./chip-LP_CC2652R7-lighting-example.out.rsp -o ./chip-LP_CC2652R7-lighting-example.out
/home/jmarkel/matter/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: ./chip-LP_CC2652R7-lighting-example.out section `.text' will not fit in region `FLASH'
/home/jmarkel/matter/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: ./chip-LP_CC2652R7-lighting-example.out section `.bss' will not fit in region `SRAM'
/home/jmarkel/matter/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: section .nvs VMA [0000000000052000,0000000000055fff] overlaps section .text VMA [00000000000000e0,0000000000088ebb]
/home/jmarkel/matter/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: region `FLASH' overflowed by 0 bytes
/home/jmarkel/matter/.environment/cipd/packages/arm/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: region `SRAM' overflowed by 55320 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.