This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

crosstool-0.43 : mingw build linux-gnu failed on collect2.c for "fork/pipe.."


Hi, All

Once I built linux-gnu on cygwin using crosstool successfully so I
decided to try it on the mingw+msys.  I used the demo-i686.sh to build
gcc-3.4.5-glibc-2.3.6-tls.dat.  I met some little problems like "ln -s
/opt/..../ar crosstool/build/gcc-prefix-core/ar" it failed because we
only have  /opt/.../ar.exe so I wrote an wrapper "ln" to overcome
that. another problem is gengtype.exe will failed because it uses
fopen to open "/crosstoolpath/*.h" which should be
"c:/msys/1.0/crosstoolpath..." or "/msys/1.0/crosstoolpath.." so I use
the junction from systeminternal to create a readable symbolic link to
overcome this.

Then finally I has been blocked on the collect2.c that said
"fork/pipe.. unreference". I searched on the google and find that
there has patches to overcome it. So what is the right way to do that
or Did anyone conquer it before?  Any help will be appreciated.

Regards,
Andy

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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