aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-21 00:43:22 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-21 00:43:22 -0400
commitc8141282a408da76319a91f66341cf0a9cadc143 (patch)
treeefcfccbeaeb1ca19b5d4ba11d17dd4d250fe5fdb
parentd804e810e9538abbeecefbdd4a30cf1e5ddf0f35 (diff)
downloadlibrambutan-c8141282a408da76319a91f66341cf0a9cadc143.tar.gz
librambutan-c8141282a408da76319a91f66341cf0a9cadc143.zip
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 <mbolivar@leaflabs.com>
-rw-r--r--source/arm-gcc.rst4
1 files changed, 4 insertions, 0 deletions
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 <http://sourceware.org/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
----------------------