ELF32 to ELF64 conversion
Next message: Daniel Lidström: "Mounting a raidpartition from LiveCD"
Date: Wed, 22 Dec 2004 15:44:31 +0100
Hi!
I need a tool for converting object files (created by an assembler) from
ELF32 format to ELF64 (AMD x86_64 architecture) format. I've tried objcopy
but the g++ compiler complains about bad section names. I've absolutely no
idea how to convert these files because NASM or YASM is not able to compile
my original source files so I just have the object files compiled in ELF32
format...
--
[replace "X" by "u-thiel" if you want to reply by email]
Next message: Daniel Lidström: "Mounting a raidpartition from LiveCD"
Relevant Pages
- Re: What is an Assembler
... > and object files to assemble/link. ... > embed gas within gcc]. ... compiler, and assembler, unless noted elsewhere. ... (alt.lang.asm) - Re: C++ Project Files?????
... by the compiler. ... executables, because the code of the function is duplicated instead of ... object files are not really standardized. ... > unsigned long int square; ... (comp.lang.cpp) - Re: From the LuxAsm list.
... > Gas output code for as86 instead of object files, ... Especially if as86 were invoked transparently. ... calling it a compiler. ... invoke the assembler for you. ... (alt.lang.asm) - Re: Compiling Problem with LibCurl
... containing object files and hence shouldn't be included on the CC line. ... The LINK command is then used to link the object files and libraries. ... The C compiler has a process for finding include files. ... it finds those which ship with the compiler, curl isn't one of those. ... (comp.os.vms) - Re: Object files
... Put floppy disk in computer. ... > brand of compiler, linker or another version of the same compiler. ... of software in object or library (collection of object files) form, ... dozens of libraries supplied in object form, ... (comp.lang.c) |
|