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.

DSP仿真实验出现errors encountered during linking; "fft.out" not built,急救!!!!

本人由于做课程设计,初学DSP,在用CCS4.2.4进行FIR滤波器仿真实验,但是在将256点的FFT变换为1024点后,出现了以下错误,纠结了好久没有找到解决方法,希望各位大牛指点一二。


**** Build of configuration Debug for project FFT ****

F:\CCS\CCS\ccsv4\utils\gmake\gmake -k all
'Building file: ../FFT.c'
'Invoking: Compiler'
"F:/CCS/CCS/ccsv4/tools/compiler/c5500/bin/cl55" -g --define="_DEBUG" --include_path="F:/CCS/CCS/ccsv4/tools/compiler/c5500/include" --include_path="F:/CCS/CCS/xdais_7_10_00_06/packages/ti/xdais" --include_path="/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="FFT.pp" "../FFT.c"
'Finished building: ../FFT.c'
' '
'Building target: fft.out'
'Invoking: Linker'
"F:/CCS/CCS/ccsv4/tools/compiler/c5500/bin/cl55" -g --define="_DEBUG" --diag_warning=225 -z -m"fft.map" --warn_sections -i"F:/CCS/CCS/ccsv4/tools/compiler/c5500/lib" -i"F:/CCS/CCS/ccsv4/tools/compiler/c5500/include" -i"F:/CCS/CCS/workspace/DspTest1.0/FFT" -i"/lib" --reread_libs --rom_model -o "fft.out" "../volume.cmd" "./FFT.obj" "../rts55.lib"
<Linking>
warning: creating output section "vectors" without a SECTIONS specification
warning: creating ".stack" section with default size of 0x3e8; use the -stack

option to change the default size
>> Compilation failure
warning: creating ".sysstack" section with default size of 0x3e8; use the
-sysstack option to change the default size
"../volume.cmd", line 29: error: run placement fails for object ".bss", size
0x58b6 (page 0). Available ranges:
DATA size: 0x4000 unused: 0x375c max hole: 0x375c
error: errors encountered during linking; "fft.out" not built
gmake: *** [fft.out] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project FFT