This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Withoug CFLAGS -g 02 ...
- To: kanishka at metis dot cAdence dot COM
- Subject: Withoug CFLAGS -g 02 ...
- From: Gregory Hicks <ghicks at cadence dot com>
- Date: Fri, 14 Jan 2000 15:08:13 -0800 (PST)
- Cc: cstrauss at metis dot cAdence dot COM, brouwers at metis dot cAdence dot COM, bhavin at metis dot cAdence dot COM, samira at metis dot cAdence dot COM, ashwin at metis dot cAdence dot COM, gcc-bugs at gcc dot gnu dot org, harm at metis dot cAdence dot COM
Kanishka:
Tried 'make CFLAGS=""' to see if it would compile. No such luck.
Below are error messages. Notice the TOC is smaller this time than
previously... Before it was about 68K...
Any further ideas? I'm out.
Regards,
Gregory Hicks
gcc -DIN_GCC -o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o decl.o typeck.o convert.o expr.o loop.o tasking.o timing.o inout.o satisfy.o ch-version.o `cat ../stamp-objlist` `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `if [ xalloca.o != x ]; then echo ../alloca.o; else true; fi` `if [ x != x ]; then echo ../; else true; fi` -lld
ld: 0711-781 ERROR: TOC overflow. TOC size: 65904 Maximum size: 65536
collect2: ld returned 12 exit status
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
#