u0606029 <surajraghavendran@xxxxxxxxx> 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