summaryrefslogtreecommitdiff
path: root/nuttx/configs/amber/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/amber/README.txt')
-rw-r--r--nuttx/configs/amber/README.txt10
1 files changed, 1 insertions, 9 deletions
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.