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/amber/README.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'nuttx/configs/amber') diff --git a/nuttx/configs/amber/README.txt b/nuttx/configs/amber/README.txt index 9ef22917e..63fa5d41f 100644 --- a/nuttx/configs/amber/README.txt +++ b/nuttx/configs/amber/README.txt @@ -252,15 +252,7 @@ Windows Native Toolchains is 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 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 An additional issue with the WinAVR toolchain, in particular, is that it contains an incompatible version of the Cygwin DLL in its bin/ directory. -- cgit v1.2.3