Hello.
I am not able to create a sample project with CodeWarrior 10.4 on Windows 7. After the creation wizard finishes nothing happens. Might be that some error output is somewhere? I am not avare of CW/Eclipse logging facilities.
Here's how to create a sample project
New -> Bareboard Project Wizard -> 83xx -> 8377 -> Application -> Finish
After Pressing that Finish button nothing happens, no project is generated.
Thanks.
解決済! 解決策の投稿を見る。
Hello Juha Laukkanen,
In the workspace folder, there is a ".metadata" folder recording eclipse behavior, you could find .log into this folder, you also could attach it to us to do more investigation.
Thanks,
Yiping
Hello Juha Laukkanen,
The normal wizards should be like this
New -> Bareboard Project Wizard -> 83xx -> 8377 -> Application->Next(Debug Target Settings)->Next(Build Settings)->Next(Configurations)->Finish.
Please make sure you downloaded CodeWarrior 10.4 from CodeWarrior Dev Tools for Power Architecture|Freescale.
Please try to create a sample project in a new workspace.
Have a great day,
Yiping
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I tried creating with following wizard flow
New -> Bareboard Project Wizard -> 83xx -> 8377 -> Application->Next(Debug Target Settings)->Next(Build Settings)->Next(Configurations)->Finish.
And into completely new and fresh workspace. Still doesn't work.
I noticed that project creation succeeds on different Win7 setup with CW10.4 where CW8.x and 10.4 are both installed parallel. Then I tried importing that generated sample project to the crippled Win7 CW10.4 setup where project generation fails. The imported project works flawlessly on the crippled Win7 CW10.4 (build, JTAG download, debug, etc). So only generation seems to fail on the crippled Win7 CW10.4.
Where can I see Eclipse logs what goes wrong with that wizard while generating the sample project? On Linux I know Eclipse outputs to console/stdout when launched from command line, but with Windows 7 I have no idea where messages go.
Hello Juha Laukkanen,
In the workspace folder, there is a ".metadata" folder recording eclipse behavior, you could find .log into this folder, you also could attach it to us to do more investigation.
Thanks,
Yiping
OK now I did look at workspace\.metadata\.log and saw following line
!ENTRY com.freescale.core.ide.newprojectwizard 4 0 2015-01-16 09:44:09.624
!MESSAGE C:\User\Freescale\CodeWarrior PA V10.4.0\eclipse\..\PA\PA_Support\ewl\lib\libc_E300c4.a (The system cannot find the file specified)
!STACK 0
java.io.FileNotFoundException: C:\User\Freescale\CodeWarrior PA V10.4.0\eclipse\..\PA\PA_Support\ewl\lib\libc_E300c4.a (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createFileGroups(NewProjectCreator.java:737)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProject(NewProjectCreator.java:408)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProjects(NewProjectCreator.java:250)
at com.freescale.core.ide.newprojectwizard.CWWizard.doRun(CWWizard.java:489)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1$1.run(CWWizard.java:422)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:69)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1.run(CWWizard.java:432)
at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:164)
at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:155)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3768)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3750)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard.invokeRunnable(CWWizard.java:459)
at com.freescale.core.ide.newprojectwizard.CWWizard.performFinish(CWWizard.java:323)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:829)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:434)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2698)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2662)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2496)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:675)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:82)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:623)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:578)
at org.eclipse.equinox.launcher.Main.run(Main.java:1411)
!ENTRY com.freescale.core.ide.newprojectwizard 4 0 2015-01-16 09:44:09.625
!MESSAGE C:\User\Freescale\CodeWarrior PA V10.4.0\eclipse\..\PA\PA_Support\ewl\lib\libc_E300c4.a (The system cannot find the file specified)
So I went to look that lib folder and noticed that some files were missing for some reason... So I just copied missing files from working installation and now it works even thought it still seems to output some errors to .log.
!ENTRY org.eclipse.cdt.core 4 0 2015-01-16 09:49:56.234
!MESSAGE Error: Element does not exist.
!STACK 1
C Model Exception: C Model Status [Element does not exist.]
at org.eclipse.cdt.internal.core.model.PathEntryManager.getRawPathEntries(PathEntryManager.java:644)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:550)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:534)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:520)
at org.eclipse.cdt.internal.core.model.PathEntryStoreChangedOperation.executeOperation(PathEntryStoreChangedOperation.java:41)
at org.eclipse.cdt.internal.core.model.CModelOperation.execute(CModelOperation.java:339)
at org.eclipse.cdt.internal.core.model.CModelOperation.run(CModelOperation.java:602)
at org.eclipse.cdt.internal.core.model.CModelOperation.runOperation(CModelOperation.java:630)
at org.eclipse.cdt.internal.core.model.PathEntryManager.pathEntryStoreChanged(PathEntryManager.java:1303)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.notifyListeners(PathEntryStoreProxy.java:66)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.fireContentChangedEvent(PathEntryStoreProxy.java:59)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.postProcessProviderChange(PathEntryStoreProxy.java:145)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.doHandleEvent(PathEntryStoreProxy.java:153)
at org.eclipse.cdt.internal.core.settings.model.AbstractCExtensionProxy.handleEvent(AbstractCExtensionProxy.java:153)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.notifyListeners(CProjectDescriptionManager.java:2371)
at org.eclipse.cdt.internal.core.settings.model.SetCProjectDescriptionOperation.executeOperation(SetCProjectDescriptionOperation.java:141)
at org.eclipse.cdt.internal.core.model.CModelOperation.execute(CModelOperation.java:339)
at org.eclipse.cdt.internal.core.model.CModelOperation.run(CModelOperation.java:602)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.cdt.internal.core.model.CModelOperation.runOperation(CModelOperation.java:633)
at org.eclipse.cdt.internal.core.settings.model.AbstractCProjectDescriptionStorage.setProjectDescription(AbstractCProjectDescriptionStorage.java:203)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionStorageManager.setProjectDescription(CProjectDescriptionStorageManager.java:149)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:866)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:836)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:831)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor$SerializingJob.serialize(CConfigBasedDescriptor.java:137)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.apply(CConfigBasedDescriptor.java:260)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.checkApply(CConfigBasedDescriptor.java:274)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.remove(CConfigBasedDescriptor.java:602)
at org.eclipse.cdt.managedbuilder.internal.core.ManagedMakeProject.configure(ManagedMakeProject.java:49)
at org.eclipse.cdt.internal.core.COwner.configure(COwner.java:42)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.updateDescriptor(CConfigBasedDescriptorManager.java:198)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.configure(CConfigBasedDescriptorManager.java:166)
at org.eclipse.cdt.core.CCorePlugin.mapCProjectOwner(CCorePlugin.java:745)
at org.eclipse.cdt.core.CCorePlugin$1.run(CCorePlugin.java:804)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.cdt.core.CCorePlugin.createCProject(CCorePlugin.java:786)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProjectResource(NewProjectCreator.java:569)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProject(NewProjectCreator.java:379)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProjects(NewProjectCreator.java:250)
at com.freescale.core.ide.newprojectwizard.CWWizard.doRun(CWWizard.java:489)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1$1.run(CWWizard.java:422)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:69)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1.run(CWWizard.java:432)
at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:164)
at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:155)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3768)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3750)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard.invokeRunnable(CWWizard.java:459)
at com.freescale.core.ide.newprojectwizard.CWWizard.performFinish(CWWizard.java:323)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:829)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:434)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2698)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2662)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2496)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:675)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:82)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:623)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:578)
at org.eclipse.equinox.launcher.Main.run(Main.java:1411)
!SUBENTRY 1 org.eclipse.cdt.core 4 969 2015-01-16 09:49:56.235
!MESSAGE Element does not exist.
!ENTRY org.eclipse.cdt.core 4 0 2015-01-16 09:49:56.242
!MESSAGE Error: Element does not exist.
!STACK 1
C Model Exception: C Model Status [Element does not exist.]
at org.eclipse.cdt.internal.core.model.PathEntryManager.getRawPathEntries(PathEntryManager.java:644)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:550)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:534)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:520)
at org.eclipse.cdt.internal.core.model.PathEntryStoreChangedOperation.executeOperation(PathEntryStoreChangedOperation.java:41)
at org.eclipse.cdt.internal.core.model.CModelOperation.execute(CModelOperation.java:339)
at org.eclipse.cdt.internal.core.model.CModelOperation.run(CModelOperation.java:602)
at org.eclipse.cdt.internal.core.model.CModelOperation.runOperation(CModelOperation.java:630)
at org.eclipse.cdt.internal.core.model.PathEntryManager.pathEntryStoreChanged(PathEntryManager.java:1303)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.notifyListeners(PathEntryStoreProxy.java:66)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.pathEntryStoreChanged(PathEntryStoreProxy.java:110)
at org.eclipse.cdt.internal.core.model.DefaultPathEntryStore.fireContentChangedEvent(DefaultPathEntryStore.java:392)
at org.eclipse.cdt.internal.core.model.DefaultPathEntryStore.descriptorChanged(DefaultPathEntryStore.java:368)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager$2.run(CConfigBasedDescriptorManager.java:589)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.notifyListeners(CConfigBasedDescriptorManager.java:580)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.doHandleEvent(CConfigBasedDescriptorManager.java:543)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.access$0(CConfigBasedDescriptorManager.java:464)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager$1.handleEvent(CConfigBasedDescriptorManager.java:444)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.notifyListeners(CProjectDescriptionManager.java:2371)
at org.eclipse.cdt.internal.core.settings.model.SetCProjectDescriptionOperation.executeOperation(SetCProjectDescriptionOperation.java:141)
at org.eclipse.cdt.internal.core.model.CModelOperation.execute(CModelOperation.java:339)
at org.eclipse.cdt.internal.core.model.CModelOperation.run(CModelOperation.java:602)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.cdt.internal.core.model.CModelOperation.runOperation(CModelOperation.java:633)
at org.eclipse.cdt.internal.core.settings.model.AbstractCProjectDescriptionStorage.setProjectDescription(AbstractCProjectDescriptionStorage.java:203)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionStorageManager.setProjectDescription(CProjectDescriptionStorageManager.java:149)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:866)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:836)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:831)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor$SerializingJob.serialize(CConfigBasedDescriptor.java:137)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.apply(CConfigBasedDescriptor.java:260)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.checkApply(CConfigBasedDescriptor.java:274)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.remove(CConfigBasedDescriptor.java:602)
at org.eclipse.cdt.managedbuilder.internal.core.ManagedMakeProject.configure(ManagedMakeProject.java:51)
at org.eclipse.cdt.internal.core.COwner.configure(COwner.java:42)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.updateDescriptor(CConfigBasedDescriptorManager.java:198)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.configure(CConfigBasedDescriptorManager.java:166)
at org.eclipse.cdt.core.CCorePlugin.mapCProjectOwner(CCorePlugin.java:745)
at org.eclipse.cdt.core.CCorePlugin$1.run(CCorePlugin.java:804)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.cdt.core.CCorePlugin.createCProject(CCorePlugin.java:786)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProjectResource(NewProjectCreator.java:569)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProject(NewProjectCreator.java:379)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProjects(NewProjectCreator.java:250)
at com.freescale.core.ide.newprojectwizard.CWWizard.doRun(CWWizard.java:489)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1$1.run(CWWizard.java:422)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:69)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1.run(CWWizard.java:432)
at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:164)
at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:155)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3768)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3750)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard.invokeRunnable(CWWizard.java:459)
at com.freescale.core.ide.newprojectwizard.CWWizard.performFinish(CWWizard.java:323)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:829)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:434)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2698)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2662)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2496)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:675)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:82)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:623)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:578)
at org.eclipse.equinox.launcher.Main.run(Main.java:1411)
!SUBENTRY 1 org.eclipse.cdt.core 4 969 2015-01-16 09:49:56.242
!MESSAGE Element does not exist.
!ENTRY org.eclipse.cdt.core 4 0 2015-01-16 09:49:56.243
!MESSAGE Error: Element does not exist.
!STACK 1
C Model Exception: C Model Status [Element does not exist.]
at org.eclipse.cdt.internal.core.model.PathEntryManager.getRawPathEntries(PathEntryManager.java:644)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:550)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:534)
at org.eclipse.cdt.internal.core.model.PathEntryManager.getResolvedPathEntries(PathEntryManager.java:520)
at org.eclipse.cdt.internal.core.model.PathEntryStoreChangedOperation.executeOperation(PathEntryStoreChangedOperation.java:41)
at org.eclipse.cdt.internal.core.model.CModelOperation.execute(CModelOperation.java:339)
at org.eclipse.cdt.internal.core.model.CModelOperation.run(CModelOperation.java:602)
at org.eclipse.cdt.internal.core.model.CModelOperation.runOperation(CModelOperation.java:630)
at org.eclipse.cdt.internal.core.model.PathEntryManager.pathEntryStoreChanged(PathEntryManager.java:1303)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.notifyListeners(PathEntryStoreProxy.java:66)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.fireContentChangedEvent(PathEntryStoreProxy.java:59)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.postProcessProviderChange(PathEntryStoreProxy.java:145)
at org.eclipse.cdt.internal.core.model.PathEntryStoreProxy.doHandleEvent(PathEntryStoreProxy.java:153)
at org.eclipse.cdt.internal.core.settings.model.AbstractCExtensionProxy.handleEvent(AbstractCExtensionProxy.java:153)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.notifyListeners(CProjectDescriptionManager.java:2371)
at org.eclipse.cdt.internal.core.settings.model.SetCProjectDescriptionOperation.executeOperation(SetCProjectDescriptionOperation.java:141)
at org.eclipse.cdt.internal.core.model.CModelOperation.execute(CModelOperation.java:339)
at org.eclipse.cdt.internal.core.model.CModelOperation.run(CModelOperation.java:602)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.cdt.internal.core.model.CModelOperation.runOperation(CModelOperation.java:633)
at org.eclipse.cdt.internal.core.settings.model.AbstractCProjectDescriptionStorage.setProjectDescription(AbstractCProjectDescriptionStorage.java:203)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionStorageManager.setProjectDescription(CProjectDescriptionStorageManager.java:149)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:866)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:836)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.setProjectDescription(CProjectDescriptionManager.java:831)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor$SerializingJob.serialize(CConfigBasedDescriptor.java:137)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.apply(CConfigBasedDescriptor.java:260)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.checkApply(CConfigBasedDescriptor.java:274)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptor.remove(CConfigBasedDescriptor.java:602)
at org.eclipse.cdt.managedbuilder.internal.core.ManagedMakeProject.configure(ManagedMakeProject.java:51)
at org.eclipse.cdt.internal.core.COwner.configure(COwner.java:42)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.updateDescriptor(CConfigBasedDescriptorManager.java:198)
at org.eclipse.cdt.internal.core.CConfigBasedDescriptorManager.configure(CConfigBasedDescriptorManager.java:166)
at org.eclipse.cdt.core.CCorePlugin.mapCProjectOwner(CCorePlugin.java:745)
at org.eclipse.cdt.core.CCorePlugin$1.run(CCorePlugin.java:804)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.cdt.core.CCorePlugin.createCProject(CCorePlugin.java:786)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProjectResource(NewProjectCreator.java:569)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProject(NewProjectCreator.java:379)
at com.freescale.core.ide.newprojectwizard.NewProjectCreator.createProjects(NewProjectCreator.java:250)
at com.freescale.core.ide.newprojectwizard.CWWizard.doRun(CWWizard.java:489)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1$1.run(CWWizard.java:422)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:69)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2391)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard$1$1.run(CWWizard.java:432)
at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:164)
at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:155)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3768)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3750)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1031)
at com.freescale.core.ide.newprojectwizard.CWWizard.invokeRunnable(CWWizard.java:459)
at com.freescale.core.ide.newprojectwizard.CWWizard.performFinish(CWWizard.java:323)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:829)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:434)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3765)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2698)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2662)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2496)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:675)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:82)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:623)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:578)
at org.eclipse.equinox.launcher.Main.run(Main.java:1411)
!SUBENTRY 1 org.eclipse.cdt.core 4 969 2015-01-16 09:49:56.243
!MESSAGE Element does not exist.
!ENTRY org.eclipse.cdt.core 1 0 2015-01-16 09:49:59.661
!MESSAGE Indexed 'mpc8377test-core00' (3 sources, 53 headers) in 0,89 sec: 801 declarations; 1 518 references; 2 unresolved inclusions; 2 syntax errors; 2 unresolved names (0,09 %)
Hello Juha Laukkanen,
Probably you have already seen the error message in your log as the following.
!MESSAGE C:\User\Freescale\CodeWarrior PA V10.4.0\eclipse\..\PA\PA_Support\ewl\lib\libc_E300c4.a (The system cannot find the file specified)
The file libc_E300c4.a should exist in the normal CodeWarrior installation, but it is missing in your installation directory. Maybe you need to install CodeWarrior 10.4 again.
Thanks,
Yiping