build/app/s_veneers.o: section `.TFM_SP_CRYPTO_STACK' can't be allocated in segment 15
LOAD: .TFM_SP_PLATFORM_BSS .TFM_SP_CRYPTO_STACK
collect2: error: ld returned 1 exit status
Description
Description
Event Timeline
Comment Actions
Fix for this issue is https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/535/
Comment Actions
If a section is empty, and '.' is aligned in the section, the gcc linker returns a warning.
To avoid this warning for the .text, .data and .bss sections of the secure partitions, the alignment of '.' have to be moved outside of the section.
Comment Actions
This needs to be merged, it has been open for months and the issue is being reported by Summer as well.