9
0
Fork 0

Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-11-12 15:22:27 +00:00
parent dd91ab3f35
commit 333b9449c0
91 changed files with 654 additions and 311 deletions

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -50,10 +50,14 @@ CXXOBJS = $(CXXSRCS:.cxx=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS) SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS)
OBJS = $(AOBJS) $(COBJS) $(CXXOBJS) OBJS = $(AOBJS) $(COBJS) $(CXXOBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -55,10 +55,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . --dep-path tests ROOTDEPPATH = --dep-path . --dep-path tests

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -54,10 +54,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -50,10 +50,14 @@ CXXOBJS = $(CXXSRCS:.cxx=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS) SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS)
OBJS = $(AOBJS) $(COBJS) $(CXXOBJS) OBJS = $(AOBJS) $(COBJS) $(CXXOBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -54,10 +54,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -54,11 +54,14 @@ TARG_COBJS = $(TARG_CSRCS:.c=$(OBJEXT))
TARG_SRCS = $(TARG_ASRCS) $(TARG_CSRCS) TARG_SRCS = $(TARG_ASRCS) $(TARG_CSRCS)
TARG_OBJS = $(TARG_AOBJS) $(TARG_COBJS) TARG_OBJS = $(TARG_AOBJS) $(TARG_COBJS)
TARG_POSIX = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ifeq ($(WINTOOL),y) TARG_BIN = ..\..\libapps$(LIBEXT)
TARG_BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}"
else else
TARG_BIN = "$(TARG_POSIX)" ifeq ($(WINTOOL),y)
TARG_BIN = ..\\..\\libapps$(LIBEXT)
else
TARG_BIN = ../../libapps$(LIBEXT)
endif
endif endif
HOSTCFLAGS += -DCONFIG_EXAMPLES_NETTEST_HOST=1 HOSTCFLAGS += -DCONFIG_EXAMPLES_NETTEST_HOST=1
@ -70,8 +73,6 @@ ifeq ($(CONFIG_EXAMPLES_NETTEST_PERFORMANCE),y)
HOSTCFLAGS += -DCONFIG_EXAMPLES_NETTEST_PERFORMANCE=1 HOSTCFLAGS += -DCONFIG_EXAMPLES_NETTEST_PERFORMANCE=1
endif endif
HOST_SRCS = host.c HOST_SRCS = host.c
ifeq ($(CONFIG_EXAMPLES_NETTEST_SERVER),y) ifeq ($(CONFIG_EXAMPLES_NETTEST_SERVER),y)
HOST_SRCS += nettest_client.c HOST_SRCS += nettest_client.c
@ -130,7 +131,7 @@ context: .context
depend: .depend depend: .depend
clean: clean:
@rm -f $(TARG_POSIX) $(HOST_BIN) .built *.o *~ .*.swp @rm -f $(HOST_BIN) .built *.o *~ .*.swp
$(call CLEAN) $(call CLEAN)
distclean: clean distclean: clean

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -51,10 +51,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -98,10 +98,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -54,10 +54,14 @@ TARG_COBJS = $(TARG_CSRCS:.c=$(OBJEXT))
TARG_SRCS = $(TARG_ASRCS) $(TARG_CSRCS) TARG_SRCS = $(TARG_ASRCS) $(TARG_CSRCS)
TARG_OBJS = $(TARG_AOBJS) $(TARG_COBJS) TARG_OBJS = $(TARG_AOBJS) $(TARG_COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
TARG_BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" TARG_BIN = ..\..\libapps$(LIBEXT)
else else
TARG_BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
TARG_BIN = ..\\..\\libapps$(LIBEXT)
else
TARG_BIN = ../../libapps$(LIBEXT)
endif
endif endif
HOSTCFLAGS += -DCONFIG_EXAMPLES_UDP_HOST=1 HOSTCFLAGS += -DCONFIG_EXAMPLES_UDP_HOST=1

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -49,10 +49,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -55,10 +55,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -69,10 +69,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOT_DEPPATH = --dep-path . ROOT_DEPPATH = --dep-path .

View File

@ -66,10 +66,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\libapps$(LIBEXT)
else
BIN = ../libapps$(LIBEXT)
endif
endif endif
# Build targets # Build targets

View File

@ -54,11 +54,15 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = ..\libapps$(LIBEXT)
else
ifeq ($(WINTOOL),y) ifeq ($(WINTOOL),y)
BIN = ..\\libapps$(LIBEXT) BIN = ..\\libapps$(LIBEXT)
else else
BIN = ../libapps$(LIBEXT) BIN = ../libapps$(LIBEXT)
endif endif
endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .
VPATH = VPATH =

View File

@ -46,10 +46,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -55,10 +55,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -68,10 +68,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -46,10 +46,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -54,10 +54,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -68,10 +68,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -59,10 +59,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -40,7 +40,6 @@
-include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs include $(APPDIR)/Make.defs
ASRCS = ASRCS =
CSRCS = CSRCS =
@ -54,10 +53,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -89,10 +89,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\libapps$(LIBEXT)
else
BIN = ../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -367,9 +367,10 @@ int cmd_xd(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
int cmd_hexdump(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) int cmd_hexdump(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
{ {
uint8_t buffer[IOBUFFERSIZE]; uint8_t buffer[IOBUFFERSIZE];
char msg[32];
int position;
int fd; int fd;
int ret = OK; int ret = OK;
char msg[32];
/* Open the file for reading */ /* Open the file for reading */
@ -380,7 +381,7 @@ int cmd_hexdump(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
return ERROR; return ERROR;
} }
int position = 0; position = 0;
for (;;) for (;;)
{ {
int nbytesread = read(fd, buffer, IOBUFFERSIZE); int nbytesread = read(fd, buffer, IOBUFFERSIZE);

View File

@ -61,10 +61,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -48,10 +48,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -62,10 +62,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -62,10 +62,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -62,10 +62,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -52,10 +52,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -62,10 +62,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -62,10 +62,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS) OBJS = $(AOBJS) $(COBJS)
ifeq ($(WINTOOL),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}" BIN = ..\..\libapps$(LIBEXT)
else else
BIN = "$(APPDIR)/libapps$(LIBEXT)" ifeq ($(WINTOOL),y)
BIN = ..\\..\\libapps$(LIBEXT)
else
BIN = ../../libapps$(LIBEXT)
endif
endif endif
ROOTDEPPATH = --dep-path . ROOTDEPPATH = --dep-path .

View File

@ -41,7 +41,7 @@ USRINCLUDES = -usrinc:'.;$(WTOPDIR)\sched;$(WARCHSRCDIR);$(WARCHSRCDIR)\common'
INCLUDES = $(ARCHSTDINCLUDES) $(USRINCLUDES) INCLUDES = $(ARCHSTDINCLUDES) $(USRINCLUDES)
CFLAGS = $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(INCLUDES) $(ARCHDEFINES) $(EXTRADEFINES) CFLAGS = $(ARCHWARNINGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(INCLUDES) $(ARCHDEFINES) $(EXTRADEFINES)
CPPFLAGS += -I$(ARCHSRCDIR) -I$(ZDSSTDINCDIR) -I$(ZDSZILOGINCDIR) CPPFLAGS += -I$(ARCHSRCDIR) -I$(ZDSSTDINCDIR) -I$(ZDSZILOGINCDIR)
LDFLAGS += "${shell cygpath -w $(ARCHSRCDIR)/nuttx.linkcmd}" LDFLAGS += @nuttx.linkcmd
############################################################################ ############################################################################
# Files and directories # Files and directories
@ -93,37 +93,37 @@ board/libboard$(LIBEXT):
nuttx.linkcmd: $(LINKCMDTEMPLATE) nuttx.linkcmd: $(LINKCMDTEMPLATE)
$(Q) cp -f $(LINKCMDTEMPLATE) nuttx.linkcmd $(Q) cp -f $(LINKCMDTEMPLATE) nuttx.linkcmd
@echo "\"${shell cygpath -w $(TOPDIR)/nuttx}\"= \\" >>nuttx.linkcmd @echo "\"${shell cygpath -w "$(TOPDIR)/nuttx"}\"= \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ARCHSRCDIR)/$(HEAD_OBJ)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ARCHSRCDIR)/$(HEAD_OBJ)"}\", \\" >>nuttx.linkcmd
$(Q) ( for lib in $(LINKLIBS); do \ $(Q) ( for lib in $(LINKLIBS); do \
echo " \"`cygpath -w $(TOPDIR)/$${lib}`\", \\" >>nuttx.linkcmd; \ echo " \"`cygpath -w "$(TOPDIR)/lib/$${lib}"`\", \\" >>nuttx.linkcmd; \
done ; ) done ; )
@echo " \"${shell cygpath -w $(ARCHSRCDIR)/board/libboard$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ARCHSRCDIR)/board/libboard$(LIBEXT)"}\", \\" >>nuttx.linkcmd
ifeq ($(CONFIG_ARCH_CHIP_Z8F640X),y) ifeq ($(CONFIG_ARCH_CHIP_Z8F640X),y)
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/chelprevaaD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/chelprevaaD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/crtrevaaLDD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/crtrevaaLDD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/fprevaaLDD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/fprevaaLDD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/csiorevaaLDD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSZILOGLIBDIR)/csiorevaaLDD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/zsldevinitdummy$(LIBEXT)}\"" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSZILOGLIBDIR)/zsldevinitdummy$(LIBEXT)"}\"" >>nuttx.linkcmd
endif endif
ifeq ($(CONFIG_ARCH_CHIP_Z8F642X),y) ifeq ($(CONFIG_ARCH_CHIP_Z8F642X),y)
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/chelpD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/chelpD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/crtLDD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/crtLDD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/fpdumyLD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/fpdumyLD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/csioLDD$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSZILOGLIBDIR)/csioLDD$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/zsldevinitdummy$(LIBEXT)}\"" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSZILOGLIBDIR)/zsldevinitdummy$(LIBEXT)"}\"" >>nuttx.linkcmd
endif endif
ifeq ($(CONFIG_ARCH_CHIP_EZ80F91),y) ifeq ($(CONFIG_ARCH_CHIP_EZ80F91),y)
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/chelp$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/chelp$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/crt$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/crt$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSSTDLIBDIR)/fplib$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSSTDLIBDIR)/fplib$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/gpio$(LIBEXT)}\", \\" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSZILOGLIBDIR)/gpio$(LIBEXT)"}\", \\" >>nuttx.linkcmd
@echo " \"${shell cygpath -w $(ZDSZILOGLIBDIR)/uartf91$(LIBEXT)}\"" >>nuttx.linkcmd @echo " \"${shell cygpath -w "$(ZDSZILOGLIBDIR)/uartf91$(LIBEXT)"}\"" >>nuttx.linkcmd
endif endif
nuttx$(EXEEXT): $(HEAD_OBJ) board/libboard$(LIBEXT) nuttx.linkcmd nuttx$(EXEEXT): $(HEAD_OBJ) board/libboard$(LIBEXT) nuttx.linkcmd
@echo "LD: nuttx.hex" @echo "LD: nuttx.hex"
$(Q) $(LD) $(LDFLAGS) $(Q) "$(LD)" $(LDFLAGS)
.depend: Makefile chip/Make.defs $(DEPSRCS) .depend: Makefile chip/Make.defs $(DEPSRCS)
$(Q) if [ -e board/Makefile ]; then \ $(Q) if [ -e board/Makefile ]; then \

