forked from Imagelibrary/rtems
2008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/pc386.cfg: Use file with symbols.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* custom/pc386.cfg: Use file with symbols.
|
||||
|
||||
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* custom/ss555.cfg: Add CVS Id.
|
||||
|
||||
@@ -66,8 +66,8 @@ define bsp-post-link
|
||||
$(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).bin
|
||||
$(PROJECT_TOOLS)/bin2boot -v $(basename $@).bt $(HEADERADDR)\
|
||||
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0
|
||||
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
|
||||
$(SIZE) $(basename $@).nxe
|
||||
$(NM) -g -n $(basename $@)$(EXEEXT) > $(basename $@).num
|
||||
$(SIZE) $(basename $@)$(EXEEXT)
|
||||
# test -d ${PROJECT_RELEASE}/BootImgs \
|
||||
# || mkdir ${PROJECT_RELEASE}/BootImgs
|
||||
# f=`basename $@ .exe`; \
|
||||
|
||||
Reference in New Issue
Block a user