This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320C6678: platform build error

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hi

My tools:
OS: win7
Board: Customized
CCS: V7
XDC: 3.23.4.60
SYS/BIOS: 6.33.6.50

I created a new platform for my project as below:

I added it to my RTSC project and set it as project platform then I built my project successfully.

After that I wanted to modify the memory segments, for example, I wanted to delet "MSMCRAM_IPC" memory segment as below:

But an error appeared as following:

How can I solve the problem? please guide me.

Best Regards

  • Hi Dariush,

    This thread has been assigned and an engineer will reply on Tues.

    Todd
  • Dariush,
    which exact version of CCS are you using? Can you go to Window->Preferences->Code Composer Studio->Products->RTSC, and post the screenshot of that window? I am not sure why would XDCtools 3.23 and XDCtools 3.32 both be involved in the building the platform package, I hope I'll get some hints from that screenshot.
  • Hi

    Thanks for the answer and sorry for the delay.

    My CCS version is 7.0.0.00042.

    The shot that you wanted is as below:

    Regards

  • I can't really see all the products and repositories, but I will assume that there is no XDCtools product added as a repository somewhere down that list. So, XDCtools 3.32 gets in the way just because it is installed. Normally, I would recommend that you update your project to use 3.32 and uninstall 3.23, but I think there were some significant changes between these version and it might require all kinds of other updates.
    You may try something else. You probably know the directory where your platform is located. You can open a command window in that directory and rebuild the platform manually outside of CCS using only XDCtools 3.23.
    You would just type the following commands:
    C:\ti\xdctools_3_23_04_60\xdc clean
    C:\ti\xdctools_3_23_04_60\xdc
    After that. you could just go back to CCS and rebuild your project. There is a map file where you could verify that the deleted memory object is not in the memory map.
    Try that and let me know if you encounter further errors.