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.

MSP432E401Y: Cant debug with CCS

Part Number: MSP432E401Y
Other Parts Discussed in Thread: CCSTUDIO

recently developing a project i have a issue were i can load to the main func fine but once i press the debug resume button to hit a breakpoint thats when immediately the windows spin wheel shows up and the ui freezes and the title bar says Not Responding.The only way to get out is to end CCS process i've tried this on 4 different MSP432e4 launch dev-boards same results.I was originally on CCS v10.4.0 i upgraded to v11.1.0 the debug worked once with no issue but then it started crashing again.The debugger works fine on resource explorer projects,my program is written mainly in c++ and its final size is about 400kb(flash) 240kb(sram).Iam not sure were to start

Edit: Heres the log file when the error happens

!SESSION 2022-03-15 14:06:46.206 -----------------------------------------------
eclipse.buildId=4.14.0.I20191210-0610
java.version=1.8.0_144
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product com.ti.ccstudio.branding.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product com.ti.ccstudio.branding.product

!ENTRY org.eclipse.core.resources 2 10035 2022-03-15 14:06:48.266
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY com.ti.common.core 1 0 2022-03-15 14:06:48.432
!MESSAGE path=ccs_base/DebugServer

!ENTRY com.ti.common.core 1 0 2022-03-15 14:06:48.435
!MESSAGE debugServerDir=C:/ti/ccs1040/ccs/ccs_base/DebugServer

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.748
!MESSAGE constructor

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.749
!MESSAGE done with directories

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.750
!MESSAGE loading ti_logger

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.753
!MESSAGE Platform os: win32

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.754
!MESSAGE loading cToolsIF

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.760
!MESSAGE loading cTools

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.764
!MESSAGE loading TraceFactory

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.767
!MESSAGE loading sqlite3

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.770
!MESSAGE loading CloudTrace

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:06:56.783
!MESSAGE CloudTrace interface loaded

!ENTRY org.eclipse.e4.ui.workbench 1 0 2022-03-15 14:07:03.655
!MESSAGE REX Setting browser URL to: http://dev.ti.com/tirex4-desktop

!ENTRY com.ti.ccstudio.project.ui.webcontent 1 0 2022-03-15 14:07:06.258
!MESSAGE CCS HTTP adapter started! [ccs.port] - Open 'http://localhost/ide' in web browser to see listing of available APIs...

!ENTRY com.ti.common.project.core 4 0 2022-03-15 14:07:07.494
!MESSAGE Failed to parse product-descriptor file 'C:\ti\tivaware_c_series_2_1_4_178\package.tirex.json'
!STACK 0
org.json.JSONException: Duplicate key "devices"
	at org.json.JSONObject.putOnce(JSONObject.java:1129)
	at org.json.JSONObject.<init>(JSONObject.java:213)
	at org.json.JSONTokener.nextValue(JSONTokener.java:363)
	at org.json.JSONArray.<init>(JSONArray.java:117)
	at org.json.JSONTokener.nextValue(JSONTokener.java:366)
	at com.ti.common.project.core.products.reader.ProductDescriptor_JSON.createFrom(ProductDescriptor_JSON.java:52)
	at com.ti.common.project.core.products.reader.ProductManifestReader.internalReadProductDescriptor(ProductManifestReader.java:247)
	at com.ti.common.project.core.products.reader.ProductManifestReader.internalReadManifest(ProductManifestReader.java:141)
	at com.ti.common.project.core.products.reader.ProductManifestReader.readManifest(ProductManifestReader.java:120)
	at com.ti.common.project.core.internal.tools.ADiscoveryManager.collectSearchPathSubdirectories(ADiscoveryManager.java:409)
	at com.ti.common.project.core.internal.tools.ADiscoveryManager.collectSearchPathSubdirectories(ADiscoveryManager.java:467)
	at com.ti.common.project.core.internal.tools.ADiscoveryManager.toSearchPath(ADiscoveryManager.java:379)
	at com.ti.common.project.core.products.ProductDiscoveryManager.getProductDiscoverySearchPath(ProductDiscoveryManager.java:687)
	at org.eclipse.rtsc.project.core.extdiscovery.ExtensionSiteDiscoveryManager.discoverExtensionSites_all(ExtensionSiteDiscoveryManager.java:155)
	at org.eclipse.rtsc.project.core.extdiscovery.ExtensionSiteDiscoveryManager.getAllDiscoveredExtensionSites(ExtensionSiteDiscoveryManager.java:510)
	at org.eclipse.rtsc.xdctools.managedbuild.core.products.RTSCProductDiscoveryManager.getAllDiscoveredProductDescriptors(RTSCProductDiscoveryManager.java:533)
	at com.ti.common.project.core.products.ProductDiscoveryManager.getAllDiscoveredProductDescriptors(ProductDiscoveryManager.java:1030)
	at com.ti.ccstudio.project.ui.webcontent.internal.servlets.IDEServlet$4.handle(IDEServlet.java:233)
	at com.ti.ccstudio.project.ui.webcontent.internal.common.BaseApiServlet.doGet(BaseApiServlet.java:176)
	at com.ti.ccstudio.project.ui.webcontent.internal.common.BaseApiServlet.handle(BaseApiServlet.java:162)
	at com.ti.ccstudio.project.ui.webcontent.internal.ProjectWebcontentRouteProvider.handle(ProjectWebcontentRouteProvider.java:107)
	at com.ti.ccstudio.webcontent.internal.RouteHandler.handle(RouteHandler.java:61)
	at com.ti.ccstudio.webcontent.internal.HttpServerHandlerManager.handle(HttpServerHandlerManager.java:40)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.lang.Thread.run(Unknown Source)

