<br><br><div class="gmail_quote">On Tue, Aug 11, 2009 at 11:43 AM, bz <span dir="ltr"><<a href="mailto:bzadow@web.de">bzadow@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
I just tried to build coreboot.rom for an Axus TC 320 as described in the Build tutorial.<br>
<br>
./buildtarget axus/tc320<br>
<br>
until here everything works fine.<br>
<br>
LANG=C make<br>
The job stop with the following messages.<br>
<br>
<br>
<br>
objdump -dS coreboot > coreboot.disasm<br>
objcopy --gap-fill 0xff -O binary coreboot coreboot.strip<br>
make[1]: *** No rule to make target `../../../../../../../images/etherboot.elf', needed by `payload'.  Stop.</blockquote><div>It can't find your payload.  You need to change<br>../../../../../../../images/etherboot.elf to ../payload.elf and copy your payload (filo, SeaBIOS, etc) to targets/axus/tc320/tc320/payload.elf<br>
<br>Thanks,<br>Myles<br></div></div><br>