Re: Multiple Simulators Link Failure on Head
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <20150323022905.GA6113@vapier> |
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. > > I then changed my script to drop the -j8 and it built ok again. > > 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 of extern inline. i think the code base expects gnu_inline semantics but just uses "extern inline" directly. maybe try including -fgnu89-inline in your CFLAGS and see if that helps ? -mike
signature.asc
(application/pgp-signature, 819 B)
-----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-----