tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Is this ok on commit "Use proper PLT/GOT for -run"


From: grischka
Subject: Re: [Tinycc-devel] Is this ok on commit "Use proper PLT/GOT for -run"
Date: Mon, 07 Apr 2014 11:28:39 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Michael Matz wrote:
i386-win32/tiny_libmaker.exe rcs ../libtcc1.a i386-win32/libtcc1.o
i386-win32/alloca86.o i386-win32/alloca86-bt.o i386-win32/bcheck.o
i386-win32/crt1.o i386-win32/wincrt1.o i386-win32/dllcrt1.o
i386-win32/dllmain.o i386-win32/chkstk.o
Unsupported Elf Class: i386-win32/alloca86.o

alloca86.S is a 32bit assembler source, but you may have compiled it into a 64bit ELF file ...

Actually Domingo snipped the intersting part which was
     gcc alloca86.S ...

and then "Unsupported Elf Class" descibes the problem only in so
far as it actually wasn't ELF at all.  Fixed on mob.

--- grischka




reply via email to

[Prev in Thread] Current Thread [Next in Thread]