!ENTRY com.ti.ccstudio.ui 1 0 2022-03-15 14:07:10.895
!MESSAGE CCS IDE session started!
	CCS build: 10.4.0.00006
	CCS location: C:/ti/ccs1040/ccs
	Workspace location: C:/Users/pal/Documents/GitHub/my_ti_project

!ENTRY com.ti.ccstudio.debug.server 4 214294189 2022-03-15 14:07:11.026
!MESSAGE Unexpected CCS exit detected [3/15/22 11:38 AM]!!!

!ENTRY com.ti.ccstudio.debug 1 0 2022-03-15 14:13:40.064
!MESSAGE DS_ERROR: CORTEX_M4_0: JTAG Communication Error: (Error -261 @ 0x0) Invalid response was received from the XDS110. (Emulation package 9.4.0.00129) 

!SESSION 2022-03-15 14:20:12.497 -----------------------------------------------
eclipse.buildId=4.19.0.I20210303-1800
java.version=11.0.13
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product com.ti.ccstudio.branding.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product com.ti.ccstudio.branding.product

!ENTRY org.eclipse.core.resources 2 10035 2022-03-15 14:20:27.392
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY com.ti.common.core 1 0 2022-03-15 14:20:27.481
!MESSAGE path=ccs_base/DebugServer

!ENTRY com.ti.common.core 1 0 2022-03-15 14:20:27.483
!MESSAGE debugServerDir=C:/ti/ccs1110/ccs/ccs_base/DebugServer

!ENTRY com.ti.ccstudio.ui 1 0 2022-03-15 14:20:45.245
!MESSAGE CCS IDE session started!
	CCS build: 11.1.0.00011 (previously: 10.4.0.00006)
	CCS location: C:/ti/ccs1110/ccs (previously: C:/ti/ccs1040/ccs)
	Workspace location: C:/Users/pal/Documents/GitHub/my_ti_project

!ENTRY com.ti.ccstudio.debug.server 4 214294189 2022-03-15 14:20:45.354
!MESSAGE Unexpected CCS exit detected [3/15/22, 11:21 AM]!!!

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.466
!MESSAGE constructor

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.467
!MESSAGE done with directories

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.469
!MESSAGE loading ti_logger

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.473
!MESSAGE Platform os: win32

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.475
!MESSAGE loading cToolsIF

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.518
!MESSAGE loading cTools

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.563
!MESSAGE loading TraceFactory

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.604
!MESSAGE loading sqlite3

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.641
!MESSAGE loading CloudTrace

!ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 14:20:45.784
!MESSAGE CloudTrace interface loaded

!ENTRY com.ti.ccstudio.project.ui.webcontent 1 0 2022-03-15 14:20:45.895
!MESSAGE CCS HTTP adapter started! [ccs.port] - Open 'http://localhost/ide' in web browser to see listing of available APIs...

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.235
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.251
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.267
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.285
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.291
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.314
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.333
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:10.345
!MESSAGE Unexpected overload for binary operator 4: 'operator +'

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:11.294
!MESSAGE Error: type is not a member of __libcpp_numeric_limits
!STACK 0
java.lang.IllegalArgumentException: type is not a member of __libcpp_numeric_limits
	at org.eclipse.cdt.internal.core.dom.parser.cpp.ClassTypeHelper.invalidMember(ClassTypeHelper.java:1155)
	at org.eclipse.cdt.internal.core.dom.parser.cpp.ClassTypeHelper.getVisibility(ClassTypeHelper.java:1081)
	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPClassSpecialization.getVisibility(CPPClassSpecialization.java:533)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.getVisibility(PDOMCPPLinkage.java:923)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addChild(PDOMCPPLinkage.java:933)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.createBinding(PDOMCPPLinkage.java:885)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addBinding(PDOMCPPLinkage.java:706)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addTypeBinding(PDOMCPPLinkage.java:1606)
	at org.eclipse.cdt.internal.core.pdom.dom.TypeMarshalBuffer.marshalBinding(TypeMarshalBuffer.java:92)
	at org.eclipse.cdt.internal.core.pdom.dom.TypeMarshalBuffer.marshalType(TypeMarshalBuffer.java:139)
	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPQualifierType.marshal(CPPQualifierType.java:107)
	at org.eclipse.cdt.internal.core.pdom.dom.TypeMarshalBuffer.marshalType(TypeMarshalBuffer.java:135)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMLinkage.storeType(PDOMLinkage.java:468)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMLinkage.storeType(PDOMLinkage.java:462)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPVariable.setType(PDOMCPPVariable.java:85)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPVariable.<init>(PDOMCPPVariable.java:55)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPField.<init>(PDOMCPPField.java:40)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.createBinding(PDOMCPPLinkage.java:806)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addBinding(PDOMCPPLinkage.java:706)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addBinding(PDOMCPPLinkage.java:626)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMFile.createPDOMName(PDOMFile.java:522)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMFile.addNames(PDOMFile.java:488)
	at org.eclipse.cdt.internal.core.pdom.WritablePDOM.addFileContent(WritablePDOM.java:158)
	at org.eclipse.cdt.internal.core.index.WritableCIndex.setFileContent(WritableCIndex.java:89)
	at org.eclipse.cdt.internal.core.pdom.PDOMWriter.storeFileInIndex(PDOMWriter.java:679)
	at org.eclipse.cdt.internal.core.pdom.PDOMWriter.storeSymbolsInIndex(PDOMWriter.java:329)
	at org.eclipse.cdt.internal.core.pdom.PDOMWriter.addSymbols(PDOMWriter.java:287)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.writeToIndex(AbstractIndexerTask.java:1295)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseFile(AbstractIndexerTask.java:1107)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseLinkage(AbstractIndexerTask.java:910)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.runTask(AbstractIndexerTask.java:572)
	at org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask.run(PDOMIndexerTask.java:164)
	at org.eclipse.cdt.internal.core.pdom.indexer.PDOMRebuildTask.run(PDOMRebuildTask.java:94)
	at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:160)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:21:11.296
