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

See crosstool-NG 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]

GMP installation hangs


Hey folks,
I'm trying to create a cross compiler for a i686 linux target on a Win7 Cygwin (1.7.16) host. I'm using the ct-ng 1.13.3 'cause the later versions aren't compatible with Cygwin yet. When i use the ct-ng build command the crosscompiler creation starts and continues until "[CFG ] checking for BSD-compatible nm... /usr/bin/nm -B" (l. 993 in the build.log). At this point the job hangs for the first time. I figured out that by pressing Strg+z (stopping the job) and continuing it again with "fg" i can overcome this first bug. But when it comes to the archiving of the cxx files it hangs for a second time. So the last output i get is "[ALL ] mkdir .libs" (l. 2277 in the build.log). If I'm right the next lines, if the job wouldn't hang, should similar to


[ALL ] i686-build_pc-cygwin-ar cq .libs/libscanf.a doscan.o fscanf.o fscanffuns.o scanf.o sscanf.o sscanffuns.o vfscanf.o vscanf.o vsscanf.o
[ALL ] i686-build_pc-cygwin-ranlib .libs/libscanf.a


but with other filenames (like ".libs/libcxx.a" and so on).
I tried different gmp versions, the strg+z-trick and several other configuration settings to solve this problem, but no matter what I did - the job at this point always hangs until I terminate it.



I hope you know a solution -> I'm allready fighting this problem for 4 days.


With best regards,
Chris

PS: I attached the build.log and the .config file.

Attachment: .config
Description: application/xml

Attachment: build.log
Description: Text document

--
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]