I'm using GCC and trying to build the debug bootloader_secure project in SDK12. No changes at all to the source code. The linker is erroring with
section '.text'will not fit in region 'FLASH'
region 'FLASH overflowed by 1332 bytes.
What do I need to do to fix this?