Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Can't install CDT correctly
Can't install CDT correctly [message #94961] Fri, 20 February 2004 15:31 Go to next message
Eclipse UserFriend
Originally posted by: Lauzon-Duranceau.Francis.ireq.ca

ViergeHi,
I installed CDT but when I try to create a new project, it never works,
anyone has any idea?

System:
QNX 6.2.1 (and 6.1)
Eclipse 2.1.1 (and 2.1)
corresponding Versions of full CDT

Everytime I try to start a "Managed Make C++ Project" within
Eclipse(CDT...), it does only half its job and stops with the following
message:

Project cannot be created
Reason:
Errors during build

When I check at the .log file I get this :


!ENTRY org.eclipse.core.resources 2 75 Feb 20, 2004 14:40:11.121
!MESSAGE Errors during build.
!SUBENTRY 1 org.eclipse.cdt.managedbuilder.core 2 75 Feb 20, 2004
14:40:11.121
!MESSAGE java.lang.NullPointerException encountered while running
org.eclipse.cdt.managedbuilder.internal.core.GeneratedMakefi leBuilder.
!STACK 0
java.lang.NullPointerException

Stack trace:
java/lang/Throwable.<init>()V
java/lang/Throwable.<init>(Ljava/lang/String;)V
java/lang/NullPointerException.<init>(Ljava/lang/String;)V

org/eclipse/cdt/managedbuilder/internal/core/GeneratedMakefi leBuilder.build(
ILjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;) [Lorg/eclipse/co
re/resources/IProject;
org/eclipse/core/internal/events/BuildManager$2.run()V

org/eclipse/core/internal/runtime/InternalPlatform.run(Lorg/ eclipse/core/run
time/ISafeRunnable;)V

org/eclipse/core/runtime/Platform.run(Lorg/eclipse/core/runt ime/ISafeRunnabl
e;)V

org/eclipse/core/internal/events/BuildManager.basicBuild(ILo rg/eclipse/core/
resources/IncrementalProjectBuilder;Ljava/util/Map;Lorg/ecli pse/core/runtime
/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/core/internal/events/BuildManager.basicBuild(Lor g/eclipse/core/r
esources/IProject;ILjava/lang/String;Ljava/util/Map;Lorg/ecl ipse/core/runtim
e/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/core/internal/events/BuildManager.basicBuild(Lor g/eclipse/core/r
esources/IProject;I[Lorg/eclipse/core/resources/ICommand;Lor g/eclipse/core/r
untime/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonito r;)V
org/eclipse/core/internal/events/BuildManager$1.run()V
and a lot of other lines after...........


I think it may be related to something about linking the libraries manually
in my PATH and LD_LIBRARY_PATH but I don't know which one,,,,

Thanks for any help.

Francis
Re: Can't install CDT correctly [message #95212 is a reply to message #94961] Tue, 24 February 2004 09:58 Go to previous messageGo to next message
Eclipse UserFriend
Hi Francis,
I was running into a lot of problems myself (not the same), but I ended up
switching to the beta 3.0 eclipse and a lot of the problems disappeared.

David
Francis wrote:

> ViergeHi,
> I installed CDT but when I try to create a new project, it never works,
> anyone has any idea?

> System:
> QNX 6.2.1 (and 6.1)
> Eclipse 2.1.1 (and 2.1)
> corresponding Versions of full CDT

> Everytime I try to start a "Managed Make C++ Project" within
> Eclipse(CDT...), it does only half its job and stops with the following
> message:

> Project cannot be created
> Reason:
> Errors during build

> When I check at the .log file I get this :


> !ENTRY org.eclipse.core.resources 2 75 Feb 20, 2004 14:40:11.121
> !MESSAGE Errors during build.
> !SUBENTRY 1 org.eclipse.cdt.managedbuilder.core 2 75 Feb 20, 2004
> 14:40:11.121
> !MESSAGE java.lang.NullPointerException encountered while running
> org.eclipse.cdt.managedbuilder.internal.core.GeneratedMakefi leBuilder.
> !STACK 0
> java.lang.NullPointerException

> Stack trace:
> java/lang/Throwable.<init>()V
> java/lang/Throwable.<init>(Ljava/lang/String;)V
> java/lang/NullPointerException.<init>(Ljava/lang/String;)V

> org/eclipse/cdt/managedbuilder/internal/core/GeneratedMakefi leBuilder.build(
> ILjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;) [Lorg/eclipse/co
> re/resources/IProject;
> org/eclipse/core/internal/events/BuildManager$2.run()V

> org/eclipse/core/internal/runtime/InternalPlatform.run(Lorg/ eclipse/core/run
> time/ISafeRunnable;)V

> org/eclipse/core/runtime/Platform.run(Lorg/eclipse/core/runt ime/ISafeRunnabl
> e;)V

> org/eclipse/core/internal/events/BuildManager.basicBuild(ILo rg/eclipse/core/
> resources/IncrementalProjectBuilder;Ljava/util/Map;Lorg/ecli pse/core/runtime
> /MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor;)V

> org/eclipse/core/internal/events/BuildManager.basicBuild(Lor g/eclipse/core/r
> esources/IProject;ILjava/lang/String;Ljava/util/Map;Lorg/ecl ipse/core/runtim
> e/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor;)V

> org/eclipse/core/internal/events/BuildManager.basicBuild(Lor g/eclipse/core/r
> esources/IProject;I[Lorg/eclipse/core/resources/ICommand;Lor g/eclipse/core/r
> untime/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonito r;)V
> org/eclipse/core/internal/events/BuildManager$1.run()V
> and a lot of other lines after...........


> I think it may be related to something about linking the libraries manually
> in my PATH and LD_LIBRARY_PATH but I don't know which one,,,,

> Thanks for any help.

> Francis
Re: Can't install CDT correctly [message #95286 is a reply to message #95212] Tue, 24 February 2004 13:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Lauzon-Duranceau.Francis.ireq.ca

Hi,

There is no release of Eclipse 3.0 for QNX yet and anyway, there is no JRE
1.4 for QNX...
Only 1.3 is available for the moment...

Thanks

"David Bearh" <drs_ecli@duneram.com> a
Re: Can't install CDT correctly [message #95317 is a reply to message #95286] Tue, 24 February 2004 14:28 Go to previous message
Eclipse UserFriend
Originally posted by: ddaoust.ca.ibm.com

You may want to turn off the AutoBuild feature of eclipse. It looks like
you are getting a build error on the initial (empty) project.
If you cannot move to Eclipse 3.0, then I would suggest that you use the
latest build of 1.2.1 -- There were fixes in 1.2.1 around error conditions
in generating a makefile.


http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt- home/downloads/main.html?cvsroot=Tools_Project

-Dave

"Francis" <Lauzon-Duranceau.Francis@ireq.ca> wrote in message
news:c1g3tl$tbc$1@eclipse.org...
> Hi,
>
> There is no release of Eclipse 3.0 for QNX yet and anyway, there is no JRE
> 1.4 for QNX...
> Only 1.3 is available for the moment...
>
> Thanks
>
> "David Bearh" <drs_ecli@duneram.com> a
Previous Topic:Integrating GPROF into Eclipse 3 (linux)
Next Topic:reformatting source c++ code
Goto Forum:
  


Current Time: Wed May 28 22:54:31 EDT 2025

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

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

Back to the top