bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: COFF to ELF conversion bug?


From: Ian Lance Taylor
Subject: Re: COFF to ELF conversion bug?
Date: 08 May 2002 08:06:35 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Serge Semashko <address@hidden> writes:

> 3. convert the object file test.o with objcopy utility
>    "objcopy -O elf32-i386 test.o"

In general you can not use objcopy to convert a .o file from one
object file format to another.  objcopy does not convert relocation
information, and in the general case it can not do so.  Sorry.

Ian



reply via email to

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