summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-10 19:17:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-10 19:17:47 +0000
commit3ad84ca396bbfad20398f519d4493111c2bf63a6 (patch)
tree3f8a93af58653270b8e1efcf9acb901a423ff25d /nuttx/configs
parent32359cfee3329d4d3d1d78fa2eb5cba47e73f4e8 (diff)
downloadpx4-nuttx-3ad84ca396bbfad20398f519d4493111c2bf63a6.tar.gz
px4-nuttx-3ad84ca396bbfad20398f519d4493111c2bf63a6.tar.bz2
px4-nuttx-3ad84ca396bbfad20398f519d4493111c2bf63a6.zip
Basic support for dependencies on Windows GCC toolchains
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1874 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/eagle100/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index a4994f29c..5875c208e 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -63,6 +63,15 @@ GNU Toolchain Options
because the dependencies are generated using Windows pathes which do not
work with the Cygwin make.
+ Support has been added for making dependencies with the CodeSourcery toolchain.
+ That support can be enabled by modifying your Make.defs file as follows:
+
+ - MKDEP = $(TOPDIR)/tools/mknulldeps.sh
+ + MKDEP = $(TOPDIR)/tools/mkdeps.sh --winpaths "$(TOPDIR)"
+
+ 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
level of -Os (See Make.defs). It will work with -O0, -O1, or -O2, but not with
-Os.