undefined first referenced symbol in file --------- ---------------- _cfft_1 C:\\CCStudio_v3.3\\MyProjects\\DEC5502_CODEC_2\\Debug\\DEC5502_CODEC.obj >> error: symbol referencing errors - './Debug/DEC5502_CODEC.out' not built >> Compilation failure Build Complete, 2 Errors, 0 Warnings, 0 Remarks. My problem is that the call is wrong: The original call is cbrev(jf,jf,WINDOW/2); rfft(jf,WINDOW,1); Then I changed it to: cbrev(jf,jf,WINDOW/2); rfft(jf,WINDOW, SCALE);