Re: Git error on Cygwin

2007-08-02 Thread Claudio Scordino
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Claudio Scordino on 8/2/2007 3:54 AM: fatal error - could not load shell32, Win32 error 487 Ok, I've posted an email to cygwin-apps describing this issue. Wasn't necessary. This list was already the co

Re: Git error on Cygwin

2007-08-02 Thread Claudio Scordino
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Claudio Scordino on 7/31/2007 8:33 AM: According to Claudio Scordino on 7/30/2007 11:18 AM: 3 [main] git-read-tree 2160 C:\cygwin\bin\git-read-tree.exe: *** fatal error - could not load shell32, Win32 error 487

HOWTO: Linux kernel compilation for ARM using cygwin

2007-08-02 Thread Claudio Scordino
Hi, thanks to all suggestions and help that I received from you in the last days, I was able of succesfully compiling a Linux kernel using Cygwin. Here I report all the steps that I made, just in case someone else need this info. Thanks again, Claudio 1. Install cygwin among wit

Re: Linux kernel compilation for x86 on Cygwin

2007-08-01 Thread Claudio Scordino
Samuel Thibault wrote: Claudio Scordino, le Wed 01 Aug 2007 11:26:42 +0200, a écrit : 2) make HOST_LOADLIBES="-lintl" menuconfig $ make HOST_LOADLIBES="-lintl" menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/lxdialog

Linux kernel compilation for x86 on Cygwin

2007-08-01 Thread Claudio Scordino
Hi, I'm trying to compile the Linux kernel using the gcc toolchain of cygwin. This time, I'm trying to compile the kernel for the host machine (x86). I'm using a managed mountpoint (should I mount the mountpoint with the --executable or --text options too ?) and I have installed gcc-core, gcc-g

Re: Compiling a Linux kernel using Cygwin

2007-07-31 Thread Claudio Scordino
Hi, I tried using the gcc toolchain of cygwin (i.e. no crosscompilation) but the following problems still appear (so the problem is not related to the toolchain itself). 1) make HOST_LOADLIBES="-lintl" HOSTCC scripts/genksyms/parse.o HOSTLD scripts/genksyms/genksyms CC scripts/mo

Re: Git error on Cygwin

2007-07-31 Thread Claudio Scordino
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Claudio Scordino on 7/30/2007 11:18 AM: 3 [main] git-read-tree 2160 C:\cygwin\bin\git-read-tree.exe: *** fatal error - could not load shell32, Win32 error 487 /usr/bin/git-clone: line 404: 2160 Hangup

Re: Compiling a Linux kernel using Cygwin

2007-07-31 Thread Claudio Scordino
Samuel Robb wrote: On Fri, 2007-07-27 at 16:43 +0200, Claudio Scordino wrote: Hi all, I have to compile a Linux kernel using Cygwin on Windows XP (I know, it's a very silly thing, but it does not depend on me, unfortunately...). I already have a gcc cross-compile toolchain for my t

Git error on Cygwin

2007-07-31 Thread Claudio Scordino
Hi all, I just installed cygwin on Windows XP and I have the following error when using git-clone. (Consider that the same command on the same repository works on Linux). Regards, Claudio $ git-clone @:// Initialized empty Git repository in /home/Claudio//.git/ @'s password: r

Compiling a Linux kernel using Cygwin

2007-07-27 Thread Claudio Scordino
Hi all, I have to compile a Linux kernel using Cygwin on Windows XP (I know, it's a very silly thing, but it does not depend on me, unfortunately...). I already have a gcc cross-compile toolchain for my target (arm) installed on Windows. I already installed gcc-core, gcc-g++, binutils, cp