Mail Archives: cygwin/2007/01/17/20:57:33
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/
- Raw text -