!MESSAGE Error: type is not a member of __libcpp_numeric_limits
!STACK 0
java.lang.IllegalArgumentException: type is not a member of __libcpp_numeric_limits
	at org.eclipse.cdt.internal.core.dom.parser.cpp.ClassTypeHelper.invalidMember(ClassTypeHelper.java:1155)
	at org.eclipse.cdt.internal.core.dom.parser.cpp.ClassTypeHelper.getVisibility(ClassTypeHelper.java:1081)
	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPClassSpecialization.getVisibility(CPPClassSpecialization.java:533)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.getVisibility(PDOMCPPLinkage.java:923)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addChild(PDOMCPPLinkage.java:933)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.createBinding(PDOMCPPLinkage.java:885)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addBinding(PDOMCPPLinkage.java:706)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addTypeBinding(PDOMCPPLinkage.java:1606)
	at org.eclipse.cdt.internal.core.pdom.dom.TypeMarshalBuffer.marshalBinding(TypeMarshalBuffer.java:92)
	at org.eclipse.cdt.internal.core.pdom.dom.TypeMarshalBuffer.marshalType(TypeMarshalBuffer.java:139)
	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPQualifierType.marshal(CPPQualifierType.java:107)
	at org.eclipse.cdt.internal.core.pdom.dom.TypeMarshalBuffer.marshalType(TypeMarshalBuffer.java:135)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMLinkage.storeType(PDOMLinkage.java:468)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMLinkage.storeType(PDOMLinkage.java:462)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPVariable.setType(PDOMCPPVariable.java:85)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPVariable.<init>(PDOMCPPVariable.java:55)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPField.<init>(PDOMCPPField.java:40)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.createBinding(PDOMCPPLinkage.java:806)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addBinding(PDOMCPPLinkage.java:706)
	at org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkage.addBinding(PDOMCPPLinkage.java:626)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMFile.createPDOMName(PDOMFile.java:522)
	at org.eclipse.cdt.internal.core.pdom.dom.PDOMFile.addNames(PDOMFile.java:488)
	at org.eclipse.cdt.internal.core.pdom.WritablePDOM.addFileContent(WritablePDOM.java:158)
	at org.eclipse.cdt.internal.core.index.WritableCIndex.setFileContent(WritableCIndex.java:89)
	at org.eclipse.cdt.internal.core.pdom.PDOMWriter.storeFileInIndex(PDOMWriter.java:679)
	at org.eclipse.cdt.internal.core.pdom.PDOMWriter.storeSymbolsInIndex(PDOMWriter.java:329)
	at org.eclipse.cdt.internal.core.pdom.PDOMWriter.addSymbols(PDOMWriter.java:287)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.writeToIndex(AbstractIndexerTask.java:1295)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseFile(AbstractIndexerTask.java:1107)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseLinkage(AbstractIndexerTask.java:910)
	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.runTask(AbstractIndexerTask.java:572)
	at org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask.run(PDOMIndexerTask.java:164)
	at org.eclipse.cdt.internal.core.pdom.indexer.PDOMRebuildTask.run(PDOMRebuildTask.java:94)
	at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:160)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.cdt.core 1 0 2022-03-15 14:21:25.285
!MESSAGE Indexed 'my_ti_project' (123 sources, 738 headers) in 35.4 sec: 67,701 declarations; 128,076 references; 0 unresolved inclusions; 2 syntax errors; 1,019 unresolved names (0.52%)

