Standard libraries
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Standard libraries
- To: arm-gnu@xxxxxxxxxxxxxxxx
- Subject: Standard libraries
- From: <beach.dk@xxxxxxxxx>
- Date: Tue, 27 Sep 2005 15:40:40 +0200
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)
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?
/Thanx