public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Compiling GCC 10.2 on AIX 7.2
@ 2020-08-17  6:02 Randal T. Rioux
  2020-08-17 10:28 ` Jonathan Wakely
  0 siblings, 1 reply; 12+ messages in thread
From: Randal T. Rioux @ 2020-08-17  6:02 UTC (permalink / raw)
  To: gcc-help

System: IBM POWER 740 (POWER7 CPU)
OS Level: 7200-04-02-2016
Bootstrap Compiler: GCC 8.3.0 from AIX Toolbox (IBM yum repo)

Please let me know if I need to include anything else. Hopefully I've
provided enough information to aid in my request here.

Environment Variables:

export CFLAGS="-mcpu=power7 -pipe -O2 -I/opt/freeware/include"
export CXXFLAGS=$CFLAGS
export LDFLAGS="-L/opt/freeware/lib64 -L/opt/freeware/lib
-Wl,-blibpath:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib
-Wl,-bmaxdata:0x80000000"
export CONFIG_SHELL=/opt/freeware/bin/bash
export CONFIG_ENV_ARGS=/opt/freeware/bin/bash

configure output: https://pastebin.com/FinvPRPU
config.log: https://pastebin.com/4Y30z9tU
config.status: https://pastebin.com/C7ZC9uzB

configure seems to work fine, although the config.log seems to show it
ignores my flags to only enable c/c++ compilers (I could be reading this
wrong).

Running make works for a little bit, then dies around:

(snip)
mkdir -p -- common/.deps
mkdir -p -- analyzer/.deps
config.status: executing default commands
gmake[2]: Leaving directory '/usr/src/gcc-build'
gmake[1]: *** [Makefile:20799: stage1-bubble] Error 2
gmake[1]: Leaving directory '/usr/src/gcc-build'
gmake: *** [Makefile:1002: all] Error 2

I've been going crazy trying to figure this one out. But it's time to
reach out for a little help!

Thanks for any advice.

Randal


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-08-19 17:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17  6:02 Compiling GCC 10.2 on AIX 7.2 Randal T. Rioux
2020-08-17 10:28 ` Jonathan Wakely
2020-08-17 16:12   ` Randal T. Rioux
2020-08-17 16:15     ` Jonathan Wakely
2020-08-17 19:28       ` Randal T. Rioux
2020-08-18 22:38         ` Randal T. Rioux
2020-08-19  6:43           ` Jonathan Wakely
2020-08-19  7:18             ` Kewen.Lin
2020-08-19  7:04           ` Kewen.Lin
2020-08-19 14:37             ` David Edelsohn
2020-08-19 17:36               ` Randal T. Rioux
2020-08-19 17:42                 ` David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).