Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Code Compilation takes lots of time in QNX 6.5: (5 Items)
   
Code Compilation takes lots of time in QNX 6.5  
I am using QNX 6.5. My code takes  lots of time to compile in a Windows XP machine, when network is enabled in the PC. 
If i disable network, then it just compiles quickly.

Anybody any idea....

Regards,
Manas
Re: Code Compilation takes lots of time in QNX 6.5  
Maybe this?

http://www.openqnx.com/node/518

-seanb

On Mon, Jan 02, 2012 at 05:35:41AM -0500, manas sahoo wrote:
> I am using QNX 6.5. My code takes  lots of time to compile in a Windows XP machine, when network is enabled in the PC.
 If i disable network, then it just compiles quickly.
> 
> Anybody any idea....
> 
> Regards,
> Manas
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post90780
> 
RE: Code Compilation takes lots of time in QNX 6.5  

> -----Message d'origine-----
> De : manas sahoo [mailto:community-noreply@qnx.com]
> Envoyé : 2 janvier 2012 05:36
> À : general-community
> Objet : Code Compilation takes lots of time in QNX 6.5
> 
> I am using QNX 6.5. My code takes  lots of time to compile in a Windows XP
> machine, when network is enabled in the PC. If i disable network, then it just
> compiles quickly.
> 
> Anybody any idea....
> 
For Windows machine that are part of a Domain, each time a sh is started it will validate the user permission by 
contacting the machine specify by the LOGONSERVER variable. This add lots of overhead. This can be bypassed  setting it 
up to your machine name. Go in Windows/Preferences/C++/Build/Environment. Press Add, then add the LOGONSERVER variable, 
then put in your machine name "\\\\machinename" .  You must also set the "Replace Native Environment with specified one"
 option

> Regards,
> Manas
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post90780
> 
Re: RE: Code Compilation takes lots of time in QNX 6.5  
I am not using the IDE for compilation. I have written my own make files and calling them from the command line for 
compilation. When build starts, If i Disable the network, then it builds faster.

Still I tried adding LOGONSERVER into Windows/Preferences/C++/Build/Environment, but that did not help.

Regards,
Manas
RE: RE: Code Compilation takes lots of time in QNX 6.5  
> -----Message d'origine-----
> De : manas sahoo [mailto:community-noreply@qnx.com]
> Envoyé : 4 janvier 2012 07:00
> À : general-community
> Objet : Re: RE: Code Compilation takes lots of time in QNX 6.5
> 
> I am not using the IDE for compilation. I have written my own make files and
> calling them from the command line for compilation. When build starts, If i
> Disable the network, then it builds faster.
> 
> Still I tried adding LOGONSERVER into
> Windows/Preferences/C++/Build/Environment, but that did not help.
> 

This is not a feature of the IDE but of the msys shell ( sh ).  If you are not using the IDE, then you need to change 
the LOGONSERVER variable in the Windows Environment Variable configuration.  That may have some side effect though. You 
may what to create a script that set this variable and then launch make, or change the variable in the makefile.

> Regards,
> Manas
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post90834
>