This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/LAUNCHXL-F28379D: #10099-D program will not fit into available memory. run placement with alignment/blocking fails for section ".ebss" size 0x9e9a page 1.

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: TI C/C++ Compiler

Hi,

During Linking process, I am getting an error

Description Resource Path Location Type
#10099-D program will not fit into available memory. run placement with alignment/blocking fails for section ".ebss" size 0x9e9a page 1. Available memory ranges: 2837x_FLASH_lnk_cpu1.cmd /quad_CCS line 101 C/C++ Problem

This is my linker file command line for .ebss section

.ebss               : >> RAMLS5 | RAMGS0 | RAMGS1 | RAMGS2 | RAMGS3 | RAMGS4 | RAMGS5 | RAMGS6        PAGE = 1

But other sections are getting allocated without any problem