Skip to content
Snippets Groups Projects
Commit e173b3ff authored by patacongo's avatar patacongo
Browse files

xtrs port: generation of executable. Patch 1895239

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@702 42af7a65-404d-4744-a932-0658087f49c3
parent 1bada71e
No related branches found
No related tags found
No related merge requests found
......@@ -207,8 +207,13 @@ endif
nuttx$(EXEEXT): pass1.ihx nuttx.ihx
@rm -f pass1.*
@packihx nuttx.ihx > $(TOPDIR)/nuttx$(EXEEXT)
@cp -f nuttx.map $(TOPDIR)/.
ifeq ($(EXEEXT),.CMD)
sed s/:00000001FF/:00520001AD/ nuttx.ihx | \
hex2cmd > $(TOPDIR)/NUTTX.CMD
else
@packihx nuttx.ihx > $(TOPDIR)/nuttx$(EXEEXT)
endif
# Build dependencies
......
......@@ -65,7 +65,7 @@ SDCCLIB = z80.lib
ASMEXT = .asm
OBJEXT = .o
LIBEXT = .lib
EXEEXT = .hex
EXEEXT = .CMD
define COMPILE
@echo "CC: $1"
......
......@@ -65,7 +65,7 @@ SDCCLIB = z80.lib
ASMEXT = .asm
OBJEXT = .o
LIBEXT = .lib
EXEEXT = .hex
EXEEXT = .CMD
define COMPILE
@echo "CC: $1"
......
......@@ -65,7 +65,7 @@ SDCCLIB = z80.lib
ASMEXT = .asm
OBJEXT = .o
LIBEXT = .lib
EXEEXT = .hex
EXEEXT = .CMD
define COMPILE
@echo "CC: $1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment