i am implementing a codec on dsk 6713 with ccs v3.1.

as it contains more than one .c file which contains main.

the error shown is :

symbol _main is defined multiple times.

But as per standard reference it is necessary to build main in each files .

So , advise me how to sort out this issue...