View File

@ -5,7 +5,7 @@ ZDS-II Compiler Versions
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^
Different configurations have been build for this board using ZDS-11 Different configurations have been build for this board using ZDS-11
Versions 4.11.0 and 4.11.1. You have to check the files */Make.defs Versions 4.11.0, 4.11.1, and 5.1.1 You have to check the files */Make.defs
to see how the build is configured: Check the definitions of to see how the build is configured: Check the definitions of
ZDSVERSION (if present) and ZDSINSTALLDIR. ZDSVERSION (if present) and ZDSINSTALLDIR.
@ -14,8 +14,9 @@ different versions of .linkcmd and .zdsproj files as well.
Version 4.11.0 Version 4.11.0
Although it compiles without error, the 4.11.0 compiler generates The 5.1.1 version of the ZDS-II tools are currently configured for
This is the only version that this code has been built against. all ez80 boards. However, it is the older version 4.11.0 that this code
has been verified against.
Although it compiles without error, the 4.11.0 compiler generates Although it compiles without error, the 4.11.0 compiler generates
bad code on one of the files, mm/mm_initialize.c. Below is a simple work- bad code on one of the files, mm/mm_initialize.c. Below is a simple work-
@ -34,21 +35,26 @@ Version 4.11.0
/* Set up global variables */ /* Set up global variables */
UPDATE: I don't know if 4.11.1 has this same problem (I bet not since
I submitted the bug to ZiLOG), but I have permanently worked around the
above problem for all ZiLOG compilers.
Version 5.1.1 Version 5.1.1
On June 22, 2011 I verified that these configurations build successfully On June 22, 2011 I verified that these configurations build successfully
with the 5.1.1 ZDS-II version. All that is required to used ZDS-II is with the 5.1.1 ZDS-II version. On November 12, 2012, all of the configurations
to modify the Make.defs file so that the correct version is used. That were converted to use 5.1.1, but have not been verified on a running target.
version should also be changed in the (optional) setenv.sh file.
The above kludge for 4.11.0 is not required. The above kludge for 4.11.0 is not required with 5.1.1.
I had to make additional changes to the ZDS path in Make.defs (and also Paths were also updated that are specific to a 32-bit toolchain running on
in setenv.sh) when the 32-bit ZDS-II tools are installed on my 64-bit a 64 bit windows platform. Change to a different toolchain, you will need
Windows 7 system. to modify the versioning in Make.defs and setenv.sh; if you want to build
on a different platform, you will need to change the path in the ZDS binaries
in those same files.
Other Versions Other Versions
If you use any version of ZDS-II other than 4.11.0 or if you install ZDS-II If you use any version of ZDS-II other than 5.1.1 or if you install ZDS-II
at any location other than the default location, you will have to modify at any location other than the default location, you will have to modify
two files: (1) configs/ez80f910200kitg/*/setenv.sh and (2) two files: (1) configs/ez80f910200kitg/*/setenv.sh and (2)
configs/ez80f910200kitg/*/Make.defs. configs/ez80f910200kitg/*/Make.defs.

