This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Region 'Flash' overflowed when linking bootloader_secure debug project

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?

Related