summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-28 17:50:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-28 17:50:28 +0000
commitb8f93281beadfbf699e5b09e172b786b86d204f9 (patch)
tree57aa5630a80c0a34c0ae34e240953327e05dc9bb /nuttx/configs/ez80f910200kitg/ostest
parent73198560b5abd3c9a467a28367c8560cb3cb787e (diff)
downloadpx4-nuttx-b8f93281beadfbf699e5b09e172b786b86d204f9.tar.gz
px4-nuttx-b8f93281beadfbf699e5b09e172b786b86d204f9.tar.bz2
px4-nuttx-b8f93281beadfbf699e5b09e172b786b86d204f9.zip
z8 configurations all converted to use mconf tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5397 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200kitg/ostest')
-rw-r--r--nuttx/configs/ez80f910200kitg/ostest/Make.defs11
1 files changed, 9 insertions, 2 deletions
diff --git a/nuttx/configs/ez80f910200kitg/ostest/Make.defs b/nuttx/configs/ez80f910200kitg/ostest/Make.defs
index 98296a51b..0124684c6 100644
--- a/nuttx/configs/ez80f910200kitg/ostest/Make.defs
+++ b/nuttx/configs/ez80f910200kitg/ostest/Make.defs
@@ -36,7 +36,14 @@
include $(TOPDIR)/.config
include $(TOPDIR)/tools/Config.mk
-# These are the directories where the ZDS-II toolchain is installed
+# These are the directories where the ZDS-II toolchain is installed. NOTE
+# that short 8.3 path names are used in order to avoid spaces. On my machine
+# I have:
+#
+# C:\PROGRA~1\ = C:\Profram Files\
+# C:\PROGRA~2\ = C:\Program Files (x86)\
+#
+# Your PC may be configured differently.
ZDSVERSION := 5.1.1
@@ -57,7 +64,7 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ARCHUSRINCLUDES = -usrinc:.
else
WINTOOL := y
- ZDSINSTALLDIR := C:/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
+ ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
INSTALLDIR = ${shell cygpath -u "$(ZDSINSTALLDIR)"}
ZDSBINDIR := $(INSTALLDIR)/bin
ZDSSTDINCDIR := $(INSTALLDIR)/include/std