View File

@ -5,7 +5,7 @@ ZDS-II Compiler Versions
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^
Different configurations have been build for this board using ZDS-11 Different configurations have been build for this board using ZDS-11
Versions 4.11.0 and 4.11.1. You have to check the files */Make.defs Versions 4.11.0, 4.11.1, and 5.1.1 You have to check the files */Make.defs
to see how the build is configured: Check the definitions of to see how the build is configured: Check the definitions of
ZDSVERSION (if present) and ZDSINSTALLDIR. ZDSVERSION (if present) and ZDSINSTALLDIR.
@ -14,6 +14,10 @@ different versions of .linkcmd and .zdsproj files as well.
Version 4.11.0 Version 4.11.0
The 5.1.1 version of the ZDS-II tools are currently configured for
all ez80 boards. However, it is the older version 4.11.0 that this code
has been verified against.
Although it compiles without error, the 4.11.0 compiler generates Although it compiles without error, the 4.11.0 compiler generates
bad code on one of the files, mm/mm_initialize.c. Below is a simple work- bad code on one of the files, mm/mm_initialize.c. Below is a simple work-
around. around.
@ -33,27 +37,27 @@ Version 4.11.0
UPDATE: I don't know if 4.11.1 has this same problem (I bet not since UPDATE: I don't know if 4.11.1 has this same problem (I bet not since
I submitted the bug to ZiLOG), but I have permanently worked around the I submitted the bug to ZiLOG), but I have permanently worked around the
above problem for all ZiLOG compiler. above problem for all ZiLOG compilers.
Version 5.1.1 Version 5.1.1
On June 22, 2011 I verified that these configurations build successfully On June 22, 2011 I verified that these configurations build successfully
with the 5.1.1 ZDS-II version. All that is required to used ZDS-II is with the 5.1.1 ZDS-II version. On November 12, 2012, all of the configurations
to modify the Make.defs file so that the correct version is used. That were converted to use 5.1.1, but have not been verified on a running target.
version should also be changed in the (optional) setenv.sh file.
The above kludge for 4.11.0 is not required. The above kludge for 4.11.0 is not required with 5.1.1.
I had to make additional changes to the ZDS path in Make.defs (and also Paths were also updated that are specific to a 32-bit toolchain running on
in setenv.sh) when the 32-bit ZDS-II tools are installed on my 64-bit a 64 bit windows platform. Change to a different toolchain, you will need
Windows 7 system. to modify the versioning in Make.defs and setenv.sh; if you want to build
on a different platform, you will need to change the path in the ZDS binaries
in those same files.
Other Versions Other Versions
If you use any version of ZDS-II other than 5.1.1 or if you install ZDS-II
If you use any version of ZDS-II other than 4.11.0 or if you install ZDS-II
at any location other than the default location, you will have to modify at any location other than the default location, you will have to modify
two files: (1) configs/ez80f910200zco/*/setenv.sh and (2) two files: (1) configs/ez80f910200kitg/*/setenv.sh and (2)
configs/ez80f910200zco/*/Make.defs. configs/ez80f910200kitg/*/Make.defs.
Configuration Subdirectories Configuration Subdirectories
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@ -238,10 +238,6 @@
#define USBCOMPOSITE_TRACEERR_ALLOCDEVSTRUCT 0x000a #define USBCOMPOSITE_TRACEERR_ALLOCDEVSTRUCT 0x000a
#define USBCOMPOSITE_TRACEERR_CLASSOBJECT 0x000b #define USBCOMPOSITE_TRACEERR_CLASSOBJECT 0x000b
#define USBCOMPOSITE_TRACEERR_DEVREGISTER 0x000c #define USBCOMPOSITE_TRACEERR_DEVREGISTER 0x000c
#define USBCOMPOSITE_TRACEERR_INVALIDARG 0x000d
#define USBCOMPOSITE_TRACEERR_INVALIDARG 0x000f
#define USBCOMPOSITE_TRACEERR_INVALIDARG 0x0010
#define USBCOMPOSITE_TRACEERR_INVALIDARG 0x0011
/* USB Storage driver class events ******************************************/ /* USB Storage driver class events ******************************************/

View File

@ -95,9 +95,9 @@ void mm_initialize(FAR void *heapstart, size_t heapsize)
mlldbg("Heap: start=%p size=%u\n", heapstart, heapsize); mlldbg("Heap: start=%p size=%u\n", heapstart, heapsize);
/* The following two lines have cause problems for some ZiLog compilers /* The following two lines have cause problems for some older ZiLog
* in the past. Life is easier if we just the suppress them for those * compilers in the past (but not the more recent). Life is easier if we
* tools. * just the suppress them altogther for those tools.
*/ */
#ifndef __ZILOG__ #ifndef __ZILOG__