I have to built a DSP project previously built on CCS 2.20, on CCS 3.3 now. The project is linked using a Visual Linker Recipe file(.rcp). Since Visual Linker is not supported in CCS3.3, I have to use text linker(.cmd) and for this i have to transfer the details in the rcp file in to the tcf file using BIOS Configuration Tool and then generate a new .cmd file and include it in the project. Are there any guidelines available on how to include details in the .rcp file in to the .tcf file?
Or are there any tools available to generate a .cmd file from the .rcp file?