Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse based LPCxpresso problem
Eclipse based LPCxpresso problem [message #878060] Mon, 28 May 2012 12:50 Go to next message
Yahya Civelek is currently offline Yahya CivelekFriend
Messages: 2
Registered: May 2012
Junior Member
I am using and eclipse based IDE LPCXpresso for embedded software development.
I would appreciate if you could answer the questions below:

I created a simple C project in LPCXpresso and built it succesfully. Then I was able to enter the debug mode using Xpresso board.
The problem:
When I try to change the MCU Settings, I have got the Error: "Internal: MCUCommonPageUI: ConfigInfo is empty". Now, I am not able to enter the debug mode. I got the error: Internal Error: Debug configuration is Empty.
These are the logs:

!SESSION 2012-05-28 11:29:11.692 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_30
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=tr_TR
Command-line arguments: -os win32 -ws win32 -arch x86 -data C:\Users\sena.ergullu.artesis\Documents\LPCXpresso_4.2.2_275\workspace5

!ENTRY org.eclipse.ui 2 0 2012-05-28 11:29:13.069
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2012-05-28 11:29:13.069
!MESSAGE Could not parse key sequence: plug-in='org.eclipse.cdt.make.ui', id='org.eclipse.cdt.make.ui.targetBuildCommand', keySequence='Shift+F9'

!ENTRY org.eclipse.ui 4 4 2012-05-28 11:29:15.237
!MESSAGE Unable to find view with id: com.crt.trueview.views.DisassemblyViewer, when creating perspective com.crt.lite.perspective.CRTPerspective

!ENTRY org.eclipse.cdt.core 1 0 2012-05-28 12:12:36.489
!MESSAGE Indexed 'deneme_2' (0 sources, 22 headers) in 0,27 sec: 189 declarations; 50 references; 5 unresolved inclusions; 0 syntax errors; 0 unresolved names (%*0,00)

!ENTRY com.crt.utils 0 4 2012-05-28 12:13:46.941
!MESSAGE Invalid byte 1 of 1-byte UTF-8 sequence.
!STACK 0
com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.
at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanQName(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanAttribute(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.crt.utils.xmlparser.XMLParser.parse(XMLParser.java:260)
at com.crt.utils.xmlparser.XMLParser.parse(XMLParser.java:223)
at com.crt.utils.xmlparser.XMLParser.parseXML(XMLParser.java:378)
.
.
.

!ENTRY com.crt.advproject 4 -1 2012-05-28 12:13:46.988
!MESSAGE Internal: MCUCommonPageUI: configInfo is empty

!ENTRY org.eclipse.cdt.core 1 0 2012-05-28 12:55:07.120
!MESSAGE Indexed 'deneme_2' (2 sources, 24 headers) in 0,10 sec: 351 declarations; 206 references; 5 unresolved inclusions; 0 syntax errors; 0 unresolved names (%*0,00)

!ENTRY org.eclipse.ui 2 0 2012-05-28 12:55:07.808
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2012-05-28 12:55:07.808
!MESSAGE Could not parse key sequence: plug-in='org.eclipse.cdt.make.ui', id='org.eclipse.cdt.make.ui.targetBuildCommand', keySequence='Shift+F9'

!ENTRY org.eclipse.cdt.core 1 0 2012-05-28 12:55:08.666
!MESSAGE Indexed 'deneme_2' (2 sources, 24 headers) in 0,08 sec: 351 declarations; 206 references; 5 unresolved inclusions; 0 syntax errors; 0 unresolved names (%*0,00)

!ENTRY com.crt.advproject 4 -1 2012-05-28 13:19:12.383
!MESSAGE Internal: MCUCommonPageUI: configInfo is empty

!ENTRY com.crt.advproject 4 -1 2012-05-28 13:24:22.432
!MESSAGE Internal: No linker script for vendor=NXP proc= nature=0, project=deneme_2

!STACK 1
org.eclipse.core.runtime.CoreException: Internal error: debug configuration is empty
at com.crt.ctrlcenter.launch.CRTMCUDebugger.<init>(CRTMCUDebugger.java:253)
at com.crt.ctrlcenter.launch.CRTMCULaunchConfigurationDelegate.syncLaunch(CRTMCULaunchConfigurationDelegate.java:241)
at com.crt.ctrlcenter.launch.CRTMCULaunchConfigurationDelegate.launch(CRTMCULaunchConfigurationDelegate.java:194)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:924)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1128)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 com.crt.ctrlcenter 4 0 2012-05-28 13:24:30.722
!MESSAGE Internal error: debug configuration is empty

!ENTRY com.crt.ctrlcenter 4 -1 2012-05-28 13:25:23.107
!MESSAGE Error launching Debug\deneme_2.axf
Cancelled:


I found out that the some part of the .cproject file is odd:
.
.
</storageModule>
<storageModule moduleId="com.crt.config">
<projectStorage>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;TargetConfig&gt;
&lt;Properties property_0="" property_3="NXP" property_4="LPC1788" property_count="5" version="1"/&gt;
&lt;infoList vendor="NXP"&gt;&lt;info chip="LPC1788" name="LPC1788"/&gt;
&lt;/infoList&gt;
&lt;/TargetConfig&gt;</projectStorage>
</storageModule>
</cproject>


I have tried hard so far but I could not find any solution. There are some strange characters like &gt;
and &lt; instead of '<' and '>'. Is that normal?

Please help.
Thanks
Re: Eclipse based LPCxpresso problem [message #878496 is a reply to message #878060] Tue, 29 May 2012 12:33 Go to previous messageGo to next message
Yahya Civelek is currently offline Yahya CivelekFriend
Messages: 2
Registered: May 2012
Junior Member
924 wiev and no reply. woov Smile any clue?
Re: Eclipse based LPCxpresso problem [message #878827 is a reply to message #878496] Wed, 30 May 2012 02:44 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 05/29/2012 07:33 AM, Yahya Civelek wrote:
> 924 wiev and no reply. woov :) any clue?
LPCxpresso appears to be a third party tool that is based on Eclipse.
As such, you should probably pursue the support provided by LPCxpresso.
Previous Topic:Help! Eclipse CDT shows semantic errors, but compilation is ok
Next Topic:free c naming convention checker
Goto Forum:
  


Current Time: Thu Apr 25 02:07:31 GMT 2024

Powered by FUDForum. Page generated in 0.02592 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top