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.

Using CCS v5 with cl55 v4.3.9

Other Parts Discussed in Thread: CCSTUDIO

I have found a bug in cl55 v4.4.0 which I do not want to attempt to workaround. I have reported it in the compiler forum. Is it a simple matter to set up ccsv5.1 to use ccl55 v4.3.9, or am I going to have to retreat CCS to v4 as well?

 

  • John Fisher said:

    Is it a simple matter to set up ccsv5.1 to use ccl55 v4.3.9, or am I going to have to retreat CCS to v4 as well?

    You can download the standalone v4.3.9 compiler:

    https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm#C5500

    and point CCSv5.1 to use it:

    http://processors.wiki.ti.com/index.php/Compiler_Installation_and_Selection#CCStudio_4.0

    The above link is for v4. In v5 the setup is similar except that the option is located in 'Windows -> Preferences -> Code Composer Studio -> Build -> Compilers' instead.

    Hope this helps

    ki

  • There was a problem after I chose the 4.3.9 CGT from the general build options. I was referred to project.log. However, after restarting ccs 5.1 it is working fine with cl55 4.3.9


    !CONFIGURATION: {0} [Fri Nov 11 15:29:33 EST 2011]

        !TOOL: {0}

            !ERROR: org.eclipse.cdt.managedbuilder.core.BuildException: Unexpected value type for option: com.ti.ccstudio.buildDefinitions.C5500_4.3.compilerID.PREINCLUDE: {1}
                at com.ti.common.project.core.util.CTIProjectCoreUtils.setBuildOption(CTIProjectCoreUtils.java:638)
                at com.ti.common.project.core.util.CTIProjectCoreUtils.setBuildOption(CTIProjectCoreUtils.java:615)
                at com.ti.common.project.core.initializer.AConfigurationInitializer.doCopyBuildOptions(AConfigurationInitializer.java:375)
                at com.ti.ccstudio.project.core.internal.initializer.CCSConfigurationInitializer.doCopyBuildOptions(CCSConfigurationInitializer.java:431)
                at com.ti.common.project.core.initializer.AConfigurationInitializer.copyBuildOptions(AConfigurationInitializer.java:115)
                at com.ti.common.project.core.initializer.AConfigurationInitializer.internalCopyBuildOptions(AConfigurationInitializer.java:311)
                at com.ti.common.project.core.initializer.AConfigurationInitializer.internalInitializeBuildOptions(AConfigurationInitializer.java:271)
                at com.ti.common.project.core.initializer.AConfigurationInitializer.initializeFromExisting(AConfigurationInitializer.java:91)
                at com.ti.common.project.ui.properties.ConfigurationPropertiesPage.saveConfiguration(ConfigurationPropertiesPage.java:298)
                at com.ti.common.project.ui.properties.ConfigurationPropertiesPage.forEach(ConfigurationPropertiesPage.java:253)
                at org.eclipse.cdt.ui.newui.AbstractPage$5.sendOK(AbstractPage.java:620)
                at org.eclipse.cdt.ui.newui.AbstractPage$5.run(AbstractPage.java:650)
                at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:69)
                at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
                at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
                at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
                at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
                at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
                at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
                at org.eclipse.ui.internal.progress.ProgressManager$RunnableWithStatus.run(ProgressManager.java:1346)
                at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
                at org.eclipse.ui.internal.progress.ProgressManager$7.run(ProgressManager.java:1184)
                at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
                at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
                at org.eclipse.swt.widgets.Display.syncExec(Display.java:4683)
                at org.eclipse.ui.internal.progress.ProgressManager.runInUI(ProgressManager.java:1182)
                at org.eclipse.cdt.ui.newui.AbstractPage.performSave(AbstractPage.java:666)
                at org.eclipse.cdt.ui.newui.AbstractPage.performOk(AbstractPage.java:545)
                at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
                at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
                at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
                at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
                at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:447)
                at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
                at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
                at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
                at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
                at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
                at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
                at org.eclipse.jface.window.Window.open(Window.java:801)
                at com.ti.ccstudio.project.ui.actions.BuildPropertiesAction.doRun(BuildPropertiesAction.java:57)
                at com.ti.ccstudio.project.ui.actions.BuildPropertiesAction.run(BuildPropertiesAction.java:39)
                at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
                at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
                at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
                at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
                at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
                at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
                at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
                at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
                at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
                at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
                at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
                at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
                at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
                at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
                at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                at java.lang.reflect.Method.invoke(Unknown Source)
                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
                at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
           

  • Rather than install the standalone compiler, I used my existing installation of cl55 4.3.9 from my ccsv4 installation

  • John Fisher said:

    There was a problem after I chose the 4.3.9 CGT from the general build options. I was referred to project.log. However, after restarting ccs 5.1 it is working fine with cl55 4.3.9

    It seems that the way the value to option --preinclude is being passed to the tool has changed between v4.3.9 and v4.4.0. If you compare the build options for the two versions (under Project Properties->C5500 Compiler->Include Options), you will notice that in v4.4.0 you add files to the --preinclude option using the "+" (Add) icon. But in v4.3.9, it is a free form text box. I suspect these are being passed to CCS in slightly different ways, hence generating the error when migrating from one version to another.

    Make sure that any values you pass to this option are being carried over correctly from one version to another (and if they are not, then add them manually).