Re: [arm-gnu] Standard libraries
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] Standard libraries
- To: arm-gnu@xxxxxxxxxxxxxxxx, beach.dk@xxxxxxxxx
- Subject: Re: [arm-gnu] Standard libraries
- From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
- Date: Tue, 27 Sep 2005 15:02:28 +0100
On Tuesday 27 September 2005 14:40, beach.dk@xxxxxxxxx wrote:
> Hi,
> In your "bare metal" compiler I can see that there are two versions of the
> c-lib (and the other libs also).
> (arm-none-eabi\lib\libc.a and arm-none-eabi\lib\thumb\libc.a)
> Are these two libs compiled with interworking or not? (for ARM and Thumb
> mode)
Both libraries are interworking safe.
> If not, do you have libs with interworking ARM and Thumb mode?
> In the readme.txt file it says that one should provide "semihosting system
> calls".
> Do you have any document/example describing these?
http://www.arm.com/pdfs/DUI0058D_ADS1_2_DebugTarg.pdf
Paul