bug-binutils
[Top][All Lists]
Advanced

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

Re: no -mthumb-interwork support for ld in an arm-thumb cross-compiler t


From: Ian Lance Taylor
Subject: Re: no -mthumb-interwork support for ld in an arm-thumb cross-compiler toolset
Date: 14 Jun 2005 11:42:16 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Marshall Ward <address@hidden> writes:

> The build is successful and I can use the linker, arm-thumb-elf-ld to
> produce ARM opcode. But when I try to link using the interworking tag,
> 
>   arm-thumb-elf-ld --mthumb-interwork (+ other stuff)
> 
> I get the following error message:
> 
>   arm-thumb-elf-ld: unrecognised emulation mode: thumb-interwork

-mthumb-interwork is a compiler option, not a linker option.

It's normally best to link with the compiler.  The compiler driver
will invoke the linker with the appropriate options.

Ian




reply via email to

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