This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Problem with gcc 2.9.1 on Alpha/Unix 4.0E (mips-tfile)
- To: gnu-gcc-bug at moderators dot isc dot org
- Subject: Problem with gcc 2.9.1 on Alpha/Unix 4.0E (mips-tfile)
- From: Regis BOSSUT <bossut at isen dot fr>
- Date: Mon, 30 Aug 1999 16:22:47 +0200
- Newsgroups: gnu.gcc.bug
- Organization: IEMN - Dépt ISEN - Acoustique
Hi all,
I have a problem with the gcc 2.9.1 compiler tool named mips-tfile. When
I compile a .s file with as then use the .o, ld works fine. When I
compile the same .s file with gcc (which calls as, then mips-tfile), ld
complains :
Object file format error in: maths.a(isamax.o): local_is_complete:
iaux(6) > iauxMax(4) for obj maths.a(isamax.o)
My current workaround is to skip the faulty tool, but I assume that
without the use of it, I won't be able to debug.
I might be obscure to many people here, but I'm sure the guys concerned
with this platform will understand this. The .s file is 152 lines long
and available on request.
Thanks for your attention !
/Régis Bossut