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: CCS v5.5 and C6678 CGT 8.2.2: prolbem in editing Build settings

Part Number: TMS320C6678
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi,

With CCS 5.5, I'm trying to migrate my old project from TI CGT 7.4.x to 8.x (C6000). I setup the new compiler and build without problems, but when I try to look at the Project properties -> C/C++ build Setting I get some error and I'm not able to work on the Optimization pane. I get this error:

"An error has occurred. See error log for more details. com.ti.ccstudio.project.ui.internal.options.CustomComboFieldEditor cannot be cast to org.eclipse.cdt.managedbuilder.ui.properties.BuildOptionComboFieldEditor"

Note that for various reason I don't want to upgrade to CCS 7 (mainly due to the lack of the C6678 simulator).

  • Alberto,

    How are you changing the build options? Are you going to Properties -> CCS Build -> Compiler? The reason I ask is that there are 2 methods to change the options. One method that we (TI) provide, and then another one that comes from stock Eclipse. This second method would show the error you described in CCSv5.5. I am going to install 5.5 and try that compiler with it to confirm.

    Regards,
    John
  • Hi,

    I always use "Show advanced settings" and "C/C++ build -> Settings". II tried with CCS Buid and it works. Thanks.