Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Unable to build for QNX 6.3.0 SP3 using IDE 4.6: (5 Items)
   
Unable to build for QNX 6.3.0 SP3 using IDE 4.6  
I tried to build a "Hello World" example program using IDE 4.6 (I20090304) on a WinXP machine having development tools 
for QNX 6.3.0 SP3 and QNX SDP 6.4.0 installed.

Build process for QNX 6.3.0 failed with message about missing cygwin1.dll, while build process for QNX 6.4.0 succeeds.

Using IDE 4.5 I am able to build for both environments on the same machine.

Analysis shows, that environment for build process (PATH variables) is not set up as required with IDE 4.6 (See attached
 file).
Attachment: Text IDE4-6-Dbg.txt 5.44 KB
Re: Unable to build for QNX 6.3.0 SP3 using IDE 4.6  
Can you be specific on what means "not set up as required"? What is it missing?

Martin Zipperer wrote:
> I tried to build a "Hello World" example program using IDE 4.6 (I20090304) on a WinXP machine having development tools
 for QNX 6.3.0 SP3 and QNX SDP 6.4.0 installed.
> 
> Build process for QNX 6.3.0 failed with message about missing cygwin1.dll, while build process for QNX 6.4.0 succeeds.

> 
> Using IDE 4.5 I am able to build for both environments on the same machine.
> 
> Analysis shows, that environment for build process (PATH variables) is not set up as required with IDE 4.6 (See 
attached file).
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post24618
> 
Re: Unable to build for QNX 6.3.0 SP3 using IDE 4.6  
Path variable used by tool chain does not point to the location, where the tool chain for building is located (The 
QNX630 directories). 
Re: Unable to build for QNX 6.3.0 SP3 using IDE 4.6  
Why you have 2 Path vars. Is it IDE or you have 2 in your default vars?

Martin Zipperer wrote:
> Path variable used by tool chain does not point to the location, where the tool chain for building is located (The 
QNX630 directories). 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post24622
> 
Re: Unable to build for QNX 6.3.0 SP3 using IDE 4.6  
Good question!

In fact, when a start a CMD shell, I have only one Path variable, which for whatever reason is named "Path" (Not 
capitals only!). If I execute the cmd /k set command from within the tool chain in IDE, I get two of them, one named "
Path" and another named "PATH".

Of course I can try to tweak my Windows environment to rename my current "Path" variable to "PATH" to see if the problem
 gets fixed, but IDE 4.5 could manage this situation. Perhaps it is more general to fix the problem inside IDE code.

> Why you have 2 Path vars. Is it IDE or you have 2 in your default vars?
> 
> Martin Zipperer wrote:
> > Path variable used by tool chain does not point to the location, where the 
> tool chain for building is located (The QNX630 directories). 
> > 
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post24622
> >