如题:错误的提示内容是:
"./configPkg/linker.cmd", line 172: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section ".fardata"
size 0x5713 . Available memory ranges:
L2SRAM size: 0x26000 unused: 0x6 max hole: 0x4
"./configPkg/linker.cmd", line 170: error #10099-D: program will not fit into
available memory. placement with alignment fails for section ".const" size
0x5496 . Available memory ranges:
L2SRAM size: 0x26000 unused: 0x6 max hole: 0x4
"./configPkg/linker.cmd", line 160: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section ".stack"
size 0x1000 . Available memory ranges:
L2SRAM size: 0x26000 unused: 0x6 max hole: 0x4
"./configPkg/linker.cmd", line 177: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section ".cio"
size 0x123 . Available memory ranges:
L2SRAM size: 0x26000 unused: 0x6 max hole: 0x4
"./configPkg/linker.cmd", line 173: error #10099-D: program will not fit into
available memory. placement with alignment fails for section ".switch" size
0x67 . Available memory ranges:
L2SRAM size: 0x26000 unused: 0x6 max hole: 0x4
"./configPkg/linker.cmd", line 161: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section "GROUP_1"
size 0x3c . Available memory ranges:
L2SRAM size: 0x26000 unused: 0x6 max hole: 0x4
"./configPkg/linker.cmd", line 167: error #10099-D: program will not fit into
available memory. placement with alignment fails for section ".cinit" size
0x1ff2 . Available memory ranges:
L2SRAM size: 0x26000 unused: 0x2 max hole: 0x2
error #10010: errors encountered during linking; "vlfft_evmc6678l.out" not
built
请问这个应该怎么解决呢?