Hi all!
I was doing example code (available in control suite) for fir filter. I 'm getting the following warnings/errors.
(I'm using ccs4 & tms320f28335)
What i should i do to remove these warnings?
warning: creating output section "coefffilt" without a SECTIONS specification
warning: creating output section "firfilt" without a SECTIONS specification
warning: creating output section "firldb" without a SECTIONS specification
warning: creating output section "sigIn" without a SECTIONS specification
warning: creating output section "sigOut" without a SECTIONS specification
undefined first referenced
symbol in file
--------- ----------------
_FIR_FP_calc ./fir.obj
_FIR_FP_init ./fir.obj
error: unresolved symbols remain
warning: entry-point symbol other than "_c_int00" specified: "code_start"
error: errors encountered during linking; "firpgm.out" not built
>> Compilation failure
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: *** [firpgm.out] Error 1
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Please help me to solve this problem.
regards
Mahesh