From 5e9f367866ccbca32109ea4356c74539557993f5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 13 Nov 2012 00:38:59 +0000 Subject: Add tools/mkdeps.bat and tools/mkdeps.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5342 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/lincoln60/README.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nuttx/configs/lincoln60') diff --git a/nuttx/configs/lincoln60/README.txt b/nuttx/configs/lincoln60/README.txt index 068ca50dc..87847cd8b 100644 --- a/nuttx/configs/lincoln60/README.txt +++ b/nuttx/configs/lincoln60/README.txt @@ -107,11 +107,7 @@ GNU Toolchain Options Support has been added for making dependencies with the windows-native toolchains. 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 + MKDEP = $(TOPDIR)/tools/mknulldeps.sh 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 -- cgit v1.2.3