public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/25384]  New: gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found
@ 2005-12-13  8:35 tom at tiri dot li
  2005-12-15  2:27 ` [Bug target/25384] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tom at tiri dot li @ 2005-12-13  8:35 UTC (permalink / raw)
  To: gcc-bugs

Hello,

How can I modify my system to get gcc-4 compiled on AIX 5.2 ?
I always get the error "ld: target bigtoc not found".
Snippet of log below.

My System:
core file size        (blocks, -c) 1048575
data seg size         (kbytes, -d) 131072
file size             (blocks, -f) 1048575
max memory size       (kbytes, -m) 32768
open files                    (-n) 2000
pipe size          (512 bytes, -p) 64
stack size            (kbytes, -s) 32768
cpu time             (seconds, -t) unlimited
max user processes            (-u) 262144
virtual memory        (kbytes, -v) unlimited

IBM F80, PowerPC_RS64-III, AIX 5.2.0.75, 500MHz CPU, 6 CPU

Thanks for your help in advance.

Thomas Baumann

/openpkg/bin/make --no-print-directory CC=" stage1/xgcc -Bstage1/
-B/openpkg/powerpc-ibm-aix5.2.0.0/bin/" CC_FOR_BUILD=" stage1/xgcc -Bstage1/
-B/openpkg/powerpc-ibm-aix5.2.0.0/bin/" \
         STAGE_PREFIX=stage1/ \
         ADAFLAGS="" CFLAGS="-pipe -O2 -fomit-frame-pointer"
LDFLAGS="-Wl,-bbigtoc" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-
pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition "
libdir=/openpkg/lib LANGUAGES="c gcov gcov-dump c++" MAKEINFO=
"/openpkg/RPM/TMP/gcc-4.0.2/missing makeinfo --split-size=5000000"
MAKEINFOFLAGS="--no-split" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@" \
         CFLAGS="-pipe -O2 -fomit-frame-pointer" WERROR="" 
stage1/xgcc -Bstage1/ -B/openpkg/powerpc-ibm-aix5.2.0.0/bin/ -c   -pipe -O2
-fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings
 -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition     -DHAVE_CONFIG_H -
DGENERATOR_FILE -I. -Ibuild -I/openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc
-I/openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc/build -I/openpkg/RPM/TMP
/gcc-4.0.2/obj/../gcc/../include
-I/openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc/../libcpp/include     -o
build/genmodes.o /openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc/genmodes.c
stage1/xgcc -Bstage1/ -B/openpkg/powerpc-ibm-aix5.2.0.0/bin/ -c   -pipe -O2
-fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings
 -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition     -DHAVE_CONFIG_H -
DGENERATOR_FILE -I. -Ibuild -I/openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc
-I/openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc/build -I/openpkg/RPM/TMP
/gcc-4.0.2/obj/../gcc/../include
-I/openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc/../libcpp/include     -o build/errors.o
/openpkg/RPM/TMP/gcc-4.0.2/obj/../gcc/errors.c
stage1/xgcc -Bstage1/ -B/openpkg/powerpc-ibm-aix5.2.0.0/bin/   -pipe -O2
-fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings -W
strict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition     -DHAVE_CONFIG_H
-DGENERATOR_FILE -Wl,-bbigtoc -o build/genmodes \
 build/genmodes.o build/errors.o
../build-powerpc-ibm-aix5.2.0.0/libiberty/libiberty.a
/openpkg/bin/ld: target bigtoc not found
collect2: ld returned 1 exit status
make[2]: *** [build/genmodes] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap-lean] Error 2


-- 
           Summary: gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not
                    found
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tom at tiri dot li


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25384


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

* [Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found
  2005-12-13  8:35 [Bug c/25384] New: gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found tom at tiri dot li
@ 2005-12-15  2:27 ` pinskia at gcc dot gnu dot org
  2005-12-16 15:54 ` tom at tiri dot li
  2006-01-30 22:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-15  2:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-15 02:27 -------
/openpkg/bin/ld: target bigtoc not found


GNU binutils is not recommend at all on AIX because it has not been updated for
weak or any newer features for AIX.

Can you try this without using GNU binutils?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25384


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

* [Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found
  2005-12-13  8:35 [Bug c/25384] New: gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found tom at tiri dot li
  2005-12-15  2:27 ` [Bug target/25384] " pinskia at gcc dot gnu dot org
@ 2005-12-16 15:54 ` tom at tiri dot li
  2006-01-30 22:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tom at tiri dot li @ 2005-12-16 15:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tom at tiri dot li  2005-12-16 15:54 -------
Yes, without binutils it is working.
I set following ulimits to make it compile:

ulimit -c unlimited
ulimit -d unlimited
ulimit -f unlimited
ulimit -m unlimited
ulimit -s 131072

But one open question:
I CAN COMPILE binutils-2.16.1 successfully, but why can't I use them?
What is if i need to compile apps, which need binutils ?

Thanks for your reply in advance.

Thomas.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25384


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

* [Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found
  2005-12-13  8:35 [Bug c/25384] New: gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found tom at tiri dot li
  2005-12-15  2:27 ` [Bug target/25384] " pinskia at gcc dot gnu dot org
  2005-12-16 15:54 ` tom at tiri dot li
@ 2006-01-30 22:29 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-30 22:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-01-30 22:29 -------
(In reply to comment #2)
> I CAN COMPILE binutils-2.16.1 successfully, but why can't I use them?
Because it has not been ported to AIX 5 yet.

> What is if i need to compile apps, which need binutils ?

Ask the app not here.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25384


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

end of thread, other threads:[~2006-01-30 22:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13  8:35 [Bug c/25384] New: gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found tom at tiri dot li
2005-12-15  2:27 ` [Bug target/25384] " pinskia at gcc dot gnu dot org
2005-12-16 15:54 ` tom at tiri dot li
2006-01-30 22:29 ` pinskia at gcc dot gnu dot org

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).