X-Spam-Check-By: sourceware.org Message-ID: <4c342bdd0701171757x4f32be96u9db1bc454f70b02f@mail.gmail.com> Date: Thu, 18 Jan 2007 10:57:02 +0900 From: "Darren ha" To: cygwin AT cygwin DOT com Subject: no such file or directory error again and again. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I made cross-toolchain(gcc-4.1.0) for i686 on cygwin. and using these, I am trying to compile kernel(2.6.17). but there is some problem. here is the log ----------------------------------------------------------------------------------------------------- LD sound/isa/cs423x/built-in.o <- #1 LD sound/isa/es1688/built-in.o LD sound/isa/gus/built-in.o LD sound/isa/opti9xx/built-in.o LD sound/isa/sb/built-in.o LD sound/isa/wavefront/built-in.o LD sound/isa/built-in.o /i686-unknown-linux-gnu/bin/i686-unknown-linux-gnu-ld: sound/isa/cs423x/built-in.o: No such file: No such file or directory make[2]: *** [sound/isa/built-in.o] Error 1 make[1]: *** [sound/isa] Error 2 make: *** [sound] Error 2 ----------------------------------------------------------------------------------------------------- as you can see above, sound/isa/cs423x/built-in.o is already made at #1, but LD complains there is no file. I checked that file. certainly, that file doesn't exist. compiling again, this error passed. at another place same pattern of error is produced. after 10 times of retry, I can make the kernel image finally. so i tested busybox at this time. the error pattern is same. How can i solve this problem? Is there anyone who have this problem? only my cygwin environment makes this kind of error ? Thanks in advance. p.s> I'm not in cygwin mailing list, so please CC me. Best Regards Darren -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/