From mboxrd@z Thu Jan 1 00:00:00 1970 From: "U.Mutlu" Subject: Re: SOLVED: Re: gcc-4.7.4: libgcc2.h:157: error: unable to emulate 'TF' Date: Wed, 11 Jul 2018 20:06:51 +0200 Message-ID: <5B46473B.8050701@mutluit.com> References: <87sh4sny8j.fsf@gnu.org> <5B43A955.7090904@mutluit.com> <87muv0nqoi.fsf@gnu.org> <5B442D84.8030805@mutluit.com> <87sh4rm8nb.fsf@gnu.org> <87601mna30.fsf@gnu.org> <5B452C86.6090003@mutluit.com> <87pnztln99.fsf_-_@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org In-Reply-To: <87pnztln99.fsf_-_@gnu.org> To: Jan Nieuwenhuizen Cc: gcc-help@gcc.gnu.org, guix-devel@gnu.org List-Id: guix-devel.gnu.org Jan Nieuwenhuizen wrote on 07/11/2018 07:01 PM: > U.Mutlu writes: > >> Just a tip: you can build the compiler much faster if you use --disable-bootstrap >> (here it reduces the compile time from 111 minutes down to 12 minutes). >> After it's ok, then you can build w/o it to also test the >> bootstrapping. > > Thanks! I'm very grateful for your help. I succeeded in building > gcc-4.7.4 from almost no binary seeds[0] for GuixSD! Congrats! :-) Can you give us some info on your project? (mes?) I think you mentioned TCC, scheme, own header files etc. Did you still had to use also the old gcc 2.95.3 ? What's the goal, and why especially that target version gcc 4.7.4 ? As I could figure out, GuixSD is a (new) GNU package manager, right? Just a little bit curious about your complicated looking project :-) > The weird error in Subject was caused by configure+make (and my usage of > configure flags, environment settings) trying to use CC_FOR_BUILD (the > i368-unknow-linux-gcc 2.95.3 compiler) to build libgcc2.c > > Here's the configure that I used, which works. > > ../build/configure\ > --build=i686-unknown-linux-gnu\ > --host=i686-unknown-linux-gnu\ > --with-native-system-header-dir=/gnu/store/lwadx3lm73f8rmy8cvwijrflb9wgcm7j-glibc-mesboot-2.2.5/include\ > --with-build-sysroot=/gnu/store/lwadx3lm73f8rmy8cvwijrflb9wgcm7j-glibc-mesboot-2.2.5/include\ > --prefix=/gnu/store/bci6j4dfrmkfzqbpbbcz5ypk8xmr0j5z-gcc-mesboot-4.7.4\ > --disable-bootstrap\ > --disable-decimal-float\ > --disable-libatomic\ > --disable-libcilkrts\ > --disable-libgomp\ > --disable-libitm\ > --disable-libmudflap\ > --disable-libquadmath\ > --disable-libsanitizer\ > --disable-libssp\ > --disable-libvtv\ > --disable-lto\ > --disable-lto-plugin\ > --disable-multilib\ > --disable-plugin\ > --disable-shared\ > --disable-threads\ > --enable-languages=c\ > --enable-static\ > --enable-threads=single\ > --disable-libstdc__-v3\ > --disable-libstdcxx-pch\ > --disable-build-with-cxx > > Greetings, > janneke > > [0] http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/mes.scm?h=wip-bootstrap >