[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [arm-gcc] Thumb Interworking
- To: Rushikesh Shingnapurkar <rushikeshs@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [arm-gcc] Thumb Interworking
- From: Nathan Sidwell <nathan@xxxxxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 15:19:05 +0100
Rushikesh Shingnapurkar wrote:
-----------------------------------------
In the linker script I tried to set paths by,
SEARCH_DIR("C:\ToolChain\arm-none-elf\lib\thumb")
which linked the libc.a file from thumb folder, but I got warning saying
libc.a is also not enabled with interworking!!
that path is most likely wrong.
This is what i got with the command:
D:\>arm-none-elf-gcc -v
What should I check next ?
no, I mean use -v with a regular link, something like
arm-none-elf-gcc -v foo.o -mthumb-interwork
you'll get more output with that, and should see the correct search directory
specified. Is shouldn't matter the the link ultimately fails with this test,
all you want to do is look at the arguments passed to collect2
nathan
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
nathan@xxxxxxxxxxxxxxxx :: http://www.planetfall.pwp.blueyonder.co.uk
|