Hayden Livingston 2015-07-30 21:19: > Hi, > > I'm getting this error from make, and have no idea how to fix it? I > got this previously as well, when I tried to build GCC without using > your build scripts. > > Searching around it says that maybe it is related to not configuring > the right directory, but I'm positive I've done it correctly and also > this time I just used your build scripts, so unless I need to run them > from a specific place. What gives? > > make[2]: *** No rule to make target > '../build-x86_64-w64-mingw32/libiberty/pic/libiberty.a', needed by > 'build/genmddeps.exe'. Stop. > make[2]: Leaving directory > '/home/halivingston/mingw-gcc-5.2.0/x86_64-520-posix-sjlj-rt_v4/build/gcc-5.2.0/gcc' > Makefile:4125: recipe for target 'all-gcc' failed > make[1]: *** [all-gcc] Error 2 > make[1]: Leaving directory > '/home/halivingston/mingw-gcc-5.2.0/x86_64-520-posix-sjlj-rt_v4/build/gcc-5.2.0' > Makefile:879: recipe for target 'all' failed > make: *** [all] Error 2
Hi, Firstly, try to build the GCC using the default settings. And only after that, if the build is successful, add additional options. P.S. Please sync your local copy of mingw-builds with origin. build command: ./build --mode=gcc-5.2.0 --buildroot=/home/halivingston/gcc-5.2.0 --threads=posix --exceptions=sjlj --arch=x86_64 ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
