Hi,
I am using CCS version 3.3 to compile UBL and other external libs, test codes for board based on ARM 1802 processor.
I want to compile ubl-omapl1x8 linking with polarssl library. I have successfully compiled polarssl library as a ccs project and got polarssl.lib to link with UBL.
When I compile UBL linking with polarssl.lib then these 2 errors comes.
errors encountered during linking; "ubl-omapl1x8.out" not built
run placement fails for object ".bss", size 0x84ae (page 0). Available ranges: ARM_INTERNAL_RAM size: 0x10000 unused: 0x78e8 max hole: 0x78e8
When I check ubl-spi.map then I found .bss section allocation is getting failed.
UBL ARM_INTERNAL_RAM size is 64K (0x10000) and .bss section size is around 33K (0x000084b0).
My question is, can we reduce the length of BSS section from 33K?
Please suggest what we can try to link polarssl lib in ubl code.
Thanks
Sweta Ruhela