!ENTRY org.eclipse.cdt.core 1 0 2022-03-15 14:21:30.312
!MESSAGE Indexed 'tirtos_build' (5 sources, 224 headers) in 4.97 sec: 22,785 declarations; 47,445 references; 16 unresolved inclusions; 12 syntax errors; 1,996 unresolved names (2.8%)

  • Hi John

    I haven't meet this issue before.

    Searched the possible reason of the error information " Unexpected overload for binary operator 4: 'operator +'" in the log file, Could you please change the break point location, for example in the main loop, and check if the same issue will be happened when you resume the debug operation?

    Thanks!

  • So a breakpoint inside main() will resume normally no issues, once i put a breakpoint in a class then i get the same CCS crash.I also tried the project on another computer and the same project debugged without issues.Here is the other computers .log file

    !SESSION 2022-03-11 17:30:50.799 -----------------------------------------------
    eclipse.buildId=4.14.0.I20191210-0610
    java.version=1.8.0_144
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Framework arguments:  -product com.ti.ccstudio.branding.product
    Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product com.ti.ccstudio.branding.product
    
    This is a continuation of log file Z:\Projects\CodeComposer\workspace\.metadata\.bak_0.log
    Created Time: 2022-03-11 18:19:39.145
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:19:39.146
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:19:39.146
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:19:39.149
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:19:39.151
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:39.774
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:39.777
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:39.778
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:39.782
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:58.224
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:58.226
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:58.227
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:24:58.231
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:25:15.255
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:25:15.256
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:25:15.267
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:25:15.269
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:28:57.758
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:28:57.760
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:28:57.761
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:28:57.766
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:15.907
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:15.908
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:15.918
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:15.922
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:31.547
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:31.548
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:31.549
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:29:31.557
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:15.638
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:15.640
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:15.641
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:15.647
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:31.902
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:31.904
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:31.905
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:31.917
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:48.174
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:48.176
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:48.180
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:30:48.182
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:04.476
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:04.477
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:04.488
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:04.491
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:19.432
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:19.434
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:19.437
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:19.439
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:34.295
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:34.296
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:34.298
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:31:34.300
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:16.572
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:16.573
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:16.576
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:16.577
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:36.437
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:36.439
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:36.446
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:32:36.448
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:22.470
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:22.472
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:22.474
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:22.486
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:38.034
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:38.035
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:38.044
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:38.047
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:59.154
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:59.158
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:59.163
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:34:59.165
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:15.166
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:15.167
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:15.172
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:15.175
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:31.354
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:31.356
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:31.360
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:31.365
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:47.284
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:47.286
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:47.291
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:35:47.297
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:05.693
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:05.695
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:05.697
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:05.704
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:21.543
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:21.545
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:21.550
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:21.553
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:37.566
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:37.568
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:37.577
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:37.582
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:52.948
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:52.950
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:52.952
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:36:52.956
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:08.909
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:08.916
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:08.918
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:08.920
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:24.528
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:24.531
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:24.534
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:24.544
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:40.604
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:40.606
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:40.607
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:40.610
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:57.757
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:57.759
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:57.766
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:37:57.772
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:13.662
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:13.664
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:13.669
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:13.674
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:29.611
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:29.613
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:29.616
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:29.618
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:45.733
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:45.740
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:45.742
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:38:45.743
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:01.165
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:01.168
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:01.173
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:01.176
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:18.457
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:18.465
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:18.467
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:18.469
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:36.398
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:36.404
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:36.406
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:36.413
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:52.341
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:52.344
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:52.347
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:39:52.353
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:24.030
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:24.032
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:24.038
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:24.045
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:41.787
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:41.790
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:41.794
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:41.799
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:57.963
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:57.966
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:57.975
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:40:57.977
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:13.370
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:13.372
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:13.378
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:13.383
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:30.492
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:30.494
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:30.501
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:30.503
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:46.193
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:46.196
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:46.199
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:41:46.202
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:01.391
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:01.393
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:01.397
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:01.399
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:19.178
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:19.180
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:19.185
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:19.191
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:36.771
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:36.774
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:36.778
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:42:36.781
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:30.503
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:30.505
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:30.514
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:30.517
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:47.694
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:47.696
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:47.705
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:43:47.710
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:06.066
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:06.068
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:06.073
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:06.078
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:22.415
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:22.417
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:22.422
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:22.425
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:38.415
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:38.417
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:38.429
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:38.431
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:54.637
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:54.640
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:54.642
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:44:54.644
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:11.179
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:11.181
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:11.185
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:11.194
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:27.244
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:27.247
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:27.249
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:45:27.255
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:46:41.183
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:46:41.185
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:46:41.193
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:46:41.195
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:17.921
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:17.923
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:17.925
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:17.929
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:53.756
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:53.758
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:53.764
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:47:53.766
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:10.743
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:10.746
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:10.749
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:10.751
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:28.006
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:28.009
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:28.013
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:28.018
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:44.506
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:44.511
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:44.513
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:48:44.520
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:02.342
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:02.344
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:02.346
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:02.349
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY com.ti.ccstudio.project.ui 4 0 2022-03-11 18:49:10.372
    !MESSAGE An internal error was logged by 'com.ti.ccstudio.project.ui'.
    !STACK 0
    org.eclipse.core.runtime.OperationCanceledException
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.checkCancel(CommonBuilder.java:1316)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:780)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:515)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:461)
    	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:833)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:220)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:263)
    	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:316)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:319)
    	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:371)
    	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:392)
    	at org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:515)
    	at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:412)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.internalBuildProjects(ProjectBuilder.java:394)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.buildWorkspace(ProjectBuilder.java:262)
    	at com.ti.ccstudio.project.ui.internal.actions.BuildAllProjectsAction_hack$2.run(BuildAllProjectsAction_hack.java:70)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:23.329
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:23.331
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:23.333
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:49:23.335
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:50:04.707
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:50:04.710
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:50:04.715
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-11 18:50:04.722
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    !SESSION 2022-03-15 13:21:08.069 -----------------------------------------------
    eclipse.buildId=4.14.0.I20191210-0610
    java.version=1.8.0_144
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Framework arguments:  -product com.ti.ccstudio.branding.product
    Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product com.ti.ccstudio.branding.product
    
    !ENTRY com.ti.common.core 1 0 2022-03-15 13:21:14.123
    !MESSAGE path=ccs_base/DebugServer
    
    !ENTRY com.ti.common.core 1 0 2022-03-15 13:21:14.135
    !MESSAGE debugServerDir=C:/ti/ccs1040/ccs/ccs_base/DebugServer
    
    !ENTRY com.ti.ccstudio.ui 1 0 2022-03-15 13:21:34.326
    !MESSAGE CCS IDE session started!
    	CCS build: 10.4.0.00006
    	CCS location: C:/ti/ccs1040/ccs
    	Workspace location: Z:/Projects/CodeComposer/workspace
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.874
    !MESSAGE constructor
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.880
    !MESSAGE done with directories
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.885
    !MESSAGE loading ti_logger
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.914
    !MESSAGE Platform os: win32
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.924
    !MESSAGE loading cToolsIF
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.945
    !MESSAGE loading cTools
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.975
    !MESSAGE loading TraceFactory
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:34.996
    !MESSAGE loading sqlite3
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:35.033
    !MESSAGE loading CloudTrace
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:21:35.133
    !MESSAGE CloudTrace interface loaded
    
    !ENTRY com.ti.ccstudio.project.ui.webcontent 1 0 2022-03-15 13:21:35.296
    !MESSAGE CCS HTTP adapter started! [ccs.port] - Open 'http://localhost/ide' in web browser to see listing of available APIs...
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:53.610
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:53.674
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:53.678
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:53.754
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:53.809
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:53.923
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:53.990
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:28:54.093
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY com.ti.ccstudio.project.ui 4 0 2022-03-15 13:30:32.621
    !MESSAGE An internal error was logged by 'com.ti.ccstudio.project.ui'.
    !STACK 0
    org.eclipse.core.runtime.OperationCanceledException
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.checkCancel(CommonBuilder.java:1316)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:780)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:515)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:461)
    	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:833)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:220)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:263)
    	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:316)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:319)
    	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:371)
    	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:392)
    	at org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:515)
    	at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:412)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.internalBuildProjects(ProjectBuilder.java:394)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.buildProjects(ProjectBuilder.java:283)
    	at com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2.run(BuildProjectAction_hack.java:82)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:08.723
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:08.730
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:08.733
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:08.740
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:27.619
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:27.621
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:27.628
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:27.631
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:31:58.171
    !MESSAGE Error while parsing /my_ti_project/maintasks.cpp.
    !STACK 0
    java.lang.NullPointerException
    	at com.ti.common.project.core.internal.settings.AConfigurationSettings.<init>(AConfigurationSettings.java:178)
    	at com.ti.ccstudio.project.core.internal.settings.CCSConfigurationSettings.<init>(CCSConfigurationSettings.java:53)
    	at com.ti.ccstudio.project.core.util.ProjectCoreUtils.getCodegenVersion(ProjectCoreUtils.java:711)
    	at com.ti.ccstudio.project.core.util.ProjectCoreUtils.getCodegenVersion(ProjectCoreUtils.java:704)
    	at com.ti.ccstudio.project.core.util.ProjectCoreUtils.getCodegenVersion(ProjectCoreUtils.java:697)
    	at com.ti.ccstudio.project.core.util.ProjectCoreUtils.isUsingTIToolChain(ProjectCoreUtils.java:768)
    	at com.ti.ccstudio.project.core.util.ProjectCoreUtils.getTICompilerTool(ProjectCoreUtils.java:1436)
    	at com.ti.ccstudio.project.core.internal.build.CCSMakefileGenerator.doInitialize(CCSMakefileGenerator.java:277)
    	at com.ti.ccstudio.project.core.internal.build.CCSMakefileGenerator.initialize(CCSMakefileGenerator.java:252)
    	at org.eclipse.cdt.managedbuilder.internal.core.Builder.getDefaultBuildPath(Builder.java:1825)
    	at org.eclipse.cdt.managedbuilder.internal.core.Builder.getBuildPath(Builder.java:1795)
    	at org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildBuildData.getBuilderCWD(BuildBuildData.java:42)
    	at org.eclipse.cdt.core.settings.model.extension.impl.CDefaultBuildData.copySettingsFrom(CDefaultBuildData.java:56)
    	at org.eclipse.cdt.internal.core.settings.model.CBuildSettingCache.<init>(CBuildSettingCache.java:45)
    	at org.eclipse.cdt.internal.core.settings.model.CConfigurationDescriptionCache.copyBuildData(CConfigurationDescriptionCache.java:247)
    	at org.eclipse.cdt.core.settings.model.extension.impl.CDefaultConfigurationData.copySettingsFrom(CDefaultConfigurationData.java:110)
    	at org.eclipse.cdt.internal.core.settings.model.CConfigurationDescriptionCache.loadData(CConfigurationDescriptionCache.java:154)
    	at org.eclipse.cdt.internal.core.settings.model.CProjectDescription.loadDatas(CProjectDescription.java:199)
    	at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.loadProjectDescription(XmlProjectDescriptionStorage.java:512)
    	at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.getProjectDescription(XmlProjectDescriptionStorage.java:240)
    	at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescriptionInternal(CProjectDescriptionManager.java:426)
    	at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:408)
    	at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:402)
    	at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:395)
    	at org.eclipse.cdt.core.model.CoreModel.getProjectDescription(CoreModel.java:1436)
    	at org.eclipse.cdt.managedbuilder.internal.core.ManagedBuildInfo.findExistingDefaultConfiguration(ManagedBuildInfo.java:272)
    	at org.eclipse.cdt.managedbuilder.internal.core.ManagedBuildInfo.getDefaultConfiguration(ManagedBuildInfo.java:258)
    	at com.ti.common.project.core.util.CTIProjectCoreUtils.getActiveBuildConfiguration(CTIProjectCoreUtils.java:479)
    	at com.ti.common.project.core.variables.ProductPathVariableResolver.doGetValue(ProductPathVariableResolver.java:82)
    	at com.ti.common.project.core.variables.APathVariableResolver.getValue(APathVariableResolver.java:76)
    	at org.eclipse.core.internal.resources.ProjectVariableProviderManager$Descriptor.getValue(ProjectVariableProviderManager.java:65)
    	at org.eclipse.core.internal.resources.ProjectPathVariableManager.internalGetValue(ProjectPathVariableManager.java:160)
    	at org.eclipse.core.internal.resources.ProjectPathVariableManager.resolveVariable(ProjectPathVariableManager.java:233)
    	at org.eclipse.core.internal.resources.ProjectPathVariableManager.resolveVariable(ProjectPathVariableManager.java:218)
    	at org.eclipse.core.internal.resources.ProjectPathVariableManager.resolveURI(ProjectPathVariableManager.java:291)
    	at org.eclipse.core.internal.localstore.FileStoreRoot.computeURI(FileStoreRoot.java:108)
    	at org.eclipse.core.internal.localstore.FileSystemResourceManager.locationURIFor(FileSystemResourceManager.java:812)
    	at org.eclipse.core.internal.resources.Resource.getLocationURI(Resource.java:1085)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookupTree.add(ResourceLookupTree.java:260)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookupTree.visit(ResourceLookupTree.java:315)
    	at org.eclipse.core.internal.resources.Resource.lambda$0(Resource.java:85)
    	at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85)
    	at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:90)
    	at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:135)
    	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:94)
    	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:55)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookupTree.add(ResourceLookupTree.java:282)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookupTree.initializeProjects(ResourceLookupTree.java:370)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookupTree.findFilesForLocation(ResourceLookupTree.java:690)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookupTree.findFilesForLocation(ResourceLookupTree.java:677)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookup.findFilesForLocation(ResourceLookup.java:69)
    	at org.eclipse.cdt.internal.core.resources.ResourceLookup.selectFileForLocation(ResourceLookup.java:95)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.getWorkspaceRelativePath(ASTTypeUtil.java:1079)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendNodeLocation(ASTTypeUtil.java:1047)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendNameForAnonymous(ASTTypeUtil.java:1034)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendNameCheckAnonymous(ASTTypeUtil.java:1002)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendCppName(ASTTypeUtil.java:977)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendTypeString(ASTTypeUtil.java:482)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendType(ASTTypeUtil.java:769)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendArgument(ASTTypeUtil.java:255)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.appendArgumentList(ASTTypeUtil.java:229)
    	at org.eclipse.cdt.core.dom.ast.ASTTypeUtil.getArgumentListString(ASTTypeUtil.java:219)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPTemplateDefinition.getInstance(CPPTemplateDefinition.java:107)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.getInstance(CPPTemplates.java:465)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.instantiate(CPPTemplates.java:291)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.instantiate(CPPTemplates.java:259)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.resolveDeferredClassInstance(CPPTemplates.java:3206)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.resolveUnknown(CPPTemplates.java:3109)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.instantiateType(CPPTemplates.java:1609)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.instantiateArgument(CPPTemplates.java:1512)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.addDefaultArguments(CPPTemplates.java:579)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.instantiate(CPPTemplates.java:270)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.createBinding(CPPTemplates.java:854)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTTemplateId.createIntermediateBinding(CPPASTTemplateId.java:126)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTNameBase.resolvePreBinding(CPPASTNameBase.java:98)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.getBaseType(CPPVisitor.java:2810)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.createType(CPPVisitor.java:2780)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.createType(CPPVisitor.java:2314)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.createType(CPPVisitor.java:2279)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.createBinding(CPPVisitor.java:915)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.createBinding(CPPVisitor.java:353)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTName.createIntermediateBinding(CPPASTName.java:67)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTNameBase.resolvePreBinding(CPPASTNameBase.java:98)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPScope.addCandidate(CPPScope.java:307)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPScope.getBindingsInAST(CPPScope.java:274)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPScope.getBindings(CPPScope.java:191)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPClassScope.getBindings(CPPClassScope.java:321)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPSemantics.getBindingsFromScope(CPPSemantics.java:1392)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPSemantics.lookup(CPPSemantics.java:1110)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPSemantics.resolveBinding(CPPSemantics.java:358)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.resolveBinding(CPPVisitor.java:1515)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor.createBinding(CPPVisitor.java:347)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTName.createIntermediateBinding(CPPASTName.java:67)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTNameBase.resolvePreBinding(CPPASTNameBase.java:98)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.EvalID.create(EvalID.java:232)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTIdExpression.getEvaluation(CPPASTIdExpression.java:144)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTIdExpression.getExpressionType(CPPASTIdExpression.java:153)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFieldReference.getImplicitNames(CPPASTFieldReference.java:158)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFieldReference.accept(CPPASTFieldReference.java:208)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionCallExpression.accept(CPPASTFunctionCallExpression.java:218)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTExpressionStatement.accept(CPPASTExpressionStatement.java:80)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTCompoundStatement.accept(CPPASTCompoundStatement.java:103)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTWhileStatement.accept(CPPASTWhileStatement.java:132)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTCompoundStatement.accept(CPPASTCompoundStatement.java:103)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionDefinition.accept(CPPASTFunctionDefinition.java:225)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTCompositeTypeSpecifier.accept(CPPASTCompositeTypeSpecifier.java:201)
    	at org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTSimpleDeclaration.accept(CPPASTSimpleDeclaration.java:112)
    	at org.eclipse.cdt.internal.core.dom.parser.ASTTranslationUnit.accept(ASTTranslationUnit.java:289)
    	at org.eclipse.cdt.internal.core.pdom.PDOMWriter.process(PDOMWriter.java:544)
    	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.writeToIndex(AbstractIndexerTask.java:1290)
    	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseFile(AbstractIndexerTask.java:1107)
    	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseLinkage(AbstractIndexerTask.java:910)
    	at org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.runTask(AbstractIndexerTask.java:572)
    	at org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask.run(PDOMIndexerTask.java:164)
    	at org.eclipse.cdt.internal.core.pdom.indexer.PDOMUpdateTask.run(PDOMUpdateTask.java:96)
    	at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:160)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
    !SESSION 2022-03-15 13:31:59.252 -----------------------------------------------
    eclipse.buildId=4.14.0.I20191210-0610
    java.version=1.8.0_144
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Framework arguments:  -product com.ti.ccstudio.branding.product
    Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product com.ti.ccstudio.branding.product
    
    !ENTRY com.ti.common.core 1 0 2022-03-15 13:32:02.372
    !MESSAGE path=ccs_base/DebugServer
    
    !ENTRY com.ti.common.core 1 0 2022-03-15 13:32:02.378
    !MESSAGE debugServerDir=C:/ti/ccs1040/ccs/ccs_base/DebugServer
    
    !ENTRY com.ti.ccstudio.ui 1 0 2022-03-15 13:32:13.826
    !MESSAGE CCS IDE session started!
    	CCS build: 10.4.0.00006
    	CCS location: C:/ti/ccs1040/ccs
    	Workspace location: Z:/Projects/CodeComposer/workspace
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.031
    !MESSAGE constructor
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.035
    !MESSAGE done with directories
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.040
    !MESSAGE loading ti_logger
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.047
    !MESSAGE Platform os: win32
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.057
    !MESSAGE loading cToolsIF
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.083
    !MESSAGE loading cTools
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.101
    !MESSAGE loading TraceFactory
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.115
    !MESSAGE loading sqlite3
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.122
    !MESSAGE loading CloudTrace
    
    !ENTRY com.ti.dbgtrc.webapp.CloudTraceInterface 0 0 2022-03-15 13:32:14.174
    !MESSAGE CloudTrace interface loaded
    
    !ENTRY com.ti.ccstudio.project.ui.webcontent 1 0 2022-03-15 13:32:14.344
    !MESSAGE CCS HTTP adapter started! [ccs.port] - Open 'http://localhost/ide' in web browser to see listing of available APIs...
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:53:50.855
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:53:50.861
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:53:50.865
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:53:50.873
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:13.016
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:13.019
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:13.020
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:13.029
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:31.717
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:31.720
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:31.731
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:31.735
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:48.770
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:48.774
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:48.776
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:54:48.779
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:08.293
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:08.296
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:08.298
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:08.309
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:24.650
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:24.653
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:24.655
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:24.658
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:42.198
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:42.203
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:42.205
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:55:42.209
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:01.954
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:01.956
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:01.963
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:01.965
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:30.105
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:30.107
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:30.111
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 13:59:30.114
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:00:10.728
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:00:10.731
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:00:10.739
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:00:10.746
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:00.622
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:00.626
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:00.629
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:00.631
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:59.286
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:59.288
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:59.291
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:02:59.293
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:17.994
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:17.997
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:18.004
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:18.008
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:36.282
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:36.285
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:36.287
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:36.295
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:54.324
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:54.326
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:54.330
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:04:54.337
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:11.873
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:11.876
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:11.880
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:11.883
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:30.019
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:30.021
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:30.028
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:30.030
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:47.776
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:47.778
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:47.784
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:05:47.786
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:05.815
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:05.818
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:05.825
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:05.832
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:23.692
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:23.695
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:23.702
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:23.704
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:40.712
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:40.714
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:40.717
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:06:40.727
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:15:59.858
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:15:59.861
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:15:59.866
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:15:59.869
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:16:29.942
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:16:29.944
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:16:29.954
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:16:29.957
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:18:00.101
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:18:00.104
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:18:00.106
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:18:00.115
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:19:31.398
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:19:31.400
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:19:31.405
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:19:31.408
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:20:24.368
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:20:24.370
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:20:24.381
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:20:24.385
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:09.987
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:09.989
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:09.996
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:10.004
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:32.482
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:32.485
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:32.491
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:23:32.497
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:06.999
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:07.002
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:07.013
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:07.017
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:24.437
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:24.439
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:24.443
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:25:24.446
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:07.334
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:07.336
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:07.341
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:07.344
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:26.233
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:26.235
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:26.237
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:26.248
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:45.121
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:45.132
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:45.134
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:26:45.137
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:02.528
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:02.531
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:02.533
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:02.535
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:20.867
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:20.870
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:20.881
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:20.883
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:41.488
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:41.493
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:41.503
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:41.506
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:58.787
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:58.789
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:58.791
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:27:58.799
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:28:59.070
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:28:59.073
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:28:59.080
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:28:59.083
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:29:16.465
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:29:16.472
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:29:16.477
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:29:16.479
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:30:09.764
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:30:09.766
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:30:09.775
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:30:09.778
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:24.331
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:24.333
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:24.338
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:24.341
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:41.129
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:41.133
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:41.136
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:41.138
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:59.182
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:59.184
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:59.192
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:31:59.196
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:16.447
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:16.450
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:16.453
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:16.456
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:33.951
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:33.954
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:33.959
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:33.962
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:56.481
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:56.484
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:56.496
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:32:56.498
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY com.ti.ccstudio.project.ui 4 0 2022-03-15 14:32:58.822
    !MESSAGE An internal error was logged by 'com.ti.ccstudio.project.ui'.
    !STACK 0
    org.eclipse.core.runtime.OperationCanceledException
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.checkCancel(CommonBuilder.java:1316)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:780)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:515)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:461)
    	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:833)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:220)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:263)
    	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:316)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:319)
    	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:371)
    	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:392)
    	at org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:515)
    	at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:412)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.internalBuildProjects(ProjectBuilder.java:394)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.buildProjects(ProjectBuilder.java:283)
    	at com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2.run(BuildProjectAction_hack.java:82)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:06.907
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:06.910
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:06.913
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:06.920
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:25.986
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:25.989
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:25.991
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:25.995
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:37.955
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:37.958
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:37.967
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:37.969
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:56.938
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:56.940
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:56.948
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:33:56.951
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:15.068
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:15.070
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:15.080
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:15.085
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:33.958
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:33.960
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:33.974
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:33.977
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:51.492
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:51.494
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:51.500
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:34:51.504
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:08.611
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:08.614
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:08.619
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:08.622
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:25.957
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:25.959
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:25.962
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:25.965
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:43.851
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:43.853
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:43.856
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:35:43.867
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:00.425
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:00.427
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:00.436
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:00.439
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:17.493
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:17.495
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:17.500
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:17.505
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:35.452
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:35.454
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:35.457
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:35.463
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:53.743
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:53.747
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:53.754
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:36:53.758
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:11.367
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:11.375
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:11.380
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:11.384
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:29.348
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:29.355
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:29.360
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:29.365
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:47.291
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:47.293
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:47.302
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:37:47.304
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:05.035
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:05.037
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:05.043
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:05.052
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:22.654
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:22.660
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:22.662
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:22.665
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:40.340
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:40.343
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:40.345
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:38:40.352
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:20.626
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:20.628
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:20.637
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:20.640
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:52.694
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:52.697
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:52.702
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:39:52.712
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:11.100
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:11.102
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:11.109
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:11.114
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:34.905
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:34.908
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:34.912
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:40:34.915
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY com.ti.ccstudio.project.ui 4 0 2022-03-15 14:40:44.523
    !MESSAGE An internal error was logged by 'com.ti.ccstudio.project.ui'.
    !STACK 0
    org.eclipse.core.runtime.OperationCanceledException
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.checkCancel(CommonBuilder.java:1316)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:780)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:515)
    	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:461)
    	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:833)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:220)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:263)
    	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:316)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:319)
    	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:371)
    	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:392)
    	at org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:515)
    	at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:412)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.internalBuildProjects(ProjectBuilder.java:394)
    	at com.ti.ccstudio.project.core.services.ProjectBuilder.buildProjects(ProjectBuilder.java:283)
    	at com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2.run(BuildProjectAction_hack.java:82)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:01.214
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:01.216
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:01.221
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:01.230
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:18.898
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:18.901
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:18.907
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:18.911
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:38.599
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:38.601
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:38.612
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:38.617
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:56.746
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:56.748
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:56.756
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:41:56.758
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:43:46.323
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:43:46.325
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:43:46.330
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:43:46.336
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:31.702
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:31.704
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:31.712
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:31.716
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:49.743
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:49.746
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:49.748
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:48:49.750
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:50:31.676
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:50:31.681
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:50:31.683
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:50:31.686
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:40.125
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:40.128
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:40.130
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:40.138
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:57.237
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:57.240
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:57.244
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:51:57.246
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:52:13.602
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:52:13.604
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:52:13.611
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:52:13.617
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:07.433
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:07.436
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:07.441
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:07.447
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:24.869
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:24.873
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:24.879
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:53:24.883
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:54:09.693
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:54:09.695
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:54:09.705
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:54:09.709
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:15.893
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:15.896
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:15.898
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:15.904
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:32.626
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:32.633
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:32.638
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:55:32.640
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:05.184
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:05.187
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:05.189
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:05.203
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:28.090
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:28.092
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:28.094
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:28.103
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:46.782
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:46.785
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:46.787
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:56:46.793
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:57:04.489
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:57:04.493
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:57:04.495
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:57:04.507
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:58:25.252
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:58:25.256
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:58:25.260
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    
    !ENTRY org.eclipse.cdt.core 4 0 2022-03-15 14:58:25.266
    !MESSAGE Unexpected overload for binary operator 4: 'operator +'
    

  • Hi John

    Thanks for your update!

    >> I also tried the project on another computer and the same project debugged without issues

    May I confirm if the CCS crash is happened or not when you using another computer?

    and what CCS version is in another computor?

  • It seemed the projects workspace was corrupted iam assuming,i created a new work space and imported the project in now no issues.