From c8141282a408da76319a91f66341cf0a9cadc143 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 21 Sep 2011 00:43:22 -0400 Subject: arm-gcc: Add note about incomplete syscall support. Add note referencing syscalls.c. This gives people a place to start looking if our newlib stubs don't do what they want. Signed-off-by: Marti Bolivar --- source/arm-gcc.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/arm-gcc.rst b/source/arm-gcc.rst index 129f5e6..4f9d825 100644 --- a/source/arm-gcc.rst +++ b/source/arm-gcc.rst @@ -67,6 +67,10 @@ link against `newlib `_, a C standard library intended for use with embedded applications. You are free to include of any of its headers. +Be advised, however, that a variety of syscalls may only be partially +implemented, if at all. See the :ref:`libmaple` file syscalls.c and +the newlib documentation for more details. + Switching from AVR-GCC ---------------------- -- cgit v1.2.3