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/TM4C1294NCPDT: CCSv7.1.0.00016 and Energia 18, Fresh Install, Cannot Debug or Run Code

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: ENERGIA, , EK-TM4C129EXL, TM4C129ENCPDT

Tool/software: Code Composer Studio

  1. Ubuntu 16.04 LTS, 64-bit
  2. CCSv7.1.0.00016
  3. TM4C1294NCPDTI3 with Stellaris ICDI
  4. A detailed and reproducible test case: Fresh install of CCSv7 Offline Installer. Fresh install of Energia 18. Open CCSv7, Create a new workspace, select 'Project > New Energia Sketch', Energia Version set to 18, select 'Built-in Examples > 01.Basics > Blink.ino', selected device: 'LaunchPad (Tiva C) w/ tm4c129 (120MHz), select 'Finish'. Right Click 'Blink" project in the Project Explorer, select "Build Project'. Project builds fine. Push F11 (or select 'Debug Blink' from the toolbar). Code is uploaded, but there is no entry point, and the debug 'Resume' button is grayed out. 'Blink' runs fine in Energia itself. TI's compiler runs examples imported from Tivaware just fine. So, what's going on here, and how do I fix this?

I will post logs below.

  • Here's the Eclipse/CCS Log: 

    3000.Eclipse Log.log
    !SESSION 2017-04-03 17:05:27.944 -----------------------------------------------
    eclipse.buildId=4.6.0.I20160606-1100
    java.version=1.8.0_112
    java.vendor=Oracle Corporation
    BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
    Framework arguments:  -product com.ti.ccstudio.branding.product -product com.ti.ccstudio.branding.product -product com.ti.ccstudio.branding.product -product com.ti.ccstudio.branding.product
    Command-line arguments:  -os linux -ws gtk -arch x86_64 -product com.ti.ccstudio.branding.product -product com.ti.ccstudio.branding.product -product com.ti.ccstudio.branding.product -data /home/captain/CCS7wspaces/forum -product com.ti.ccstudio.branding.product
    
    !ENTRY com.ti.common.core 4 0 2017-04-03 17:05:30.156
    !MESSAGE path=ccs_base/DebugServer
    
    !ENTRY com.ti.common.core 4 0 2017-04-03 17:05:30.156
    !MESSAGE debugServerDir=/home/captain/ti/ccsv7/ccs_base/DebugServer
    
    !ENTRY org.eclipse.equinox.event 4 0 2017-04-03 17:05:32.531
    !MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@377cbdae (elementId: org.eclipse.e4.primaryDataStack, tags: [org.eclipse.e4.primaryDataStack, EditorStack, active, Maximized], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@7bd7c4cf, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@377cbdae (elementId: org.eclipse.e4.primaryDataStack, tags: [org.eclipse.e4.primaryDataStack, EditorStack, active, Maximized], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@7bd7c4cf, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null), AttName=tags, EventType=ADD, Position=3, Widget=CTabFolder {}, NewValue=Maximized}, AttName=tags, EventType=ADD, Position=3, Widget=CTabFolder {}, NewValue=Maximized} to handler org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler@4fccdd1d
    !STACK 0
    org.eclipse.e4.core.di.InjectionException: java.lang.IllegalArgumentException:
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:64)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run(UIEventObjectSupplier.java:56)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
    	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:304)
    	at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:303)
    	at org.eclipse.ui.internal.WorkbenchIntroManager.setIntroStandby(WorkbenchIntroManager.java:196)
    	at org.eclipse.ui.internal.WorkbenchIntroManager.showIntro(WorkbenchIntroManager.java:134)
    	at org.eclipse.ui.application.WorkbenchWindowAdvisor.openIntro(WorkbenchWindowAdvisor.java:190)
    	at org.eclipse.ui.internal.ide.application.IDEWorkbenchWindowAdvisor.openIntro(IDEWorkbenchWindowAdvisor.java:567)
    	at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:776)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
    	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
    	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:118)
    	at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:73)
    	at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1525)
    	at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.java:1499)
    	at com.ti.ccstudio.debug.ui.targetStatus.TargetStatusManager.addStatusBar(TargetStatusManager.java:379)
    	at com.ti.ccstudio.debug.ui.targetStatus.statusBar.TargetStatusBar.fill(TargetStatusBar.java:44)
    	at com.ti.ccstudio.debug.ui.targetStatus.statusBar.CCSStatusBar.createControl(CCSStatusBar.java:39)
    	at org.eclipse.ui.menus.WorkbenchWindowControlContribution.delegateCreateControl(WorkbenchWindowControlContribution.java:105)
    	at org.eclipse.ui.internal.menus.CompatibilityWorkbenchWindowControlContribution.construct(CompatibilityWorkbenchWindowControlContribution.java:90)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
    	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
    	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
    	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:308)
    	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:186)
    	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:108)
    	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)
    	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:51)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolControlContribution.createControl(ToolControlContribution.java:58)
    	at org.eclipse.jface.action.ControlContribution.fill(ControlContribution.java:101)
    	at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:343)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.subscribeTopicUpdateToBeRendered(ToolBarManagerRenderer.java:213)
    	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run(UIEventObjectSupplier.java:56)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setVisible(UIElementImpl.java:345)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord.updateVisibility(ToolBarContributionRecord.java:74)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer$5.changed(ToolBarManagerRenderer.java:479)
    	at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:114)
    	at org.eclipse.e4.core.internal.contexts.EclipseContext.runAndTrack(EclipseContext.java:324)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.processAddition(ToolBarManagerRenderer.java:471)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.generateContributions(ToolBarManagerRenderer.java:447)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.processContribution(ToolBarManagerRenderer.java:413)
    	at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.createWidget(ToolBarManagerRenderer.java:373)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeChildrenHandler(PartRenderingEngine.java:296)
    	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	at org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(EventObjectSupplier.java:80)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
    	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:356)
    	at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:341)
    	at org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.processAddition(ContributionsAnalyzer.java:370)
    	at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.addTrimContributions(TrimBarRenderer.java:171)
    	at org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer.processContents(TrimBarRenderer.java:143)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:665)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:536)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:520)
    	at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:747)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:665)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1059)
    	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
    	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
    	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
    	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
    	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
    	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
    	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
    	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
    	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
    	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
    Caused by: java.lang.IllegalArgumentException:
    	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
    	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:145)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:394)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:380)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.getActivePerspective(ModelServiceImpl.java:959)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.getElementsToMinimize(MinMaxAddon.java:680)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.maximize(MinMaxAddon.java:655)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:363)
    	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	... 150 more
    
    !ENTRY com.ti.ccstudio.energia.core 4 0 2017-04-03 17:05:34.204
    !MESSAGE An internal error was logged by 'com.ti.ccstudio.energia.core'.
    !STACK 0
    com.ti.ccstudio.system.setup.HardwareDbException: File connections/TIMSP430-USB.xml does not exist.  Was included by file /home/captain/ti/energia-1.6.10E18/hardware/tools/DSLite/MSP-EXP430FR4133LP.ccxml
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$IncludeFileOperation.getAbsolutePath(SystemSetupReader.java:1505)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$IncludeFileOperation.addToListOfSetupElements(SystemSetupReader.java:1521)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$CpuCacheItem.addToListOfSetupElements(SystemSetupReader.java:1683)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$CpuCacheItem.getSetupElements(SystemSetupReader.java:1707)
    	at com.ti.ccstudio.system.setup.SystemSetupReader.openFlatSystemSetupFile(SystemSetupReader.java:2834)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductConfiguration.getTargetConfigurationData(EnergiaProductConfiguration.java:340)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductConfiguration.getDevice(EnergiaProductConfiguration.java:294)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.loadHardware(EnergiaProduct.java:261)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.<init>(EnergiaProduct.java:92)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.adapt(EnergiaProduct.java:63)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductDiscoveryParticipant.initializeDeclaredProduct(EnergiaProductDiscoveryParticipant.java:39)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.discoverDeclaredProducts(ProductDiscoveryManager.java:575)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.<init>(ProductDiscoveryManager.java:234)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.<clinit>(ProductDiscoveryManager.java:48)
    	at com.ti.ccstudio.project.ui.webcontent.internal.servlets.IDEServlet.registerListeners(IDEServlet.java:330)
    	at com.ti.ccstudio.project.ui.webcontent.internal.servlets.IDEServlet.<init>(IDEServlet.java:123)
    	at com.ti.ccstudio.httpserver.internal.server.HttpServer.registerServlets(HttpServer.java:89)
    	at com.ti.ccstudio.httpserver.internal.server.HttpServer.initialize(HttpServer.java:43)
    	at com.ti.ccstudio.httpserver.internal.HttpServerStartup.earlyStartup(HttpServerStartup.java:17)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:77)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:53)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    	at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2829)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    
    !ENTRY com.ti.ccstudio.energia.core 4 0 2017-04-03 17:05:34.208
    !MESSAGE An internal error was logged by 'com.ti.ccstudio.energia.core'.
    !STACK 0
    com.ti.ccstudio.system.setup.HardwareDbException: File connections/TIMSP430-USB.xml does not exist.  Was included by file /home/captain/ti/energia-1.6.10E18/hardware/tools/DSLite/MSP-EXP430FR5969LP.ccxml
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$IncludeFileOperation.getAbsolutePath(SystemSetupReader.java:1505)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$IncludeFileOperation.addToListOfSetupElements(SystemSetupReader.java:1521)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$CpuCacheItem.addToListOfSetupElements(SystemSetupReader.java:1683)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$CpuCacheItem.getSetupElements(SystemSetupReader.java:1707)
    	at com.ti.ccstudio.system.setup.SystemSetupReader.openFlatSystemSetupFile(SystemSetupReader.java:2834)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductConfiguration.getTargetConfigurationData(EnergiaProductConfiguration.java:340)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductConfiguration.getDevice(EnergiaProductConfiguration.java:294)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.loadHardware(EnergiaProduct.java:261)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.<init>(EnergiaProduct.java:92)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.adapt(EnergiaProduct.java:63)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductDiscoveryParticipant.initializeDeclaredProduct(EnergiaProductDiscoveryParticipant.java:39)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.discoverDeclaredProducts(ProductDiscoveryManager.java:575)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.<init>(ProductDiscoveryManager.java:234)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.<clinit>(ProductDiscoveryManager.java:48)
    	at com.ti.ccstudio.project.ui.webcontent.internal.servlets.IDEServlet.registerListeners(IDEServlet.java:330)
    	at com.ti.ccstudio.project.ui.webcontent.internal.servlets.IDEServlet.<init>(IDEServlet.java:123)
    	at com.ti.ccstudio.httpserver.internal.server.HttpServer.registerServlets(HttpServer.java:89)
    	at com.ti.ccstudio.httpserver.internal.server.HttpServer.initialize(HttpServer.java:43)
    	at com.ti.ccstudio.httpserver.internal.HttpServerStartup.earlyStartup(HttpServerStartup.java:17)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:77)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:53)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    	at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2829)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    
    !ENTRY com.ti.ccstudio.energia.core 4 0 2017-04-03 17:05:34.210
    !MESSAGE An internal error was logged by 'com.ti.ccstudio.energia.core'.
    !STACK 0
    com.ti.ccstudio.system.setup.HardwareDbException: File connections/TIMSP430-USB.xml does not exist.  Was included by file /home/captain/ti/energia-1.6.10E18/hardware/tools/DSLite/MSP-EXP430F5529LP.ccxml
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$IncludeFileOperation.getAbsolutePath(SystemSetupReader.java:1505)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$IncludeFileOperation.addToListOfSetupElements(SystemSetupReader.java:1521)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$CpuCacheItem.addToListOfSetupElements(SystemSetupReader.java:1683)
    	at com.ti.ccstudio.system.setup.SystemSetupReader$CpuCache$CpuCacheItem.getSetupElements(SystemSetupReader.java:1707)
    	at com.ti.ccstudio.system.setup.SystemSetupReader.openFlatSystemSetupFile(SystemSetupReader.java:2834)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductConfiguration.getTargetConfigurationData(EnergiaProductConfiguration.java:340)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductConfiguration.getDevice(EnergiaProductConfiguration.java:294)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.loadHardware(EnergiaProduct.java:261)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.<init>(EnergiaProduct.java:92)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProduct.adapt(EnergiaProduct.java:63)
    	at com.ti.ccstudio.energia.core.internal.product.EnergiaProductDiscoveryParticipant.initializeDeclaredProduct(EnergiaProductDiscoveryParticipant.java:39)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.discoverDeclaredProducts(ProductDiscoveryManager.java:575)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.<init>(ProductDiscoveryManager.java:234)
    	at com.ti.common.project.core.products.ProductDiscoveryManager.<clinit>(ProductDiscoveryManager.java:48)
    	at com.ti.ccstudio.project.ui.webcontent.internal.servlets.IDEServlet.registerListeners(IDEServlet.java:330)
    	at com.ti.ccstudio.project.ui.webcontent.internal.servlets.IDEServlet.<init>(IDEServlet.java:123)
    	at com.ti.ccstudio.httpserver.internal.server.HttpServer.registerServlets(HttpServer.java:89)
    	at com.ti.ccstudio.httpserver.internal.server.HttpServer.initialize(HttpServer.java:43)
    	at com.ti.ccstudio.httpserver.internal.HttpServerStartup.earlyStartup(HttpServerStartup.java:17)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:77)
    	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:53)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    	at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2829)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    
    !ENTRY org.eclipse.equinox.event 4 0 2017-04-03 17:05:50.717
    !MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/REMOVE] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@61c3d7ac (elementId: left, tags: [], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@7bd7c4cf, toBeRendered: true, onTop: false, visible: true, containerData: 5000, accessibilityPhrase: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@61c3d7ac (elementId: left, tags: [], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@7bd7c4cf, toBeRendered: true, onTop: false, visible: true, containerData: 5000, accessibilityPhrase: null), AttName=tags, EventType=REMOVE, Position=0, OldValue=Minimized, Widget=CTabFolder {}}, AttName=tags, EventType=REMOVE, Position=0, OldValue=Minimized, Widget=CTabFolder {}} to handler org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler@4fccdd1d
    !STACK 0
    org.eclipse.e4.core.di.InjectionException: java.lang.IllegalArgumentException:
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:64)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run(UIEventObjectSupplier.java:56)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
    	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.remove(NotifyingListImpl.java:725)
    	at org.eclipse.emf.common.util.AbstractEList.remove(AbstractEList.java:462)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.unzoom(MinMaxAddon.java:855)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:369)
    	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run(UIEventObjectSupplier.java:56)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
    	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.remove(NotifyingListImpl.java:725)
    	at org.eclipse.emf.common.util.AbstractEList.remove(AbstractEList.java:462)
    	at org.eclipse.ui.internal.WorkbenchPage.setPartState(WorkbenchPage.java:4413)
    	at org.eclipse.ui.internal.WorkbenchPage.unzoomSharedArea(WorkbenchPage.java:5439)
    	at org.eclipse.ui.internal.WorkbenchPage.unzoomSharedArea(WorkbenchPage.java:5451)
    	at org.eclipse.ui.internal.WorkbenchPage.access$15(WorkbenchPage.java:5449)
    	at org.eclipse.ui.internal.WorkbenchPage$7.handleEvent(WorkbenchPage.java:5471)
    	at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:303)
    	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1350)
    	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1284)
    	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.closePart(StackRenderer.java:1289)
    	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.access$2(StackRenderer.java:1271)
    	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$7.close(StackRenderer.java:1156)
    	at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1930)
    	at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:338)
    	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
    	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
    	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
    	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
    	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
    	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
    	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
    	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
    	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
    	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
    	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
    	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
    	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
    	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
    Caused by: java.lang.IllegalArgumentException:
    	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
    	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:145)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:394)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:380)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.getActivePerspective(ModelServiceImpl.java:959)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.getElementsToRestore(MinMaxAddon.java:870)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.restore(MinMaxAddon.java:637)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:367)
    	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	... 102 more
    
    !ENTRY org.eclipse.equinox.event 4 0 2017-04-03 17:05:50.733
    !MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/REMOVE] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@6f6c6c70 (elementId: bottomRight, tags: [], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@7bd7c4cf, toBeRendered: true, onTop: false, visible: true, containerData: 5000, accessibilityPhrase: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@6f6c6c70 (elementId: bottomRight, tags: [], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@7bd7c4cf, toBeRendered: true, onTop: false, visible: true, containerData: 5000, accessibilityPhrase: null), AttName=tags, EventType=REMOVE, Position=0, OldValue=Minimized, Widget=CTabFolder {}}, AttName=tags, EventType=REMOVE, Position=0, OldValue=Minimized, Widget=CTabFolder {}} to handler org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler@4fccdd1d
    !STACK 0
    org.eclipse.e4.core.di.InjectionException: java.lang.IllegalArgumentException:
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:64)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run(UIEventObjectSupplier.java:56)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
    	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.remove(NotifyingListImpl.java:725)
    	at org.eclipse.emf.common.util.AbstractEList.remove(AbstractEList.java:462)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.unzoom(MinMaxAddon.java:855)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:369)
    	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run(UIEventObjectSupplier.java:56)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
    	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.remove(NotifyingListImpl.java:725)
    	at org.eclipse.emf.common.util.AbstractEList.remove(AbstractEList.java:462)
    	at org.eclipse.ui.internal.WorkbenchPage.setPartState(WorkbenchPage.java:4413)
    	at org.eclipse.ui.internal.WorkbenchPage.unzoomSharedArea(WorkbenchPage.java:5439)
    	at org.eclipse.ui.internal.WorkbenchPage.unzoomSharedArea(WorkbenchPage.java:5451)
    	at org.eclipse.ui.internal.WorkbenchPage.access$15(WorkbenchPage.java:5449)
    	at org.eclipse.ui.internal.WorkbenchPage$7.handleEvent(WorkbenchPage.java:5471)
    	at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
    	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
    	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5406)
    	at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    	at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
    	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)
    	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    	at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:303)
    	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1350)
    	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1284)
    	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.closePart(StackRenderer.java:1289)
    	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.access$2(StackRenderer.java:1271)
    	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$7.close(StackRenderer.java:1156)
    	at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1930)
    	at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:338)
    	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
    	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
    	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
    	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
    	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
    	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
    	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
    	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
    	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
    	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
    	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
    	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
    	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
    	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
    Caused by: java.lang.IllegalArgumentException:
    	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
    	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:145)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:394)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:380)
    	at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.getActivePerspective(ModelServiceImpl.java:959)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.getElementsToRestore(MinMaxAddon.java:870)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.restore(MinMaxAddon.java:637)
    	at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:367)
    	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:54)
    	... 102 more
    
    !ENTRY org.eclipse.cdt.core 1 0 2017-04-03 17:09:44.144
    !MESSAGE Indexed 'Blink' (1 sources, 0 headers) in 0.023 sec: 2 declarations; 3 references; 0 unresolved inclusions; 0 syntax errors; 11 unresolved names (69%)
    
    !ENTRY org.eclipse.cdt.core 1 0 2017-04-03 17:09:45.486
    !MESSAGE Indexed 'EK-TM4C1294XL_core' (26 sources, 74 headers) in 1.34 sec: 6,225 declarations; 7,921 references; 129 unresolved inclusions; 8 syntax errors; 982 unresolved names (6.5%)
    
    !ENTRY org.eclipse.cdt.core 1 0 2017-04-03 17:09:45.529
    !MESSAGE Indexed 'Blink' (1 sources, 0 headers) in 0.021 sec: 2 declarations; 3 references; 0 unresolved inclusions; 0 syntax errors; 11 unresolved names (69%)
    

    Here's the Debug Server Log: ccsv7-Debug Server Log.log

    Finally, here's the Installation Log: 

    Installation Log.log
    03/31/2017 20:32:27(GMT) - editManifest - Reading manifest file /home/captain/ti/ccsv7/eclipse/downloads/com.ti.emulation.pack.linux.linux.x86_64_manifest.xml
    03/31/2017 20:32:27(GMT) - Util::checkurl - Checking /timestamp.txt from checkurl
    03/31/2017 20:32:27(GMT) - tclHttpCopy - Downloading /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/tmpfile from file://timestamp.txt
    03/31/2017 20:32:27(GMT) - tclHttpCopy - error code: NONE
    03/31/2017 20:32:27(GMT) - tclHttpCopy - Could not get file file://timestamp.txt:Unsupported URL type "file"
    03/31/2017 20:32:27(GMT) - Util::runProxyFinder - CCS_WARNING: Unable to find
    03/31/2017 20:32:27(GMT) - Util::checkurl - Checking /timestamp.txt from checkurl
    03/31/2017 20:32:27(GMT) - tclHttpCopy - Downloading /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/tmpfile from file://timestamp.txt
    03/31/2017 20:32:27(GMT) - tclHttpCopy - error code: NONE
    03/31/2017 20:32:27(GMT) - tclHttpCopy - Could not get file file://timestamp.txt:Unsupported URL type "file"
    03/31/2017 20:32:27(GMT) - Util::runProxyFinder - CCS_WARNING: Unable to find
    03/31/2017 20:32:27(GMT) - my - urls found from prefs file:
    03/31/2017 20:32:27(GMT) - my - No /home/captain/ti/ccsv7/eclipse/ccs_appcenter_selection.properties file found
    03/31/2017 20:32:27(GMT) - my - urls reordered:
    03/31/2017 20:32:27(GMT) - my -
    03/31/2017 20:32:27(GMT) - my -
    03/31/2017 20:32:27(GMT) - my - Finish Status Num of families selected: 2 ; num families available: 20
    03/31/2017 20:32:27(GMT) - ::programArgs37 - OSD: Ubuntu16.04.2 LTS-64-bit
    03/31/2017 20:32:27(GMT) - my - EMU_TI selected: 1
    03/31/2017 20:32:27(GMT) - my - Current state: feature installed
    03/31/2017 20:32:27(GMT) - my - EMU_TI compareversion: 6.0.576.0 6.0.579.0
    03/31/2017 20:32:27(GMT) - my - New state: feature registered
    03/31/2017 20:32:27(GMT) - writeDebugFile - Install Information:
    
    
    03/31/2017 20:32:27(GMT) - writeDebugFile - Install Version:  7.1.0.00016
    03/31/2017 20:32:27(GMT) - writeDebugFile - Install Source	: /home/captain/ti/ccsv7/eclipse/downloads
    03/31/2017 20:32:27(GMT) - writeDebugFile - Install Temp	: /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8
    03/31/2017 20:32:27(GMT) - writeDebugFile - Install Type	: Web
    03/31/2017 20:32:27(GMT) - writeDebugFile - OS				: Linux
    03/31/2017 20:32:27(GMT) - writeDebugFile - OS Name		: Ubuntu 16.04.2 LTS
    03/31/2017 20:32:27(GMT) - writeDebugFile - OS	Version		: 4.8.0-040800rc6-generic
    03/31/2017 20:32:27(GMT) - writeDebugFile - OS	Platform	: unix
    03/31/2017 20:32:27(GMT) - writeDebugFile -            	: 64-bit
    03/31/2017 20:32:27(GMT) - writeDebugFile - User ID		: captain
    03/31/2017 20:32:27(GMT) - writeDebugFile - Timezone		: CDT
    03/31/2017 20:32:27(GMT) - writeDebugFile - IPAddress		: 127.0.1.1
    03/31/2017 20:32:27(GMT) - writeDebugFile - Update/Rerun	: 1
    03/31/2017 20:32:27(GMT) - writeDebugFile - Command line	: eclipseprefix /home/captain/ti/ccsv7/eclipse prefix /home/captain/ti installersrc /home/captain/ti/ccsv7/eclipse/downloads installertmp /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8 buildid 7.1.0.00016 installer /home/captain/ti/ccsv7/eclipse/downloads/ccs_update_7.1.0.00016_linux64.bin bitness 64-bit os linux-x64 osname {Ubuntu 16.04.2 LTS} spversion NONE timestamp 20170331153225 AVon false
    
    03/31/2017 20:32:27(GMT) - writeDebugFile - Edition selected: ::edition0
    03/31/2017 20:32:27(GMT) - writeDebugFile - Product Families selected:
    03/31/2017 20:32:27(GMT) - writeDebugFile - PF_CC3X
    03/31/2017 20:32:27(GMT) - writeDebugFile - PF_TM4C
    03/31/2017 20:32:27(GMT) - writeDebugFile - Components to be installed:
    03/31/2017 20:32:27(GMT) - writeDebugFile - EMU_TI
    03/31/2017 20:32:27(GMT) - writeDebugFile - TIVA_STELLARIS_DRIVERS
    03/31/2017 20:32:27(GMT) - writeDebugFile - JRE
    03/31/2017 20:32:27(GMT) - writeDebugFile - P2APP
    03/31/2017 20:32:27(GMT) - writeDebugFile - ECLIPSE
    03/31/2017 20:32:27(GMT) - writeDebugFile - ECLIPSECORE
    03/31/2017 20:32:27(GMT) - writeDebugFile - P2TOOLS
    03/31/2017 20:32:27(GMT) - writeDebugFile - GMF
    03/31/2017 20:32:27(GMT) - writeDebugFile - IDE_MAIN
    03/31/2017 20:32:27(GMT) - writeDebugFile - IDE_WORKFLOW
    03/31/2017 20:32:27(GMT) - writeDebugFile - DVT_COMMON
    03/31/2017 20:32:27(GMT) - writeDebugFile - DVT_UIA
    03/31/2017 20:32:27(GMT) - writeDebugFile - DVT_VIA_CCS
    03/31/2017 20:32:27(GMT) - writeDebugFile - TIREX
    03/31/2017 20:32:27(GMT) - writeDebugFile - XULRUNNER
    03/31/2017 20:32:27(GMT) - writeDebugFile - INSTALLER
    03/31/2017 20:32:27(GMT) - writeDebugFile - IDE_CHROME
    03/31/2017 20:32:27(GMT) - writeDebugFile - IDE_TOOLS_COMMON
    03/31/2017 20:32:27(GMT) - writeDebugFile - IDE_GC
    03/31/2017 20:32:27(GMT) - writeDebugFile - TARGET_CONTENT_CORE
    03/31/2017 20:32:27(GMT) - writeDebugFile - TARGET_CONTENT_CORE_LEGACY
    03/31/2017 20:32:27(GMT) - writeDebugFile - NODEJS
    03/31/2017 20:32:27(GMT) - writeDebugFile - PINMUX
    03/31/2017 20:32:27(GMT) - writeDebugFile - IDE_ARM
    03/31/2017 20:32:27(GMT) - writeDebugFile - DVT_TRACE
    03/31/2017 20:32:27(GMT) - writeDebugFile - DVT_ENERGYTRACE
    03/31/2017 20:32:27(GMT) - writeDebugFile - DS
    03/31/2017 20:32:27(GMT) - writeDebugFile - DS_FLASH
    03/31/2017 20:32:27(GMT) - writeDebugFile - CLOUDAGENT
    03/31/2017 20:32:27(GMT) - writeDebugFile - EMU_STELLARIS
    03/31/2017 20:32:27(GMT) - writeDebugFile - DEV_SUPPORT_CC32XX
    03/31/2017 20:32:27(GMT) - writeDebugFile - DEV_SUPPORT_CC3220
    03/31/2017 20:32:27(GMT) - writeDebugFile - DEV_SUPPORT_CC32XX_COMMON
    03/31/2017 20:32:27(GMT) - writeDebugFile - ARM_CGT_HELP
    03/31/2017 20:32:27(GMT) - writeDebugFile - CGT_DEFAULTLIBS_TMS470
    03/31/2017 20:32:27(GMT) - writeDebugFile - DMED
    03/31/2017 20:32:27(GMT) - writeDebugFile - GCC_ARM_COMPILER
    03/31/2017 20:32:27(GMT) - writeDebugFile - TIVA_TM4C
    03/31/2017 20:32:27(GMT) - writeDebugFile - TIVA_TM4E
    03/31/2017 20:32:27(GMT) - Util::getProperty - found property AppFolder: {Texas Instruments/Code Composer Studio 7.1.0}
    03/31/2017 20:32:27(GMT) - Util::getProperty - found property ccs_buildid: 7.1.0.00016
    03/31/2017 20:32:27(GMT) - ProgressPane::Run - non-threaded
    03/31/2017 20:32:27(GMT) - ProgressPane::Run - RunInstall /home/captain/ti/ccsv7/eclipse/ccs_config.xml 1 0 0 0 /home/captain/ti/ccsv7/install_logs/20170331153225/ccs_setup_7.1.0.00016_install.log ::progressPane0 -1
    03/31/2017 20:32:27(GMT) - RunMain - CCS_INFO: Started with params pConfigFile=/home/captain/ti/ccsv7/eclipse/ccs_config.xml pProfiling=0 pUpdate=1 logfile=/home/captain/ti/ccsv7/install_logs/20170331153225/ccs_setup_7.1.0.00016_install.log progress=::progressUpdate0
    03/31/2017 20:32:27(GMT) - RunMain - CCS_INFO: encoding = utf-8
    03/31/2017 20:32:27(GMT) - readConfigFile - Start installing components:
    03/31/2017 20:32:27(GMT) - readConfigFile - read config file /home/captain/ti/ccsv7/eclipse/ccs_config.xml
    03/31/2017 20:32:27(GMT) - readConfigFile - found /home/captain/ti/ccsv7/eclipse/ccs_config.xml
    03/31/2017 20:32:27(GMT) - readConfigFile - Parsing Root Elements
    03/31/2017 20:32:27(GMT) - readConfigFile - Done Parsing
    03/31/2017 20:32:27(GMT) - readConfigFile - CCSDIR=/home/captain/ti/ccsv7
    03/31/2017 20:32:27(GMT) - readConfigFile - EclipseDir=/home/captain/ti/ccsv7/eclipse
    03/31/2017 20:32:27(GMT) - readConfigFile - InstallDir=/home/captain/ti
    03/31/2017 20:32:27(GMT) - readConfigFile - TempDir=/tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8
    03/31/2017 20:32:27(GMT) - readConfigFile - platform=linux-x64
    03/31/2017 20:32:27(GMT) - readConfigFile - LocalBaseRepository=/tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/baserepo
    03/31/2017 20:32:27(GMT) - readConfigFile - baserepourl=/baserepo
    03/31/2017 20:32:27(GMT) - readConfigFile - featureurl=/featurerepo
    03/31/2017 20:32:27(GMT) - readConfigFile - LocalRepository_Exists=0
    03/31/2017 20:32:27(GMT) - readConfigFile - componentinstaller=true
    03/31/2017 20:32:27(GMT) - readConfigFile - eclipseexe=eclipse
    03/31/2017 20:32:27(GMT) - readConfigFile - in install components
    03/31/2017 20:32:27(GMT) - readUserProfile - userprofile =
    03/31/2017 20:32:27(GMT) - formatUrlForEclipse - external url http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv
    03/31/2017 20:32:27(GMT) - tclHttpCopy - Downloading /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/ccs_error_codes.csv from http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv
    03/31/2017 20:32:27(GMT) - tclHttpCopy - httpstate= Server: Apache
    03/31/2017 20:32:27(GMT) - tclHttpCopy - httpstate= Location: https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv
    03/31/2017 20:32:27(GMT) - tclHttpCopy - Redirecting Location:https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv
    03/31/2017 20:32:27(GMT) - tclHttpCopy - Downloading /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/ccs_error_codes.csv from https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true&location=http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Server: Apache
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Location: http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv?tracked=1
    03/31/2017 20:32:28(GMT) - tclHttpCopy - Redirecting Location:http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv?tracked=1
    03/31/2017 20:32:28(GMT) - tclHttpCopy - Downloading /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/ccs_error_codes.csv from http://software-dl.ti.com/ccs/non-esd/analytics/ccs_error_codes.csv?tracked=1
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Server: Apache
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Last-Modified: Wed, 23 Nov 2016 16:52:36 GMT
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= ETag: "88c-541fab745fd00"
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Accept-Ranges: bytes
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Content-Length: 2188
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Content-Type: text/csv
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Date: Fri, 31 Mar 2017 20:32:28 GMT
    03/31/2017 20:32:28(GMT) - tclHttpCopy - httpstate= Connection: close
    03/31/2017 20:32:28(GMT) - RunMain - Update = 1
    03/31/2017 20:32:28(GMT) - downloadExtractJre - component JRE state feature installed
    03/31/2017 20:32:28(GMT) - setApp - cmdline = "/home/captain/ti/ccsv7/eclipse/eclipse"  -data "/tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/workspace" -application org.eclipse.equinox.p2.director -listInstalledRoots -nosplash
    03/31/2017 20:32:30(GMT) - setApp - installedrootlist: com.ti.ccstudio.base.feature.group/7.1.0.01971
    com.ti.ccstudio.cc3200.devicesupport.linux.feature.group/1.0.8
    com.ti.ccstudio.cc3200.driversupport.linux.feature.group/1.0.8
    com.ti.ccstudio.cc3220.devicesupport.linux.feature.group/1.0.1
    com.ti.ccstudio.cloudagent.linux.feature.group/0.5.1181
    com.ti.ccstudio.debugserver.linux.feature.group/7.1.0.1971
    com.ti.ccstudio.doc.linux.feature.group/7.1.0.20170317
    com.ti.ccstudio.idemain.feature.group/6.2.0.201703152000
    com.ti.ccstudio.installer.linux64.feature.group/7.1.0.00016
    com.ti.ccstudio.launcher.linux.feature.group/7.0.0.20161031
    com.ti.ccstudio.nodejs.linux.feature.group/6.9.1
    com.ti.ccstudio.p2appf.feature.group/6.0.0.201703152000
    com.ti.ccstudio.p2tool.feature.group/7.0.0.201611291427
    com.ti.ccstudio.pinmux.linux.feature.group/4.0.1470
    com.ti.ccstudio.targetdb.props.default.linux.feature.group/6.0.0.20131206
    com.ti.ccstudio.tms470.feature.group/7.1.0.201703152000
    com.ti.ccstudio.utils.cli.linux.feature.group/1.0.0.20160210
    com.ti.ccstudio.workflow.feature.group/7.0.0.201703152000
    com.ti.cgt.arm.16.9.help.feature.group/16.9.0.20161026170303
    com.ti.cgt.dmed.linux.feature.group/1.1.5
    com.ti.cgt.tms470.16.linux-x64.feature.group/16.9.1.LTS
    com.ti.chromium.browser.feature.group/7.1.0.201703152000
    com.ti.debug.server.feature.group/6.0.1.201703152000
    com.ti.dsflash.linux.feature.group/7.1.0.1971
    com.ti.dvt.energytrace.feature.group/4.1.0.201702211632
    com.ti.dvt2.analysis.suite.feature.group/4.1.0.201702211632
    com.ti.dvt2.graph.visualization.feature.group/4.1.0.201702211632
    com.ti.dvt2.profileanalysismanager.feature.group/4.1.0.201702211632
    com.ti.dvt2.resource.explorer.feature.group/4.1.0.201702211632
    com.ti.dvt2.rov.feature.group/4.1.0.201702211632
    com.ti.dvt2.trace.ccs.feature.group/4.1.0.201702211632
    com.ti.dvt2.trace.control.feature.group/4.1.0.201702211632
    com.ti.dvt2.uia.feature.group/4.1.0.201702211632
    com.ti.dvt2.via.ccs.feature.group/4.1.0.201702211632
    com.ti.emulation.pack.linux.feature.group/6.0.579.0
    com.ti.gc.backplane.feature.group/6.1.0.201703152000
    com.ti.gc.pm.feature.group/6.1.0.201703152000
    com.ti.gcc.arm.linux.feature.group/4.9.3.2015q3_20150921
    com.ti.targetcontent.feature.group/1.0.0.201702201727
    com.ti.tirex.feature.group/3.1.3.201703171233
    com.ti.tiva_stellaris.setup.linux.feature.group/2.1.3.15
    com.ti.tiva_tm4c.setup.linux.feature.group/2.1.1.15071
    com.ti.tiva_tm4e.setup.linux.feature.group/2.1.1.15071
    com.ti.tools.common.feature.group/6.2.0.201703152000
    com.ti.xdctools_3_32.update.feature.group/3.32.1.22
    gnu.io.rxtx.feature.group/2.1.8.0_201606281300
    org.eclipse.cdt.build.crossgcc.feature.group/9.0.0.201606062011
    org.eclipse.cdt.debug.ui.memory.feature.group/9.0.0.201606062011
    org.eclipse.cdt.feature.group/9.0.0.201606062011
    org.eclipse.cdt.launch.remote.feature.group/9.0.0.201606062011
    org.eclipse.egit.feature.group/4.4.0.201606070830-r
    org.eclipse.epp.mpc.feature.group/1.5.0.v20160608-1804
    org.eclipse.equinox.p2.discovery.feature.feature.group/1.0.400.v20160504-1450
    org.eclipse.equinox.p2.user.ui.feature.group/2.2.200.v20160606-1311
    org.eclipse.gef.feature.group/3.11.0.201606061308
    org.eclipse.gmf.runtime.thirdparty.feature.group/1.10.0.201606071959
    org.eclipse.help.feature.group/2.2.0.v20160606-1100
    org.eclipse.platform.ide/4.6.0.I20160607-1100
    org.eclipse.rse.feature.group/3.7.1.201603211627
    org.eclipse.rtsc.xdctools.product.ui.feature.group/3.50.1.12
    org.eclipse.rtsc.xdctools.product_3.32.1.22.feature.group/3.32.1.22
    org.eclipse.rtsc.xdctools.product_3.50.1.12.feature.group/3.50.1.12
    org.eclipse.tm.terminal.feature.feature.group/4.1.0.201606052351
    Operation completed in 372 ms.
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.base.feature.group) to 1 and versions(com.ti.ccstudio.base.feature.group) to 7.1.0.01971
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.cc3200.devicesupport.linux.feature.group) to 1 and versions(com.ti.ccstudio.cc3200.devicesupport.linux.feature.group) to 1.0.8
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.cc3200.driversupport.linux.feature.group) to 1 and versions(com.ti.ccstudio.cc3200.driversupport.linux.feature.group) to 1.0.8
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.cc3220.devicesupport.linux.feature.group) to 1 and versions(com.ti.ccstudio.cc3220.devicesupport.linux.feature.group) to 1.0.1
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.cloudagent.linux.feature.group) to 1 and versions(com.ti.ccstudio.cloudagent.linux.feature.group) to 0.5.1181
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.debugserver.linux.feature.group) to 1 and versions(com.ti.ccstudio.debugserver.linux.feature.group) to 7.1.0.1971
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.doc.linux.feature.group) to 1 and versions(com.ti.ccstudio.doc.linux.feature.group) to 7.1.0.20170317
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.idemain.feature.group) to 1 and versions(com.ti.ccstudio.idemain.feature.group) to 6.2.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.installer.linux64.feature.group) to 1 and versions(com.ti.ccstudio.installer.linux64.feature.group) to 7.1.0.00016
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.launcher.linux.feature.group) to 1 and versions(com.ti.ccstudio.launcher.linux.feature.group) to 7.0.0.20161031
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.nodejs.linux.feature.group) to 1 and versions(com.ti.ccstudio.nodejs.linux.feature.group) to 6.9.1
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.p2appf.feature.group) to 1 and versions(com.ti.ccstudio.p2appf.feature.group) to 6.0.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.p2tool.feature.group) to 1 and versions(com.ti.ccstudio.p2tool.feature.group) to 7.0.0.201611291427
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.pinmux.linux.feature.group) to 1 and versions(com.ti.ccstudio.pinmux.linux.feature.group) to 4.0.1470
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.targetdb.props.default.linux.feature.group) to 1 and versions(com.ti.ccstudio.targetdb.props.default.linux.feature.group) to 6.0.0.20131206
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.tms470.feature.group) to 1 and versions(com.ti.ccstudio.tms470.feature.group) to 7.1.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.utils.cli.linux.feature.group) to 1 and versions(com.ti.ccstudio.utils.cli.linux.feature.group) to 1.0.0.20160210
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.ccstudio.workflow.feature.group) to 1 and versions(com.ti.ccstudio.workflow.feature.group) to 7.0.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.cgt.arm.16.9.help.feature.group) to 1 and versions(com.ti.cgt.arm.16.9.help.feature.group) to 16.9.0.20161026170303
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.cgt.dmed.linux.feature.group) to 1 and versions(com.ti.cgt.dmed.linux.feature.group) to 1.1.5
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.chromium.browser.feature.group) to 1 and versions(com.ti.chromium.browser.feature.group) to 7.1.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.debug.server.feature.group) to 1 and versions(com.ti.debug.server.feature.group) to 6.0.1.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dsflash.linux.feature.group) to 1 and versions(com.ti.dsflash.linux.feature.group) to 7.1.0.1971
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt.energytrace.feature.group) to 1 and versions(com.ti.dvt.energytrace.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.analysis.suite.feature.group) to 1 and versions(com.ti.dvt2.analysis.suite.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.graph.visualization.feature.group) to 1 and versions(com.ti.dvt2.graph.visualization.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.profileanalysismanager.feature.group) to 1 and versions(com.ti.dvt2.profileanalysismanager.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.resource.explorer.feature.group) to 1 and versions(com.ti.dvt2.resource.explorer.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.rov.feature.group) to 1 and versions(com.ti.dvt2.rov.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.trace.ccs.feature.group) to 1 and versions(com.ti.dvt2.trace.ccs.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.trace.control.feature.group) to 1 and versions(com.ti.dvt2.trace.control.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.uia.feature.group) to 1 and versions(com.ti.dvt2.uia.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.dvt2.via.ccs.feature.group) to 1 and versions(com.ti.dvt2.via.ccs.feature.group) to 4.1.0.201702211632
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.emulation.pack.linux.feature.group) to 1 and versions(com.ti.emulation.pack.linux.feature.group) to 6.0.579.0
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.gc.backplane.feature.group) to 1 and versions(com.ti.gc.backplane.feature.group) to 6.1.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.gc.pm.feature.group) to 1 and versions(com.ti.gc.pm.feature.group) to 6.1.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.targetcontent.feature.group) to 1 and versions(com.ti.targetcontent.feature.group) to 1.0.0.201702201727
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.tirex.feature.group) to 1 and versions(com.ti.tirex.feature.group) to 3.1.3.201703171233
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.tiva_stellaris.setup.linux.feature.group) to 1 and versions(com.ti.tiva_stellaris.setup.linux.feature.group) to 2.1.3.15
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.tiva_tm4c.setup.linux.feature.group) to 1 and versions(com.ti.tiva_tm4c.setup.linux.feature.group) to 2.1.1.15071
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.tiva_tm4e.setup.linux.feature.group) to 1 and versions(com.ti.tiva_tm4e.setup.linux.feature.group) to 2.1.1.15071
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.tools.common.feature.group) to 1 and versions(com.ti.tools.common.feature.group) to 6.2.0.201703152000
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(com.ti.xdctools_3_32.update.feature.group) to 1 and versions(com.ti.xdctools_3_32.update.feature.group) to 3.32.1.22
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.cdt.build.crossgcc.feature.group) to 1 and versions(org.eclipse.cdt.build.crossgcc.feature.group) to 9.0.0.201606062011
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.cdt.debug.ui.memory.feature.group) to 1 and versions(org.eclipse.cdt.debug.ui.memory.feature.group) to 9.0.0.201606062011
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.cdt.feature.group) to 1 and versions(org.eclipse.cdt.feature.group) to 9.0.0.201606062011
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.cdt.launch.remote.feature.group) to 1 and versions(org.eclipse.cdt.launch.remote.feature.group) to 9.0.0.201606062011
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.gef.feature.group) to 1 and versions(org.eclipse.gef.feature.group) to 3.11.0.201606061308
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.gmf.runtime.thirdparty.feature.group) to 1 and versions(org.eclipse.gmf.runtime.thirdparty.feature.group) to 1.10.0.201606071959
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.rse.feature.group) to 1 and versions(org.eclipse.rse.feature.group) to 3.7.1.201603211627
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.rtsc.xdctools.product.ui.feature.group) to 1 and versions(org.eclipse.rtsc.xdctools.product.ui.feature.group) to 3.50.1.12
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.rtsc.xdctools.product_3.32.1.22.feature.group) to 1 and versions(org.eclipse.rtsc.xdctools.product_3.32.1.22.feature.group) to 3.32.1.22
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.rtsc.xdctools.product_3.50.1.12.feature.group) to 1 and versions(org.eclipse.rtsc.xdctools.product_3.50.1.12.feature.group) to 3.50.1.12
    03/31/2017 20:32:30(GMT) - setApp - setting featuregroups(org.eclipse.tm.terminal.feature.feature.group) to 1 and versions(org.eclipse.tm.terminal.feature.feature.group) to 4.1.0.201606052351
    03/31/2017 20:32:30(GMT) - setApp - app = com.ti.ccstudio.p2app
    03/31/2017 20:32:30(GMT) - installEclipse - In InstallEclipse for linux-x64
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 1; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing JRE
    03/31/2017 20:32:30(GMT) - processOtherFeatures - JRE state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 2; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing ECLIPSECORE
    03/31/2017 20:32:30(GMT) - processOtherFeatures - ECLIPSECORE state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 3; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing ECLIPSE
    03/31/2017 20:32:30(GMT) - processOtherFeatures - ECLIPSE state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 4; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DS
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DS state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 5; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DS_FLASH
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DS_FLASH state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 6; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing CLOUDAGENT
    03/31/2017 20:32:30(GMT) - processOtherFeatures - CLOUDAGENT state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 7; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing NODEJS
    03/31/2017 20:32:30(GMT) - processOtherFeatures - NODEJS state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 8; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing PINMUX
    03/31/2017 20:32:30(GMT) - processOtherFeatures - PINMUX state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 9; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing CGT_DEFAULTLIBS_C2800
    03/31/2017 20:32:30(GMT) - processOtherFeatures - CGT_DEFAULTLIBS_C2800 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 10; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing CGT_DEFAULTLIBS_C6000_V8P
    03/31/2017 20:32:30(GMT) - processOtherFeatures - CGT_DEFAULTLIBS_C6000_V8P state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 11; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing CGT_DEFAULTLIBS_MSP430
    03/31/2017 20:32:30(GMT) - processOtherFeatures - CGT_DEFAULTLIBS_MSP430 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 12; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing CGT_DEFAULTLIBS_TMS470
    03/31/2017 20:32:30(GMT) - processOtherFeatures - CGT_DEFAULTLIBS_TMS470 state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 13; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_TOOLS_COMMON
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_TOOLS_COMMON state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 14; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_GC
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_GC state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 15; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_MAIN
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_MAIN state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 16; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_WORKFLOW
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_WORKFLOW state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 17; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_ARM
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_ARM state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 18; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_CHROME
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_CHROME state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 19; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_MSP430
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_MSP430 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 20; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_C2000
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_C2000 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 21; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_C5500
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_C5500 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 22; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing P2TOOLS
    03/31/2017 20:32:30(GMT) - processOtherFeatures - P2TOOLS state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 23; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing IDE_C6000
    03/31/2017 20:32:30(GMT) - processOtherFeatures - IDE_C6000 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 24; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing TARGET_CONTENT_CORE_LEGACY
    03/31/2017 20:32:30(GMT) - processOtherFeatures - TARGET_CONTENT_CORE_LEGACY state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 25; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DVT_COMMON
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DVT_COMMON state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 26; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DVT_TRACE
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DVT_TRACE state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 27; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing TIREX
    03/31/2017 20:32:30(GMT) - processOtherFeatures - TIREX state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 28; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DVT_VIA_CCS
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DVT_VIA_CCS state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 29; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DVT_UIA
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DVT_UIA state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 30; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DVT_ENERGYTRACE
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DVT_ENERGYTRACE state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 31; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing P2APP
    03/31/2017 20:32:30(GMT) - processOtherFeatures - P2APP state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 32; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing EMU_BH
    03/31/2017 20:32:30(GMT) - processOtherFeatures - EMU_BH state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 33; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing TIVA_STELLARIS_DRIVERS
    03/31/2017 20:32:30(GMT) - processOtherFeatures - TIVA_STELLARIS_DRIVERS state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 34; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing EMU_TI
    03/31/2017 20:32:30(GMT) - processOtherFeatures - state:feature registered
    03/31/2017 20:32:30(GMT) - processOtherFeatures - binary:ti_emupack_setup_6.0.579.0_linux_x86_64.bin
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 35; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing EMU_HERCULES
    03/31/2017 20:32:30(GMT) - processOtherFeatures - EMU_HERCULES state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 36; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing EMU_SD
    03/31/2017 20:32:30(GMT) - processOtherFeatures - EMU_SD state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 37; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing EMU_C2000
    03/31/2017 20:32:30(GMT) - processOtherFeatures - EMU_C2000 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 38; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing EMU_C2000_FLASH
    03/31/2017 20:32:30(GMT) - processOtherFeatures - EMU_C2000_FLASH state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 39; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing MSP430_BUILD_DEBUG
    03/31/2017 20:32:30(GMT) - processOtherFeatures - MSP430_BUILD_DEBUG state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 40; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing MSP430_GCC_SUPPORT
    03/31/2017 20:32:30(GMT) - processOtherFeatures - MSP430_GCC_SUPPORT state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 41; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing MSP432_BUILD_DEBUG
    03/31/2017 20:32:30(GMT) - processOtherFeatures - MSP432_BUILD_DEBUG state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 42; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing SEGGER_J_LINK
    03/31/2017 20:32:30(GMT) - processOtherFeatures - SEGGER_J_LINK state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 43; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing KEYSTONE2
    03/31/2017 20:32:30(GMT) - processOtherFeatures - KEYSTONE2 state: do not install; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - length of features = 75; 44; 0
    03/31/2017 20:32:30(GMT) - processOtherFeatures - processing DMED
    03/31/2017 20:32:30(GMT) - processOtherFeatures - Next component is MSP430_CGT_HELP, setting counting to 5
    03/31/2017 20:32:30(GMT) - processOtherFeatures - DMED state: feature installed; does not need to be processed
    03/31/2017 20:32:30(GMT) - processOtherFeatures - counting = 5; 44  75
    03/31/2017 20:32:30(GMT) - processOtherFeatures - fullrepolist
    03/31/2017 20:32:30(GMT) - processOtherFeatures - fullfeaturelist
    03/31/2017 20:32:30(GMT) - processOtherFeatures - found_msp_repo: false
    03/31/2017 20:32:30(GMT) - processOtherFeatures - Processing EMU_TI to install
    03/31/2017 20:32:30(GMT) - processOtherFeatures - current state = feature registered
    03/31/2017 20:32:30(GMT) - processOtherFeatures - false true feature registered
    03/31/2017 20:32:30(GMT) - processOtherFeatures - CCS_INFO: binary ti_emupack_setup_6.0.579.0_linux_x86_64.bin; ext = .bin
    03/31/2017 20:32:30(GMT) - InstallBins - .bin: ti_emupack_setup_6.0.579.0_linux_x86_64.bin --mode unattended --ccs true  --prefix "/home/captain/ti/ccsv7" --eclipseprefix  "/home/captain/ti/ccsv7/eclipse" --enable-components arm,xds100,xds560
    03/31/2017 20:32:30(GMT) - InstallBins - cmd = "/home/captain/ti/ccsv7/eclipse/downloads/ti_emupack_setup_6.0.579.0_linux_x86_64.bin" --mode unattended --ccs true  --prefix "/home/captain/ti/ccsv7" --eclipseprefix  "/home/captain/ti/ccsv7/eclipse" --enable-components arm,xds100,xds560
    03/31/2017 20:32:30(GMT) - InstallBins - CCS_INFO: Installing
    03/31/2017 20:32:41(GMT) - InstallBins - New state: feature installed
    03/31/2017 20:32:41(GMT) - get_percentage - values 1 1 65
    03/31/2017 20:32:41(GMT) - get_percentage - increase by 65.0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - CCS_INFO: Finished installing binary ti_emupack_setup_6.0.579.0_linux_x86_64.bin
    03/31/2017 20:32:41(GMT) - processOtherFeatures - CCS_INFO: Deleting binary /home/captain/ti/ccsv7/eclipse/downloads/ti_emupack_setup_6.0.579.0_linux_x86_64.bin
    03/31/2017 20:32:41(GMT) - processOtherFeatures - new state: feature installed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 45; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing MSP430_CGT_HELP
    03/31/2017 20:32:41(GMT) - processOtherFeatures - found MSP430_CGT_HELP, setting counting to 5
    03/31/2017 20:32:41(GMT) - processOtherFeatures - MSP430_CGT_HELP state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 46; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing C6000_CGT_HELP
    03/31/2017 20:32:41(GMT) - processOtherFeatures - found C6000_CGT_HELP, setting counting to 5
    03/31/2017 20:32:41(GMT) - processOtherFeatures - C6000_CGT_HELP state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 47; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing ARM_CGT_HELP
    03/31/2017 20:32:41(GMT) - processOtherFeatures - found ARM_CGT_HELP, setting counting to 5
    03/31/2017 20:32:41(GMT) - processOtherFeatures - ARM_CGT_HELP state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 48; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing C2000_CGT_HELP
    03/31/2017 20:32:41(GMT) - processOtherFeatures - found C2000_CGT_HELP, setting counting to 5
    03/31/2017 20:32:41(GMT) - processOtherFeatures - C2000_CGT_HELP state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 49; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_SHARED
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_SHARED state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 50; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_SITARA
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_SITARA state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 51; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_C55XX
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_C55XX state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 52; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_C6000
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_C6000 state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 53; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_C6000MC
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_C6000MC state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 54; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_DAVINCI
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_DAVINCI state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 55; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_INTEGRA
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_INTEGRA state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 56; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_OMAP
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_OMAP state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 57; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_CC2538
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_CC2538 state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 58; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_CC26XX
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_CC26XX state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 59; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_MMWAVE
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_MMWAVE state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 60; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_AUTOMOTIVE
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_AUTOMOTIVE state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 61; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_PGA
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_PGA state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 62; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing TARGET_CONTENT_CORE
    03/31/2017 20:32:41(GMT) - processOtherFeatures - TARGET_CONTENT_CORE state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 63; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing GCC_ARM_COMPILER
    03/31/2017 20:32:41(GMT) - processOtherFeatures - GCC_ARM_COMPILER state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 64; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing TIVA_TM4C
    03/31/2017 20:32:41(GMT) - processOtherFeatures - TIVA_TM4C state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 65; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing TIVA_TM4E
    03/31/2017 20:32:41(GMT) - processOtherFeatures - TIVA_TM4E state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 66; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing KEYSTONE1
    03/31/2017 20:32:41(GMT) - processOtherFeatures - KEYSTONE1 state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 67; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_CC32XX
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_CC32XX state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 68; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_CC32XX_COMMON
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_CC32XX_COMMON state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 69; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_CC3220
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_CC3220 state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 70; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing DEV_SUPPORT_UCD31XX
    03/31/2017 20:32:41(GMT) - processOtherFeatures - DEV_SUPPORT_UCD31XX state: do not install; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 71; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing CCS_LAUNCHER
    03/31/2017 20:32:41(GMT) - processOtherFeatures - CCS_LAUNCHER state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 72; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing CCS_DOC
    03/31/2017 20:32:41(GMT) - processOtherFeatures - CCS_DOC state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 73; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing CCS_UTILS
    03/31/2017 20:32:41(GMT) - processOtherFeatures - CCS_UTILS state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 74; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing TARGETDB_DEF_PROPS
    03/31/2017 20:32:41(GMT) - processOtherFeatures - TARGETDB_DEF_PROPS state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - length of features = 75; 75; 0
    03/31/2017 20:32:41(GMT) - processOtherFeatures - processing INSTALLER
    03/31/2017 20:32:41(GMT) - processOtherFeatures - INSTALLER state: feature installed; does not need to be processed
    03/31/2017 20:32:41(GMT) - processOtherFeatures - counting = 0; 75  75
    03/31/2017 20:32:41(GMT) - processOtherFeatures - fullrepolist
    03/31/2017 20:32:41(GMT) - processOtherFeatures - fullfeaturelist
    03/31/2017 20:32:41(GMT) - processOtherFeatures - found_msp_repo: false
    03/31/2017 20:32:41(GMT) - processOtherFeatures - Did not find component with order 76
    03/31/2017 20:32:41(GMT) - processOtherFeatures - counting = 0; 75  75
    03/31/2017 20:32:41(GMT) - processOtherFeatures - fullrepolist
    03/31/2017 20:32:41(GMT) - processOtherFeatures - fullfeaturelist
    03/31/2017 20:32:41(GMT) - processOtherFeatures - found_msp_repo: false
    03/31/2017 20:32:41(GMT) - copyStdLibrary - in copyStdLibrary linux-x64
    03/31/2017 20:32:41(GMT) - copyStdLibrary - cmd = /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/dependency-checker/check_depends.sh
    03/31/2017 20:32:41(GMT) - copyStdLibrary - CCS_INFO: /tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/dependency-checker/check_depends.sh:Installed versions of glibc and glibcxx: 2.23, N/A
    Required versions of glibc and glibcxx:  2.15, GLIBCXX_3.4.19
    GLIBC_INSTALLED: 2.23
    GLIBC_REQUIRED: 2.15
    Checking availability of libraries in ext-depends.txt ...
    Done.
    03/31/2017 20:32:41(GMT) - copyStdLibrary - Line: Installed versions of glibc and glibcxx: 2.23, N/A
    03/31/2017 20:32:41(GMT) - copyStdLibrary - Line: Required versions of glibc and glibcxx:  2.15, GLIBCXX_3.4.19
    03/31/2017 20:32:41(GMT) - copyStdLibrary - Line: GLIBC_INSTALLED: 2.23
    03/31/2017 20:32:41(GMT) - copyStdLibrary - Line: GLIBC_REQUIRED: 2.15
    03/31/2017 20:32:41(GMT) - copyStdLibrary - Line: Checking availability of libraries in ext-depends.txt ...
    03/31/2017 20:32:41(GMT) - copyStdLibrary - Line: Done.
    03/31/2017 20:32:41(GMT) - writeOutConfigFile - writing /home/captain/ti/ccsv7/eclipse/ccs_config.xml
    03/31/2017 20:32:41(GMT) - registerNewTargetContentProducts - cmdline = "/home/captain/ti/ccsv7/eclipse/eclipse" -application com.ti.common.core.initialize -data "/tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/workspace" -ccs.profileTag "Updates include: " -nosplash
    03/31/2017 20:32:44(GMT) - registerNewTargetContentProducts - CCS_INFO: Successfully ran "/home/captain/ti/ccsv7/eclipse/eclipse" -application com.ti.common.core.initialize -data "/tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/workspace" -ccs.profileTag "Updates include: " -nosplash
    03/31/2017 20:32:44(GMT) - fixIni - cmd = "/home/captain/ti/ccsv7/ccs_base/common/bin/fs" --fixini ccstudio.ini
    03/31/2017 20:32:44(GMT) - fixIni - CCS_INFO: Successfully ran /home/captain/ti/ccsv7/ccs_base/common/bin/fs
    03/31/2017 20:32:44(GMT) - runFSClean - cmd = "/home/captain/ti/ccsv7/ccs_base/common/bin/fs" --clean
    03/31/2017 20:32:44(GMT) - runFSClean - Removing temporary files...
    Success
    03/31/2017 20:32:44(GMT) - runFSClean - CCS_INFO: Successfully ran "/home/captain/ti/ccsv7/ccs_base/common/bin/fs" --clean
    03/31/2017 20:32:44(GMT) - writeSummary - profiling = 0
    03/31/2017 20:32:44(GMT) - RunMain - rebootrequired (main) : 0
    03/31/2017 20:32:44(GMT) - verifyInstall - CCS_INFO: Found baseplugin /home/captain/ti/ccsv7/eclipse/plugins/com.ti.ccstudio.base_7.1.0.01971
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.arm.16.9.help state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.c2000.16.9.help state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.c6000.7.4.help state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.doc.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.launcher.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.utils.cli.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.c2000.16.linux-x64 state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.c6000.8.1.linux-x64 state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.msp430.16.linux-x64 state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.tms470.16.linux-x64 state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.cloudagent.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.automotive.devicesupport state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.c55xx.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.c6000.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.c6000mc.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.cc2538.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.cc26xx.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.cc3220.devicesupport.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.cc3200.driversupport.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.cc3200.devicesupport.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.davinci.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.integra.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.mmwaveradar.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.omap.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.pga.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.shared.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.sitara.devicesupport.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ucd31xx.support.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.dmed.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.debugserver.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.dsflash.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.dvt2.graph.visualization.feature.group,com.ti.dvt2.rov.feature.group,com.ti.dvt2.resource.explorer.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.dvt.energytrace.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.dvt2.trace.ccs.feature.group,com.ti.dvt2.trace.control.feature.group,com.ti.dvt2.analysis.suite.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.dvt2.uia.feature.group,com.ti.dvt2.analysis.suite.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.dvt2.via.ccs.feature.group,com.ti.dvt2.profileanalysismanager.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - org.eclipse.platform.ide,org.eclipse.help.feature.group,org.eclipse.equinox.p2.discovery.feature.feature.group,org.eclipse.equinox.p2.user.ui.feature.group,org.eclipse.cdt.feature.group,org.eclipse.cdt.debug.ui.memory.feature.group,org.eclipse.tm.terminal.feature.feature.group,org.eclipse.epp.mpc.feature.group,org.eclipse.egit.feature.group,org.eclipse.cdt.build.crossgcc.feature.group,org.eclipse.rse.feature.group,org.eclipse.cdt.launch.remote.feature.group,org.eclipse.gef.feature.group,gnu.io.rxtx.feature.group,org.eclipse.gmf.runtime.thirdparty.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall -  state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.bh.ccstudio.emulation.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.c2000.support.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.c2800.flash state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.hercules.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.sd.ccstudio.emulation.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall -  state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.gcc.arm.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.tms470 state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.c2000 state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.c5500 state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.c6000.feature.group,com.ti.ccstudio.c7000.feature.group state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.chromium.browser.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.gc.backplane.feature.group,com.ti.gc.pm.feature.group,com.ti.debug.server.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.idemain state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.msp430 state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.tools.common.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.workflow state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.installer.linux64 state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - jre state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.emulation.keystone1.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.emulation.keystone2.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.msp430.build_debug state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.cgt.msp430.16.9.help state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.msp430.gcc_support state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.msp432.build_debug state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.nodejs.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.p2appf state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.p2tool state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.pinmux.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.segger.jlink.linux state: do not install
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.ccstudio.targetdb.props.default.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.targetcontent.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.xdctools_3_32.update.feature.group state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.tirex state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.tiva_stellaris.setup.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.tiva_tm4c.setup.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - com.ti.tiva_tm4e.setup.linux state: feature installed
    03/31/2017 20:32:44(GMT) - verifyInstall - Errors: 0
    03/31/2017 20:32:44(GMT) - verifyInstall - Warnings: 0
    03/31/2017 20:32:44(GMT) - verifyInstall - rebootrequired (verifyinstall) : 0
    03/31/2017 20:32:44(GMT) - verifyInstall - CCS_INFO: Code Composer Studio v7 Installation Complete.
    03/31/2017 20:32:44(GMT) - verifyInstall - CCS_INFO: Code Composer Studio v7 has been successfully installed.
    03/31/2017 20:32:44(GMT) - removeURL - cmdline = "/home/captain/ti/ccsv7/eclipse/eclipse"  -data "/tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/workspace" -application com.ti.ccstudio.p2app -removerepo "file:/home/captain/ti/ccsv7/eclipse/downloads/featurerepo" -nosplash
    03/31/2017 20:32:46(GMT) - removeURL - successfully ran "/home/captain/ti/ccsv7/eclipse/eclipse"  -data "/tmp/ccs_be2d627d-2cbc-4831-496f-585fe2bb93b8/workspace" -application com.ti.ccstudio.p2app -removerepo "file:/home/captain/ti/ccsv7/eclipse/downloads/featurerepo" -nosplash
    03/31/2017 20:32:46(GMT) - cleanupEclipseFolders - Not deleting eclipse caches
    

  • Okay, so I just switched over to Windows 8.1, performed a fresh install. Same issue; code compiles fine, uploads, switches to 'Debug' view, and 'Resume' icon is grayed-out, and I cannot run code. This is extremely frustrating.

  • TI Folks - Please reference this thread: e2e.ti.com/.../2152558

    For posterity, here's my related post on Energia's 43oh forums here: forum.43oh.com/.../
  • This seems easily fixable/explainable... Is this at least on somebody's radar??

  • The stack pointer register is wrong.

    Here's CCSv6 and Energia 17, Working: 

    Here's CCSv7 and Energia 18, Not working: 

  • I can reproduce this and there does appear to be a bug somewhere in CCSv7. I will file a bug report so this gets looked at.

    In the meantime, you can use the following workaround.

    1) Make a copy of the file tm4c1294ncpdt.gel found in \ccsv7\ccs_base\emulation\gel
    2) Edit the copied file and add the following text:

    OnPreFileLoaded()
    {
    GEL_AdvancedReset("System Reset");
    }

    3) Open the .ccxml file found in the \targetConfigs folder in the CCS project, go to the Advanced tab, and set the Initialization script to the modified gel file. Save the target config file.

    After this, the debugger should halt properly at the start of the program. Let us know if this helps!

  • Thanks AartiG; I had actually discovered this, and posted the workaround on the relevant 43oh post here: forum.43oh.com/.../10294-ccs-v7-and-energia-cannot-debug-or-run-code but I forgot to do the same here on E2E.
  • The tracking # for this CCS bug is CCBT-2079.
  • Thanks AartiG,

    Sounds like it might be (have been?) a solution to same problem I'm seeing after import of my first Energia project into CCSv7... Mileage is similar to that see by others here: Code compiles great, debugger is triggered, even appears to be running fine. But no output to terminal, no apparent execution, in fact, of code.

    Interface does present me the JTAG Frequency entry box, but no way to set the initialization script - which I've duly edited to include indicated missive.

    What next?
  • AartiG - Am not presented any Target Configuration initialization script setting in CCS7 - how to direct the target to use my newly-modified gel file?

  • LouEEEE! said:
    Am not presented any Target Configuration initialization script setting in CCS7 - how to direct the target to use my newly-modified gel file?

    Which device are you working with? Could you attach a screenshot of your target configuration file, Advanced tab, with the device node highlighted?

  • Working with the TM4C129ENCPDT ( an EK-TM4C129EXL card ) :

    Issue is that I could not select the modified .gel file, per your guidance above. Instead, I simply modified the original to include the reset command.

    Would also like to send some output to console to help ( the poor man's ) debug ( of ) this thing; what are the minimum requirements?

  • LouEEEE! said:
    Issue is that I could not select the modified .gel file, per your guidance above.

    That is very odd that you do not see the setting for the GEL file. I've never seen this before.

    Can you try creating a new target configuration file and see if that works (even just try out different device selections)?
    What is the exact version of CCS you are using?

    LouEEEE! said:
    Would also like to send some output to console to help ( the poor man's ) debug ( of ) this thing; what are the minimum requirements?

    Do you mean that you would like to add some printf statements to your program to be able to print to console? The biggest requirement for that would be sufficient stack and heap size. More tips and details are in this page.