You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/24 02:38:29 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #363: tools/zds/zdsgen.c: WIP Compiler/Assembler Wrapper

xiaoxiang781216 commented on a change in pull request #363: tools/zds/zdsgen.c:  WIP Compiler/Assembler Wrapper
URL: https://github.com/apache/incubator-nuttx/pull/363#discussion_r383068039
 
 

 ##########
 File path: tools/zds/Makefile
 ##########
 @@ -50,20 +50,25 @@ endif
 
 # Targets
 
-all: zdsar.exe
-default: zdsar.exe
+all: zdsar.exe zdsgen.exe
+default: all
 .PHONY: clean
 
 # Add CFLAGS=-g on the make command line to build debug versions
 
 CFLAGS = -O2 -Wall -Wstrict-prototypes -Wshadow -I.
 CFLAGS += -DHAVE_STRTOK_C=1
 
-# zdsar - Convert virtual addresses in nuttx.hex to physical addresses
+# zdsar - Wrapper for the ZDS-II librarian
 
 zdsar.exe: zdsar.c zdsar.c
 	$(Q) $(HOSTCC) $(HOSTCFLAGS) -o zdsar.exe zdsar.c
 
+# zdsgen - Wrapper for the ZDS-II compiler and assembler
+
+zdsgen.exe: zdsgen.c zdsgen.c
 
 Review comment:
   zdsgen.c dup?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services