This is the mail archive of the gcc-bugs@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]

Problem with gcc 2.9.1 on Alpha/Unix 4.0E (mips-tfile)


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


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