This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

slow iar-compilation in ssh-session


Hello,

After updating from 1.5 to 1.7, the compilation with the IAR C-compiler is
very slow in an ssh session.

Details:

I'm using the "IAR 78K0 and 78K0S C/C++ Compiler V4.50C/W32"
from iar.com with dongle and license manager on Windows XP.

The problem seems to be related to the license manager, because the
assembler and the linker are not affected, they don't use the dongle.

The ssh-session is opened by public key authentication.
The problem disappears, when I use password authentication.

The problem disappears too, when I open a Windows session at the same time
(using rdesktop).


Example with empty C-file:

$ time icc78k main.c

   IAR 78K0 and 78K0S C/C++ Compiler V4.50C/W32
   Copyright 1992-2007 IAR Systems. All rights reserved.

 0 bytes of memory

Errors: none
Warnings: none

real    0m2.703s
user    0m0.166s
sys 0m0.308s


How could I track down this issue?
(I'm not familiar with Windows, only with Linux...)

I attach the standard output of "cygcheck -s -v -r"

The error output was:

      4 [main] id 168 C:\cygwin\bin\id.exe: *** fatal error - couldn't
	  initialize fd 0 for /dev/tty0
      4 [main] cygrunsrv 2460 C:\cygwin\bin\cygrunsrv.exe: *** fatal error
	  - couldn't initialize fd 0 for /dev/tty0
garbled output from 'id' command - no uid= found


I attach also the output of "cygcheck -s -v -r" when using password
authentication (no error output).


The commands, that I've executed after a fresh cygwin installation:

mkpasswd -d >/etc/passwd 
mkpasswd -l >>/etc/passwd 
mkgroup -d >/etc/group
mkgroup -l >>/etc/group
ssh-host-config


Thanks in advance for any help!
Peter

-- 
Contact information: http://pmrb.free.fr/contact/

Attachment: cygcheck-public.out
Description: Text document

Attachment: cygcheck-password.out
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]