This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 3.0: libffi -vs- Solaris `as'




On 12 Jun 2001, Tom Tromey wrote:
> ar: src/sparc/.libs/v9.o has no data in string table - size is 0

Most of this file is commented out, unless you are building for sparc64:

$ size v9.o
   text    data     bss     dec     hex filename
      0       0       0       0       0 v9.o

> src/sparc/.libs/v9.o: could not read symbols: Memory exhausted

GNU binutils choke on an empty symbol table, which gas will never create.

> I'm using Solaris as, but GNU ld.  I've appended my top-level
> config.status.

Unless your GNU ld is 2.11 or newer you'll have other problems anyway.

I've been using the 010605 snapshot with good results.

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]