This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: hal_mips_rm7000_ocelot.cdl


>>>>> "Chris" == Chris Morrow <cmorrow@YottaYotta.com> writes:

Chris> The cdl expands to the following make target
Chris> $(PREFIX)/bin/gdb_module.srec: $(wildcard
Chris> $(PREFIX)/bin/gdb_module.img) $(OBJCOPY) --strip-unneeded -O
Chris> srec $< pre-swap.srec $(OBJCOPY) --change-address 0xbfc00000 -I
Chris> binary -O srec be.bin $@

Chris> The second objcopy takes the file be.bin as input. I can't see
Chris> how be.bin is produced. When you do the make it complains about
Chris> no such file "be.bin".

Sorry, my mistake: you don't want to use that rule at all. You want to
build RedBoot.   I'll remove the use of OBJCOPY from the gdb_stub
rule.

Jesper


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]