I test the program FFT who write in TMS320C54x DSP application guide by CCS2 but when i bluid the sumilator show a following error
warning: entry point symbol _c_int00 undefined
undefined first referenced
symbol in file
--------- ----------------
sine_table C:\ti\myprojects\ffft\Debug\rfft.obj
cosine C:\ti\myprojects\ffft\Debug\rfft.obj
sine C:\ti\myprojects\ffft\Debug\rfft.obj
cos_table C:\ti\myprojects\ffft\Debug\rfft.obj
>> error: symbol referencing errors - ./Debug/ffft.out not built
Build Complete,
1 Errors, 1 Warnings, 0 Remarks.
how can i fixe that error ?