This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Matt <matt@use.net> writes:
It *kind of* says why. I've pasted the output below. Unfortunately, when the full build is finished, the prev-gcc/xgcc no longer exists. When I test the conftest.c (copied and pasted from the log), the stage1-gcc/xgcc and stage2-gcc/xgcc have no problem with it (of course).
OK, if this works after the build is complete, then you are going to need to stop the build in the middle. Fortunately, this can be done easily enough by running "make configure-stage2-gcc". That should stop after the stage2-gcc directory is configured. At that point, you should see a stage2-gcc directory and a prev-gcc directory. Presumably the stage2-gcc/config.log file will show a failure, and with luck you will be able to recreate that failure at that point.
matt@matt-desktop:~/src/gcc-trunk/obj$ make configure-stage2-gcc make[1]: Entering directory `/home/matt/src/gcc-trunk/obj' mv: cannot stat `stage1-gcc': No such file or directory make[1]: *** [stage2-start] Error 1 make[1]: Leaving directory `/home/matt/src/gcc-trunk/obj' make: *** [configure-stage2-lto-plugin] Error 2
-- tangled strands of DNA explain the way that I behave. http://www.clock.org/~matt
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |