Re: rcp problem

2003-12-09 Thread mohanlal jangir
> Some things to check: > > - the .rhosts file on Linux must be owned by you or by root and have > permissions of 0600. Yes, I checked it. It has proper permissions. > - did you use a hostname or IP address in .rhosts? It must be a > hostname. Also, ping that hostname and make sure it displays the

rcp problem

2003-12-05 Thread mohanlal jangir
I tried to do rcp from cygwin to linux machine but I got following error : $ rcp temp.txt 10.10.10.45:/home/mohanlal 10.10.10.45: Permission denied This seems to be user validity issue. Command "whoami" at cygwin as well as at linux machine returns "mohanlal". On machine 10.10.10.45, I have c

Re: cygwin windows to linux cross compiler issues !!

2003-12-03 Thread mohanlal jangir
ring install. > > /A > > > > / "mohanlal jangir" <[EMAIL PROTECTED]> wrote: > | I could succeed to build cygwin windows to linux cross compiler. Binaries > | seems to be almost ok as I am able to compile many applications perfectly. > | While cross compiling linux kerne

cygwin windows to linux cross compiler issues !!

2003-12-03 Thread mohanlal jangir
I could succeed to build cygwin windows to linux cross compiler. Binaries seems to be almost ok as I am able to compile many applications perfectly. While cross compiling linux kernel, I encountered one problem: I used to get some errors from Assermber like "Error: junk `adcl $0x' after regist

Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-26 Thread mohanlal jangir
> > oh, > create a link file for libgcc.a to correct directory, maybe in /usr/local/gnu/lib/gcc-3.3.1-3/gcc/ > Thanks a lot to Qinfeng Zhang. Things are quite better now. I could build gcc-core successfully (I did put dummy crti.o and crtn.o as you told). Later while building glibc, I got undefin

Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-25 Thread mohanlal jangir
I tried this option. Seems to be work around for current problem, but new problem is that it can not fine libc. The error message is /usr/local/gnu/tools/host/i686-pc-cygwin//i686-pc-linux-gnu/bin/ld: cannot find -lc collect2: ld returned 1 exit status make[2]: *** [libgcc_s.so] Error 1 > > You tr

building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-25 Thread mohanlal jangir
[Excuse me for sending this mail to both mailing list. I am not very sure, which mailing list this mail is more suitable] I am trying to build cross compiler from cygwin window to linux. I did configured and build binutils as follows: /binutils-2.14/configure --host=i686-pc-cygwin --target=i686-pc

windows to linux cross compiler under cygwin

2003-10-14 Thread mohanlal jangir
I am looking for windows to linux cross compiler under cygwin. I want to know if any binary distribution available, before I go for building the tool-chian. Regards Mohanlal -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

Re: unknown pseudo-op: `.subsection'

2003-10-13 Thread mohanlal jangir
> OK, first brief problem. Are you trying to compile this with the > intention of running it under cygwin? Because that isn't going to work, > and isn't the kind of thing cygwin was designed for. Cygwin "emulates" > unix function calls to allow unix (or posix) programs to be compiled > under windo

unknown pseudo-op: `.subsection'

2003-10-13 Thread mohanlal jangir
I am trying to compile linux-2.4.18 on cygwin. When I issue "make bzImage", it gives following error: [EMAIL PROTECTED] /cygdrive/e/cygwin/home/linux $ make bzImage gcc -D__KERNEL__ -I/cygdrive/e/cygwin/home/linux/include -Wall -Wstrict-prot otyp es -Wno-trigraphs -O2 -fno-strict-aliasing -fno-comm