Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Beginner - No new Projects available
Beginner - No new Projects available [message #709798] Thu, 04 August 2011 06:14 Go to next message
Eclipse UserFriend
Hi

I have worked with Eclsipe 3.3 some time ago. Now I want to install a new setup for arm7 compilers with Indigo as I did with 3.3.

I've downloaded eclipse-cpp-indigo-incubation-win32-x86_64.zip and unpacked it's content to c:\Program Files\Eclipse. I also installed the zylin gdb and gnuarm plugins.
Unfortunatly it's not working at all. I can't create any C or C++ projects. When I select "C Project" in the new project window and press next nothing is happening.

Any idea what I have to do?

[Updated on: Thu, 04 August 2011 06:29] by Moderator

Re: Beginner - No new Projects available [message #713818 is a reply to message #709798] Tue, 09 August 2011 02:30 Go to previous messageGo to next message
Eclipse UserFriend
I'm not familiar with how the GNU ARM plugin but did you install it with Help, Install New Software? Maybe you need to add the bin folder of the compiler to your PATH environment variable?

You could also try using the 32 bit version of Eclipse/CDT (x86 instead of x86_64). x86_64 support in CDT was added only recently and is not released yet. If you do that you will also need a 32 bit JVM. Some plugins use the registry to find paths and that doesn't work on CDT 8.0.0 and win32 x86_64. If it turns out to be the problem and you still want to use 64 bit, you can update to a nightly build of 8.0.1, see
https://hudson.eclipse.org/hudson/job/cdt-maint/

And the bugzilla where it was fixed:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236330
Re: Beginner - No new Projects available [message #713821 is a reply to message #713818] Tue, 09 August 2011 02:36 Go to previous messageGo to next message
Eclipse UserFriend
Also is there an error being added to the error log with you click next? You can open the error log by clicking on Window, Show view, Other..., General, Error log
Re: Beginner - No new Projects available [message #714891 is a reply to message #709798] Thu, 11 August 2011 13:10 Go to previous messageGo to next message
Eclipse UserFriend
I have the same problem. I'm trying to set up a GNU-Arm toolchain and I can't create a new C/C++ project. When I deinstall the GNU-ARM plugin all works fine. I'm running Indigo under OpenSuSE 11.3. The GNU arm toolchain is installed and works from the console.
Re: Beginner - No new Projects available [message #714892 is a reply to message #714891] Thu, 11 August 2011 13:14 Go to previous messageGo to next message
Eclipse UserFriend
No Message Body
Re: Beginner - No new Projects available [message #714895 is a reply to message #714892] Thu, 11 August 2011 13:17 Go to previous messageGo to next message
Eclipse UserFriend
There is no error-message, after selecting C or C++ and clicking next the screen stays the same, after clicking next again you get an empty message-screen where you only can click cancel 'finish' is unclickable. After that the message closes and no project created. The actual project setup-message is totally skipped.
Re: Beginner - No new Projects available [message #740299 is a reply to message #714895] Tue, 18 October 2011 07:05 Go to previous messageGo to next message
Eclipse UserFriend
i have the same problem.... is there solution???
Re: Beginner - No new Projects available [message #740427 is a reply to message #740299] Tue, 18 October 2011 09:54 Go to previous messageGo to next message
Eclipse UserFriend
I just installed the toolchain and there is an error in the error log...
java.lang.AbstractMethodError: org.eclipse.cdt.cross.arm.gnu.sourcery.windows.IsToolChainSupported.isSupported(Lorg/eclipse/cdt/managedbuilder/core/IToolChain;Lorg/osgi/framework/Version;Ljava/lang/String;)Z
at org.eclipse.cdt.managedbuilder.internal.core.ToolChain.isSupported(ToolChain.java:1763)
at org.eclipse.cdt.managedbuilder.ui.wizards.AbstractCWizard.isValid(AbstractCWizard.java:56)
at org.eclipse.cdt.managedbuilder.ui.wizards.ManagedBuildWizard.createItems(ManagedBuildWizard.java:60)
at org.eclipse.cdt.ui.wizards.CDTMainWizardPage.updateData(CDTMainWizardPage.java:291)
at org.eclipse.cdt.ui.wizards.CDTMainWizardPage.createControl(CDTMainWizardPage.java:93)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:736)

Looks like the toolchain needs to be updated.
Re: Beginner - No new Projects available [message #747711 is a reply to message #709798] Mon, 24 October 2011 04:35 Go to previous messageGo to next message
Eclipse UserFriend
I am too getting the same issue. I installed C/C++ IDE of Eclipse,
Eclipse IDE for C/C++ Developers

Version: Indigo Service Release 1
Build id: 20110916-0149

The projects in C/ C++ were opening normally when I opened them with File->New -> C project.
Then I installed the GNUARM plugin 'org.eclipse.cdt.cross.arm.gnu_0.5.3.201010141144'
and tried to open a new C project as above I am getting an error,
-----------------------------------------------------------------------------------
java.lang.AbstractMethodError: org.eclipse.cdt.cross.arm.gnu.sourcery.windows.IsToolChainSupported.isSupported(Lorg/eclipse/cdt/managedbuilder/core/IToolChain;Lorg/osgi/framework/Version;Ljava/lang/String;)Z
at org.eclipse.cdt.managedbuilder.internal.core.ToolChain.isSupported(ToolChain.java:1763)
at org.eclipse.cdt.managedbuilder.ui.wizards.AbstractCWizard.isValid(AbstractCWizard.java:56)
at org.eclipse.cdt.managedbuilder.ui.wizards.ManagedBuildWizard.createItems(ManagedBuildWizard.java:60)
at org.eclipse.cdt.ui.wizards.CDTMainWizardPage.updateData(CDTMainWizardPage.java:291)
at org.eclipse.cdt.ui.wizards.CDTMainWizardPage.createControl(CDTMainWizardPage.java:93)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:736)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1183)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1242)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1239)
at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1228)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1226)
at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPageOrFinish(NewWizardSelectionPage.java:71)
at org.eclipse.ui.internal.dialogs.NewWizardNewPage$1.doubleClick(NewWizardNewPage.java:364)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:845)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:843)
at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1462)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1246)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:249)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:246)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:307)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
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:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
-------------------------------------------------------------------------------------I downloaded this with Indigo Eclipse. Is this only with Indigo or is this an issue with the plugin.
I am stuck. Has anyone found a solution for this?

Krish.
Re: Beginner - No new Projects available [message #754127 is a reply to message #709798] Mon, 31 October 2011 19:12 Go to previous messageGo to next message
Eclipse UserFriend
I have the same problem and was able to get Eclipse to work with the GNU Arm toolchain by switching over to Ubuntu. I am using the Galileo version of Eclipse and downloaded the Linux version of the toolchain.

I did not rename the code sourcery .exe files as described in the Windows install.

Still running on the same box, since I run virtual machines with VMware (or you can try VirtualBox).
Re: Beginner - No new Projects available [message #756749 is a reply to message #754127] Mon, 14 November 2011 17:28 Go to previous message
Eclipse UserFriend
Same problem... I'm running windows 7 and I want to use this plugin to write C++ code that run on a ARM device such as Android phones. After installing the plugin I can't create a project.
Previous Topic:Project-less debugging: Program is not a recognized executable.
Next Topic:Ignoring PRO*C embedded SQL
Goto Forum:
  


Current Time: Sat Jul 12 00:33:32 EDT 2025

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

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

Back to the top