[LinuxBIOS] build target - error

Uwe Hermann uwe at hermann-uwe.de
Sun Jan 28 11:05:17 CET 2007


Hi,

On Sun, Jan 28, 2007 at 10:47:24AM +0530, anitha boyapati wrote:
> cp linuxbios_ram.nrv2b linuxbios_ram.rom
> gcc -m32 -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o
> nm -n linuxbios | sort > linuxbios.map
> objcopy --gap-fill 0xff -O binary linuxbios linuxbios.strip
> make[1]: *** No rule to make target `../../../payloads/tg3--ide_disk.zelf',
> needed by `payload'.  Stop.
> make[1]: Leaving directory
> `/media/hda6/bios/LinuxBIOSv2/targets/amd/solo/solo/normal'
> make: *** [normal/linuxbios.rom] Error 1

You need to change the 'payload' lines in targets/amd/solo/Config.lb to point
to the payload file you want to use. The file
"../../../payloads/tg3--ide_disk.zelf" doesn't exist on your system, right?

Change that to /home/foo/whatever.elf, where that file is a payload
image (e.g. FILO), see http://linuxbios.org/Payloads.


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070128/bd9d0b55/attachment.sig>


More information about the coreboot mailing list