summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/eagle100/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-06-11 21:21:44 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-06-11 21:21:44 +0000
commit5016bab1a15038ab98608a85029dcf0ce52672ef (patch)
tree82e2d5fb0cd4edf57842bcbb297e20f72aaf340c /nuttx/configs/eagle100/README.txt
parent6442f163315415beb80ca694f91f47730939c677 (diff)
add build note
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1877 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/eagle100/README.txt')
-rw-r--r--nuttx/configs/eagle100/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index c2aa55c5c3..32bcd2bfd5 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -73,10 +73,14 @@ GNU Toolchain Options
If you have problems with the dependency build (for example, if you are not
building on C:), then you may need to modify tools/mkdeps.sh
- NOTE: The CodeSourcery toolchain (2009q1) does not work with default optimization
+ NOTE 1: The CodeSourcery toolchain (2009q1) does not work with default optimization
level of -Os (See Make.defs). It will work with -O0, -O1, or -O2, but not with
-Os.
+ NOTE 2: The devkitARM toolchain includes a version of MSYS make. Make sure that
+ the paths to Cygwin's /bin and /usr/bin directories appear BEFORE the devkitARM
+ path or will get the wrong version of make.
+
NuttX buildroot Toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^