From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91212 invoked by alias); 22 Mar 2015 22:29:52 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 91202 invoked by uid 89); 22 Mar 2015 22:29:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,DATE_IN_FUTURE_03_06,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 22 Mar 2015 22:29:50 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id A161F3409AD; Sun, 22 Mar 2015 22:29:47 +0000 (UTC) Date: Sun, 22 Mar 2015 22:29:00 -0000 From: Mike Frysinger To: Joel Sherrill Cc: gdb@sourceware.org Subject: Re: Multiple Simulators Link Failure on Head Message-ID: <20150323022905.GA6113@vapier> Mail-Followup-To: Joel Sherrill , gdb@sourceware.org References: <550C1D9D.6060704@oarcorp.com> <20150320153851.GG11803@vapier> <550C6342.104@oarcorp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <550C6342.104@oarcorp.com> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00088.txt.bz2 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 790 On 20 Mar 2015 13:13, Joel Sherrill wrote: > This looks to be an issue with the "make -j8". > I did it again with "-j8" and it failed. I did a simple "make clean all" > in that directory and it failed again. >=20 > I then changed my script to drop the -j8 and it built ok again. >=20 > My suspicion is something in the dependencies isn't 100% right > and there is a race condition. sim/common/cconfig.h is the same > in a tree built with -j1 vs -j8. when it fails, can you attach the full build log ? what gcc version are you using ? there might be some misbehavior with the = usage=20 of extern inline. i think the code base expects gnu_inline semantics but j= ust=20 uses "extern inline" directly. maybe try including -fgnu89-inline in your= =20 CFLAGS and see if that helps ? -mike --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVD3pxAAoJEEFjO5/oN/WBUhQQAKzvKl8RmupWcaSBFJ5znZrg PXONUExhs9lyBbwHK656nwBfliWW+xe8BIhSOwy9SUK81VP1Y8LgYocl23dQvIQ5 CUYpPiSikQe4O3UZbnAJZS2gz5pcCyTXeSIz/XgMfFKqoFM0oM+njp8TGPHfXMVE h5jJbD/I70f4SkD8VBpyDFlZzLJ5LE07sS5v24V6M3UktdznIyPsAnP5ZPwtX15H Sl5s5OT+CtDmYTGtfs9vpjceGoFncxG/jHdNrmUYa0K3wZh7qsIAB+dZUqjHswQN eizZXVwhKzXByaZaFGyNkU6tk1RyDl7+t8oSBw/MMy6v8d5PA0CtzWW5GcTjsZRU dnr3NtdNJZwvbQCBEkuKPxY+Vu7MJXx/OpO4OOsDJ+5Z9Kq2IuZwU2/BF3h0cMQT MMTsOJHD0/prN3bm5NzEKXtpC+NTYGvNO0f10e5TNI/BSgfUf9+B2KNC42hGg65q wK796djby7ZjsiP9dgBl0hHa/xGUFZVhuCZeVZbUE7WAqDjuJU7eXPKuxX+D0JEk sg6M0NViYNy2Rm+FQ/O8QtVp7mx8TpYA/xofOy7Hylv7iHxv76IYyUuhyWf+6F4m L6MghSsSAAtf2HiCb/AVaPBrlaUm5/ozCO67cDA5jOjjPd2MdobznOdWdJXrHmVt kIqW2svx+hEq91jSGq+6 =1iEZ -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ--