|
From: | Marshall Ward |
Subject: | no -mthumb-interwork support for ld in an arm-thumb cross-compiler toolset |
Date: | Tue, 14 Jun 2005 11:06:36 -0400 |
User-agent: | Mozilla Thunderbird 1.0.2 (Macintosh/20050317) |
../configure --prefix=/arm --target=arm-thumb-elf --enable-interwork --enable-multilib
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-interworkAm I simply making a mistake? Inevitably, the real problem is that I can't get ld to use the interworking libgcc.a library properly, and forcing it in produces garbage *.elf output. But everywhere else I've looked, people are using a linker with -mthumb-interwork support, so I wanted to at least verify this issue.
[Prev in Thread] | Current Thread | [Next in Thread] |