This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Relocations in generic ELF (EM: 44)


u0606029 <surajraghavendran@gmail.com> writes:

> I am compiling an (embedded) application, that is originally meant for
> running on the TriCore, using GCC. I get this error: Relocations in generic
> ELF (EM: 44) in the object file and that the "symbols could not be read":
> File in wrong format error. Has anyone experienced this before?
>
> This program, however, compiles when tricore-gcc is used. 

What are you doing when you get that error?

It sounds like may be running a version of objdump which does not
include support for your target.  Try using tricore-elf-objdump.

Since TriCore is not part of an FSF release, you will most likely get
better support by contacting the vendor who supplied the compiler.

Ian


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