[PATCH] packhex: Import from RTEMS

Chris Johns chrisj at rtems.org
Thu Jun 14 05:56:01 UTC 2018


On 14/06/2018 15:41, Sebastian Huber wrote:
> On 13/06/18 10:25, Chris Johns wrote:
>>> On 13 Jun 2018, at 5:57 pm, Sebastian Huber
>>> <sebastian.huber at embedded-brains.de> wrote:
>>> What do we want to do with this stuff? I think that HEX files are obsolete in
>>> general.
>> I would leave it out. If it is really needed we can review why and then decide
>> what we do.
> 
> It is used in a couple of post link steps:
> 
> c/src/make/host.cfg.in:ifndef PACKHEX
> c/src/make/host.cfg.in:PACKHEX=rtems-packhex
> testsuites/aclocal/project-root.m4:PACKHEX=rtems-packhex
> testsuites/aclocal/project-root.m4:AC_SUBST(PACKHEX)
> bsps/mips/hurricane/config/hurricane.cfg:        $(PACKHEX) < $(basename
> $@).srec1 > $(basename $@)$(DOWNEXT)
> bsps/mips/rbtx4925/config/rbtx4925.cfg:        $(PACKHEX) < $(basename $@).srec1
>> $(basename $@)$(DOWNEXT)
> bsps/m68k/mvme147/config/mvme147.cfg:       $(PACKHEX) > $(basename $@)$(DOWNEXT)
> bsps/m68k/mrm332/config/mrm332.cfg:         $(PACKHEX) > $(basename $@)$(DOWNEXT)
> bsps/m68k/mvme147s/config/mvme147s.cfg:     $(PACKHEX) > $(basename $@)$(DOWNEXT)
> aclocal/project-root.m4:PACKHEX=rtems-packhex
> aclocal/project-root.m4:AC_SUBST(PACKHEX)
> 
> I have to remove these use cases as well.
> 

Great and thanks.

Chris


More information about the devel mailing list