i am trying to implement an ITU G.723.1 CODEC on C6713 DSK.
But I am getting following errors of multiple times _main symbol defined after rebuilding all files .
Kindly help me to sort out the issue.
the output window shows as:-
>> D:\CCStudio_v3.1\tutorial\dsk6713\volume1\volume.cmd, line 26: warning:
multiple definitions of SECTION named '.far'
>> D:\CCStudio_v3.1\tutorial\dsk6713\volume1\volume.cmd, line 27: warning:
multiple definitions of SECTION named '.stack'
>> D:\CCStudio_v3.1\tutorial\dsk6713\volume1\volume.cmd, line 28: warning:
multiple definitions of SECTION named '.cio'
>> D:\CCStudio_v3.1\tutorial\dsk6713\volume1\volume.cmd, line 29: warning:
multiple definitions of SECTION named '.sysmem'
>> error: symbol _main is defined multiple times: C:\Documents and
Settings\MTECH\Desktop\dmmy\Debug\CHECKSNR.obj and C:\Documents and
Settings\MTECH\Desktop\dmmy\Debug\CMPCODE.obj
>> error: symbol _main is defined multiple times: C:\Documents and
Settings\MTECH\Desktop\dmmy\Debug\CHECKSNR.obj and C:\Documents and
Settings\MTECH\Desktop\dmmy\Debug\LBCCODE2.obj
>> Compilation failure
Build Complete,
3 Errors, 8 Warnings, 0 Remarks.