Error: arm-none-eabi-objcopy:App.bin[ExtFlashSection]: No space left on device
Hello, I am building both bootloader and application firmware. Post generating .elf and hex file, I am generating .bin file for both and combining them to make single flashable .bin file with padding and all with help of command for .bin file geneation.
arm-none-eabi-objcopy "${BuildArtifactFileBaseName}.elf" App.bin -O binaryEverything works fine till I use external flash for application. When I did same work for application with external flash, I m getting below error.
arm-none-eabi-objcopy:App.bin[ExtFlashSection]: No space left on device
When I removed .bin file generation code, Everything worked fine.
I am not sure about issue. Please suggest.
Thanks
